This commit is contained in:
ktyl 2021-08-17 00:23:27 +01:00
parent b208bd759a
commit 8555dbc592
3 changed files with 33 additions and 33 deletions

View File

@ -1,20 +1,20 @@
foreground #f1e5de
background #19130e
cursor #f1e5de
foreground #c7deea
background #26263b
cursor #c7deea
color0 #19130e
color8 #a8a09b
color1 #EF4A6C
color9 #EF4A6C
color2 #D4AC63
color10 #D4AC63
color3 #F6C663
color11 #F6C663
color4 #F5D76E
color12 #F5D76E
color5 #C36B8A
color13 #C36B8A
color6 #CDC3BD
color14 #CDC3BD
color7 #f1e5de
color15 #f1e5de
color0 #26263b
color8 #8b9ba3
color1 #CAB6B8
color9 #CAB6B8
color2 #8E95C3
color10 #8E95C3
color3 #A29BC2
color11 #A29BC2
color4 #95AEDA
color12 #95AEDA
color5 #AEACCF
color13 #AEACCF
color6 #CAB8D6
color14 #CAB8D6
color7 #c7deea
color15 #c7deea

View File

@ -1,9 +1,9 @@
* {
active-background: #D4AC63;
active-background: #8E95C3;
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: #EF4A6C;
urgent-background: #CAB6B8;
urgent-foreground: @foreground;
alternate-active-background: @background;
@ -13,16 +13,16 @@
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: #EF4A6C;
selected-active-background: #CAB6B8;
selected-active-foreground: @foreground;
selected-normal-background: #D4AC63;
selected-normal-background: #8E95C3;
selected-normal-foreground: @foreground;
selected-urgent-background: #F6C663;
selected-urgent-background: #A29BC2;
selected-urgent-foreground: @foreground;
background-color: @background;
background: #19130e;
foreground: #f1e5de;
background: #26263b;
foreground: #c7deea;
border-color: @background;
spacing: 2;
}

View File

@ -1,9 +1,9 @@
* {
active-background: #D4AC63;
active-background: #8E95C3;
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: #EF4A6C;
urgent-background: #CAB6B8;
urgent-foreground: @foreground;
alternate-active-background: @background;
@ -13,16 +13,16 @@
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: #EF4A6C;
selected-active-background: #CAB6B8;
selected-active-foreground: @foreground;
selected-normal-background: #D4AC63;
selected-normal-background: #8E95C3;
selected-normal-foreground: @foreground;
selected-urgent-background: #F6C663;
selected-urgent-background: #A29BC2;
selected-urgent-foreground: @foreground;
background-color: @background;
background: #f1e5de;
foreground: #19130e;
background: #c7deea;
foreground: #26263b;
border-color: @background;
spacing: 2;
}