fix: fix installed defaults for bg colors
This commit is contained in:
parent
fbe004b031
commit
35882a70d9
2 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Some((
|
||||
red: 0.16309828,
|
||||
green: 0.056616597,
|
||||
blue: 0.056616597,
|
||||
red: 0.10588235,
|
||||
green: 0.10588235,
|
||||
blue: 0.10588235,
|
||||
alpha: 1.0,
|
||||
))
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Some((
|
||||
red: 0.8666667,
|
||||
green: 0.8666667,
|
||||
blue: 0.8666667,
|
||||
red: 0.84313725,
|
||||
green: 0.84313725,
|
||||
blue: 0.84313725,
|
||||
alpha: 1.0,
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue