colors
This commit is contained in:
parent
b208bd759a
commit
8555dbc592
|
@ -1,20 +1,20 @@
|
||||||
foreground #f1e5de
|
foreground #c7deea
|
||||||
background #19130e
|
background #26263b
|
||||||
cursor #f1e5de
|
cursor #c7deea
|
||||||
|
|
||||||
color0 #19130e
|
color0 #26263b
|
||||||
color8 #a8a09b
|
color8 #8b9ba3
|
||||||
color1 #EF4A6C
|
color1 #CAB6B8
|
||||||
color9 #EF4A6C
|
color9 #CAB6B8
|
||||||
color2 #D4AC63
|
color2 #8E95C3
|
||||||
color10 #D4AC63
|
color10 #8E95C3
|
||||||
color3 #F6C663
|
color3 #A29BC2
|
||||||
color11 #F6C663
|
color11 #A29BC2
|
||||||
color4 #F5D76E
|
color4 #95AEDA
|
||||||
color12 #F5D76E
|
color12 #95AEDA
|
||||||
color5 #C36B8A
|
color5 #AEACCF
|
||||||
color13 #C36B8A
|
color13 #AEACCF
|
||||||
color6 #CDC3BD
|
color6 #CAB8D6
|
||||||
color14 #CDC3BD
|
color14 #CAB8D6
|
||||||
color7 #f1e5de
|
color7 #c7deea
|
||||||
color15 #f1e5de
|
color15 #c7deea
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
* {
|
* {
|
||||||
active-background: #D4AC63;
|
active-background: #8E95C3;
|
||||||
active-foreground: @foreground;
|
active-foreground: @foreground;
|
||||||
normal-background: @background;
|
normal-background: @background;
|
||||||
normal-foreground: @foreground;
|
normal-foreground: @foreground;
|
||||||
urgent-background: #EF4A6C;
|
urgent-background: #CAB6B8;
|
||||||
urgent-foreground: @foreground;
|
urgent-foreground: @foreground;
|
||||||
|
|
||||||
alternate-active-background: @background;
|
alternate-active-background: @background;
|
||||||
|
@ -13,16 +13,16 @@
|
||||||
alternate-urgent-background: @background;
|
alternate-urgent-background: @background;
|
||||||
alternate-urgent-foreground: @foreground;
|
alternate-urgent-foreground: @foreground;
|
||||||
|
|
||||||
selected-active-background: #EF4A6C;
|
selected-active-background: #CAB6B8;
|
||||||
selected-active-foreground: @foreground;
|
selected-active-foreground: @foreground;
|
||||||
selected-normal-background: #D4AC63;
|
selected-normal-background: #8E95C3;
|
||||||
selected-normal-foreground: @foreground;
|
selected-normal-foreground: @foreground;
|
||||||
selected-urgent-background: #F6C663;
|
selected-urgent-background: #A29BC2;
|
||||||
selected-urgent-foreground: @foreground;
|
selected-urgent-foreground: @foreground;
|
||||||
|
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
background: #19130e;
|
background: #26263b;
|
||||||
foreground: #f1e5de;
|
foreground: #c7deea;
|
||||||
border-color: @background;
|
border-color: @background;
|
||||||
spacing: 2;
|
spacing: 2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
* {
|
* {
|
||||||
active-background: #D4AC63;
|
active-background: #8E95C3;
|
||||||
active-foreground: @foreground;
|
active-foreground: @foreground;
|
||||||
normal-background: @background;
|
normal-background: @background;
|
||||||
normal-foreground: @foreground;
|
normal-foreground: @foreground;
|
||||||
urgent-background: #EF4A6C;
|
urgent-background: #CAB6B8;
|
||||||
urgent-foreground: @foreground;
|
urgent-foreground: @foreground;
|
||||||
|
|
||||||
alternate-active-background: @background;
|
alternate-active-background: @background;
|
||||||
|
@ -13,16 +13,16 @@
|
||||||
alternate-urgent-background: @background;
|
alternate-urgent-background: @background;
|
||||||
alternate-urgent-foreground: @foreground;
|
alternate-urgent-foreground: @foreground;
|
||||||
|
|
||||||
selected-active-background: #EF4A6C;
|
selected-active-background: #CAB6B8;
|
||||||
selected-active-foreground: @foreground;
|
selected-active-foreground: @foreground;
|
||||||
selected-normal-background: #D4AC63;
|
selected-normal-background: #8E95C3;
|
||||||
selected-normal-foreground: @foreground;
|
selected-normal-foreground: @foreground;
|
||||||
selected-urgent-background: #F6C663;
|
selected-urgent-background: #A29BC2;
|
||||||
selected-urgent-foreground: @foreground;
|
selected-urgent-foreground: @foreground;
|
||||||
|
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
background: #f1e5de;
|
background: #c7deea;
|
||||||
foreground: #19130e;
|
foreground: #26263b;
|
||||||
border-color: @background;
|
border-color: @background;
|
||||||
spacing: 2;
|
spacing: 2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue