fix: fix installed defaults for bg colors

This commit is contained in:
Ashley Wulber 2025-08-19 15:40:26 -04:00 committed by Ashley Wulber
parent fbe004b031
commit 35882a70d9
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
Some(( Some((
red: 0.16309828, red: 0.10588235,
green: 0.056616597, green: 0.10588235,
blue: 0.056616597, blue: 0.10588235,
alpha: 1.0, alpha: 1.0,
)) ))

View file

@ -1,6 +1,6 @@
Some(( Some((
red: 0.8666667, red: 0.84313725,
green: 0.8666667, green: 0.84313725,
blue: 0.8666667, blue: 0.84313725,
alpha: 1.0, alpha: 1.0,
)) ))