Watch
1
0
Fork
You've already forked dotfiles
0
This commit is contained in:
Alexander Hess 2026-08-14 12:51:00 +02:00
commit 54c67db063
Signed by: alexander
GPG key ID: B46EDB4DFC26805D

View file

@ -3,6 +3,48 @@
draw_bold_text_with_bright_colors = true 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] [cursor]