mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-01 09:13:19 +00:00
Update default colors
This commit is contained in:
parent
fe9e7106f1
commit
9592f1b18d
1 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
// ----
|
||||
|
||||
export global Palette {
|
||||
in-out property<brush> accent: Colors.cyan.darker(0.4);
|
||||
in-out property<brush> accent: #56b6c2;
|
||||
in-out property<brush> foreground: #abb2bf;
|
||||
in-out property<brush> foreground-hint: foreground.darker(0.2);
|
||||
in-out property<brush> background: #282c34;
|
||||
|
@ -38,8 +38,8 @@ export global Palette {
|
|||
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);
|
||||
in-out property<brush> green: Colors.greenyellow;
|
||||
in-out property<brush> orange: Colors.orange;
|
||||
in-out property<brush> red: Colors.red;
|
||||
in-out property<brush> card-background: #3b3f4c;
|
||||
in-out property<brush> green: #98c379;
|
||||
in-out property<brush> orange: #d19a66;
|
||||
in-out property<brush> red: #e86671;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue