131 lines
1.7 KiB
TOML
131 lines
1.7 KiB
TOML
[colors]
|
|
|
|
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]
|
|
|
|
blink_interval = 500
|
|
thickness = 0.1
|
|
unfocused_hollow = true
|
|
|
|
|
|
[cursor.style]
|
|
|
|
blinking = "On"
|
|
shape = "Block"
|
|
|
|
|
|
|
|
[font]
|
|
|
|
size = 12.0
|
|
|
|
|
|
[font.bold]
|
|
|
|
family = "FiraCode Nerd Font"
|
|
style = "Bold"
|
|
|
|
|
|
[font.bold_italic]
|
|
|
|
family = "FiraCode Nerd Font"
|
|
style = "Semibold"
|
|
|
|
|
|
[font.italic]
|
|
|
|
family = "FiraCode Nerd Font"
|
|
style = "Light"
|
|
|
|
|
|
[font.normal]
|
|
|
|
family = "FiraCode Nerd Font"
|
|
style = "Regular"
|
|
|
|
|
|
[font.offset]
|
|
|
|
x = 0
|
|
y = 0
|
|
|
|
|
|
|
|
[[keyboard.bindings]]
|
|
|
|
action = "SpawnNewInstance"
|
|
key = "Return"
|
|
mods = "Control|Shift"
|
|
|
|
|
|
|
|
[scrolling]
|
|
|
|
history = 99999
|
|
multiplier = 10
|
|
|
|
|
|
|
|
[terminal.shell]
|
|
|
|
args = ["-l"]
|
|
program = "/usr/bin/zsh"
|
|
|
|
|
|
|
|
[window]
|
|
|
|
decorations = "none"
|
|
dynamic_padding = true
|
|
opacity = 0.95
|
|
|
|
|
|
[window.padding]
|
|
|
|
x = 10
|
|
y = 10
|