8 changed files with 46 additions and 46 deletions
@ -1,28 +1,28 @@ |
|||||||
* { |
* { |
||||||
active-background: #112D69; |
active-background: #0B0E22; |
||||||
active-foreground: #C8DFF1; |
active-foreground: #F7F0FA; |
||||||
normal-background: #030915; |
normal-background: #020206; |
||||||
normal-foreground: #C8DFF1; |
normal-foreground: #F7F0FA; |
||||||
urgent-background: #386CB1; |
urgent-background: #805673; |
||||||
urgent-foreground: #C8DFF1; |
urgent-foreground: #F7F0FA; |
||||||
|
|
||||||
alternate-active-background: #77659C; |
alternate-active-background: #737EA6; |
||||||
alternate-active-foreground: #C8DFF1; |
alternate-active-foreground: #F7F0FA; |
||||||
alternate-normal-background: #030915; |
alternate-normal-background: #020206; |
||||||
alternate-normal-foreground: #C8DFF1; |
alternate-normal-foreground: #F7F0FA; |
||||||
alternate-urgent-background: #030915; |
alternate-urgent-background: #020206; |
||||||
alternate-urgent-foreground: #C8DFF1; |
alternate-urgent-foreground: #F7F0FA; |
||||||
|
|
||||||
selected-active-background: #112D69; |
selected-active-background: #0B0E22; |
||||||
selected-active-foreground: #C8DFF1; |
selected-active-foreground: #F7F0FA; |
||||||
selected-normal-background: #A9C9E3; |
selected-normal-background: #EBE1F0; |
||||||
selected-normal-foreground: #C8DFF1; |
selected-normal-foreground: #F7F0FA; |
||||||
selected-urgent-background: #386CB1; |
selected-urgent-background: #805673; |
||||||
selected-urgent-foreground: #C8DFF1; |
selected-urgent-foreground: #F7F0FA; |
||||||
|
|
||||||
background-color: #030915; |
background-color: #020206; |
||||||
background: rgba(0,0,0,0.7); |
background: rgba(0,0,0,0.7); |
||||||
foreground: #A9C9E3; |
foreground: #EBE1F0; |
||||||
border-color: #112D69; |
border-color: #0B0E22; |
||||||
} |
} |
||||||
|
|
||||||
|
|||||||
@ -1,20 +1,20 @@ |
|||||||
@define-color foreground #FDF1E6; |
@define-color foreground #F7F0FA; |
||||||
@define-color background rgba(1,4,7,0.25); |
@define-color background rgba(2,2,6,0.25); |
||||||
@define-color cursor #FDF1E6; |
@define-color cursor #F7F0FA; |
||||||
|
|
||||||
@define-color color0 #010407; |
@define-color color0 #020206; |
||||||
@define-color color1 #6F2229; |
@define-color color1 #080A19; |
||||||
@define-color color2 #5B4E57; |
@define-color color2 #1B2453; |
||||||
@define-color color3 #A63D3A; |
@define-color color3 #1E295C; |
||||||
@define-color color4 #1B6C77; |
@define-color color4 #604156; |
||||||
@define-color color5 #9B6F77; |
@define-color color5 #737EA6; |
||||||
@define-color color6 #BBA189; |
@define-color color6 #AE9FB5; |
||||||
@define-color color7 #F4E2D3; |
@define-color color7 #EBE1F0; |
||||||
@define-color color8 #AA9E93; |
@define-color color8 #A59EA8; |
||||||
@define-color color9 #942D37; |
@define-color color9 #0B0E22; |
||||||
@define-color color10 #7A6874; |
@define-color color10 #24316E; |
||||||
@define-color color11 #DE514D; |
@define-color color11 #28367A; |
||||||
@define-color color12 #24909F; |
@define-color color12 #805673; |
||||||
@define-color color13 #CF949F; |
@define-color color13 #99A8DD; |
||||||
@define-color color14 #F9D6B7; |
@define-color color14 #E8D4F1; |
||||||
@define-color color15 #F4E2D3; |
@define-color color15 #EBE1F0; |
||||||
|
|||||||
|
Before Width: | Height: | Size: 3.5 MiB |
|
After Width: | Height: | Size: 3.6 MiB |
Loading…
Reference in new issue