tmp colors alacritty
This commit is contained in:
parent
8d6a7bb50f
commit
b6cd6d881a
1 changed files with 25 additions and 29 deletions
|
|
@ -5,44 +5,40 @@ draw_bold_text_with_bright_colors = true
|
|||
|
||||
[colors.primary]
|
||||
|
||||
background = "#054A55" # Stop 0
|
||||
foreground = "#DEEDF1" # Stop 1
|
||||
|
||||
|
||||
[colors.normal] # OKLCH: L=0.75-0.77, C=0.098 (anchor), contrast 4.5+
|
||||
|
||||
black = "#2E2E32" # gray
|
||||
blue = "#8BB0ED" # H=260
|
||||
cyan = "#7CBDCB" # Stop 3 (same L as siblings)
|
||||
green = "#87C088" # H=145
|
||||
magenta = "#D99FD3" # H=330
|
||||
red = "#EA9A93" # H=25
|
||||
white = "#AED6DE" # Stop 2
|
||||
yellow = "#C2AF64" # H=95
|
||||
|
||||
|
||||
[colors.bright] # +0.10 L, contrast 6.1-6.6
|
||||
|
||||
black = "#0A6271" # Stop 9 (dim text, 1.4:1 - deliberately faint)
|
||||
blue = "#ABD0FF"
|
||||
cyan = "#4AA4B6" # Stop 4
|
||||
green = "#A7E0A7"
|
||||
magenta = "#FBBEF4"
|
||||
red = "#FFBAB2"
|
||||
white = "#DEEDF1" # Stop 1
|
||||
yellow = "#E3CF83"
|
||||
|
||||
background = "#002E37" # Stop 7
|
||||
foreground = "#DDECF0" # Stop 1
|
||||
|
||||
[colors.selection]
|
||||
|
||||
text = "#DEEDF1" # Stop 1
|
||||
background = "#0A6271" # Stop 9
|
||||
background = "#004D5C" # Stop 6
|
||||
text = "#DDECF0" # Stop 1
|
||||
|
||||
[colors.normal]
|
||||
|
||||
black = "#2E2E32" # gray
|
||||
blue = "#6D91CC"
|
||||
cyan = "#59B1C4" # Stop 3
|
||||
green = "#669D68"
|
||||
magenta = "#B57DB0"
|
||||
red = "#C87B75"
|
||||
white = "#96D0DD" # Stop 2
|
||||
yellow = "#A38F45"
|
||||
|
||||
[colors.bright]
|
||||
|
||||
black = "#004D5C" # Stop 6
|
||||
blue = "#8BB0ED"
|
||||
cyan = "#96D0DD" # Stop 2
|
||||
green = "#84BC85"
|
||||
magenta = "#D69CD0"
|
||||
red = "#EA9A93"
|
||||
white = "#DDECF0" # Stop 1
|
||||
yellow = "#C2AF64"
|
||||
|
||||
[colors.cursor]
|
||||
|
||||
text = "#054A55" # Stop 0
|
||||
cursor = "#DEEDF1" # Stop 1
|
||||
text = "#002E37" # Stop 7
|
||||
cursor = "#DDECF0" # Stop 1
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue