ala
This commit is contained in:
parent
b25d0d2672
commit
54c67db063
1 changed files with 42 additions and 0 deletions
|
|
@ -3,6 +3,48 @@
|
|||
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"
|
||||
|
||||
|
||||
[colors.selection]
|
||||
|
||||
text = "#DEEDF1" # Stop 1
|
||||
background = "#0A6271" # Stop 9
|
||||
|
||||
|
||||
[colors.cursor]
|
||||
|
||||
text = "#054A55" # Stop 0
|
||||
cursor = "#DEEDF1" # Stop 1
|
||||
|
||||
|
||||
|
||||
[cursor]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue