feat(colors): change colorscheme
This commit is contained in:
parent
43b449f792
commit
f9e30792ac
|
@ -1,8 +1,8 @@
|
||||||
* {
|
* {
|
||||||
selected: #FFCC4D;
|
selected: #93D4C5;
|
||||||
background: #353F5D;
|
background: #333333;
|
||||||
foreground: #C8C7D1;
|
foreground: #A6A6A6;
|
||||||
background-alt: #414D72;
|
background-alt: #272727;
|
||||||
urgent: #353F5D;
|
urgent: #8393A1;
|
||||||
active: #FF7FA3;
|
active: #E0A3B6;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue