mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-01 17:23:18 +00:00
Add second background color
This commit is contained in:
parent
9d9b28318b
commit
c653e85111
1 changed files with 2 additions and 0 deletions
|
@ -33,7 +33,9 @@ export global Palette {
|
|||
in-out property<brush> foreground: #abb2bf;
|
||||
in-out property<brush> foreground-hint: foreground.darker(0.2);
|
||||
in-out property<brush> background: #282c34;
|
||||
in-out property<brush> background1: #31353f;
|
||||
in-out property<brush> pane: #21252b;
|
||||
in-out property<brush> popup-border: Colors.grey;
|
||||
in-out property<brush> control-foreground: #abb2bf;
|
||||
in-out property<brush> control-background: #393f4a;
|
||||
in-out property<brush> card-background: background.brighter(0.2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue