Improve theme contrast for Alacritty
This commit is contained in:
parent
1a3b4d924b
commit
178fe562cf
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
|||
color_set:
|
||||
text: &TEXT "#CAD3F5"
|
||||
subtext0: &SUBTEXT0 "#A5ADCB"
|
||||
subtext1: &SUBTEXT1 "#B8C0E0"
|
||||
subtext0: &SUBTEXT0 "#E3E3F3"
|
||||
subtext1: &SUBTEXT1 "#CED4E0"
|
||||
surface2: &SURFACE2 "#5B6078"
|
||||
surface1: &SURFACE1 "#494D64"
|
||||
index16: &INDEX16 "#F5A97F"
|
||||
index17: &INDEX17 "#F4DBD6"
|
||||
base: &BASE "#24273A"
|
||||
red: &RED "#ED8796"
|
||||
red: &RED "#ED6070"
|
||||
green: &GREEN "#A6DA95"
|
||||
blue: &BLUE "#8AADF4"
|
||||
yellow: &YELLOW "#EED49F"
|
||||
|
|
Loading…
Add table
Reference in a new issue