80 lines
1.2 KiB
TOML
80 lines
1.2 KiB
TOML
[colors.bright]
|
|
black = "#444b6a"
|
|
blue = "#7da6ff"
|
|
cyan = "#0db9d7"
|
|
green = "#b9f27c"
|
|
magenta = "#bb9af7"
|
|
red = "#ff7a93"
|
|
white = "#acb0d0"
|
|
yellow = "#ff9e64"
|
|
|
|
[colors.cursor]
|
|
cursor = "#F5E0DC"
|
|
text = "#1E1E2E"
|
|
|
|
[colors.hints.end]
|
|
background = "#A6ADC8"
|
|
foreground = "#1E1E2E"
|
|
|
|
[colors.hints.start]
|
|
background = "#F9E2AF"
|
|
foreground = "#1E1E2E"
|
|
|
|
[colors.normal]
|
|
black = "#32344a"
|
|
blue = "#7aa2f7"
|
|
cyan = "#449dab"
|
|
green = "#9ece6a"
|
|
magenta = "#ad8ee6"
|
|
red = "#f7768e"
|
|
white = "#787c99"
|
|
yellow = "#e0af68"
|
|
|
|
[colors.primary]
|
|
background = "#1a1b26"
|
|
bright_foreground = "#CDD6F4"
|
|
dim_foreground = "#CDD6F4"
|
|
foreground = "#a9b1d6"
|
|
|
|
[colors.search.focused_match]
|
|
background = "#A6E3A1"
|
|
foreground = "#1E1E2E"
|
|
|
|
[colors.search.footer_bar]
|
|
background = "#A6ADC8"
|
|
foreground = "#1E1E2E"
|
|
|
|
[colors.search.matches]
|
|
background = "#A6ADC8"
|
|
foreground = "#1E1E2E"
|
|
|
|
[colors.selection]
|
|
background = "#F5E0DC"
|
|
text = "#1E1E2E"
|
|
|
|
[colors.vi_mode_cursor]
|
|
cursor = "#B4BEFE"
|
|
text = "#1E1E2E"
|
|
|
|
[font]
|
|
size = 11
|
|
|
|
[font.bold]
|
|
family = "Monaspace Argon"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "Monaspace Argon"
|
|
style = "Bold Italic"
|
|
|
|
[font.italic]
|
|
family = "Monaspace Argon"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "Monaspace Argon"
|
|
style = "Regular"
|
|
|
|
[window]
|
|
opacity = 0.95
|