97 lines
1.5 KiB
TOML
97 lines
1.5 KiB
TOML
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[window]
|
|
padding = { x = 10, y = 10 }
|
|
opacity = 1.0
|
|
|
|
[font]
|
|
size = 11.0
|
|
|
|
[font.normal]
|
|
family = "SauceCodePro Nerd Font"
|
|
style = "Regular"
|
|
|
|
[font.bold]
|
|
family = "SauceCodePro Nerd Font"
|
|
style = "Bold"
|
|
|
|
[font.italic]
|
|
family = "SauceCodePro Nerd Font"
|
|
style = "Italic"
|
|
|
|
[cursor]
|
|
style = { shape = "Beam", blinking = "Off" }
|
|
unfocused_hollow = true
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
|
|
[colors.primary]
|
|
background = "#2E3440"
|
|
foreground = "#D8DEE9"
|
|
dim_foreground = "#A5ABB6"
|
|
bright_foreground = "#ECEFF4"
|
|
|
|
[colors.cursor]
|
|
text = "#2E3440"
|
|
cursor = "#D8DEE9"
|
|
|
|
[colors.vi_mode_cursor]
|
|
text = "#2E3440"
|
|
cursor = "#88C0D0"
|
|
|
|
[colors.search.matches]
|
|
foreground = "#2E3440"
|
|
background = "#EBCB8B"
|
|
|
|
[colors.search.focused_match]
|
|
foreground = "#2E3440"
|
|
background = "#A3BE8C"
|
|
|
|
[colors.footer_bar]
|
|
foreground = "#D8DEE9"
|
|
background = "#3B4252"
|
|
|
|
[colors.hints.start]
|
|
foreground = "#2E3440"
|
|
background = "#EBCB8B"
|
|
|
|
[colors.hints.end]
|
|
foreground = "#2E3440"
|
|
background = "#4C566A"
|
|
|
|
[colors.line_indicator]
|
|
foreground = "None"
|
|
background = "None"
|
|
|
|
[colors.normal]
|
|
black = "#3B4252"
|
|
red = "#BF616A"
|
|
green = "#A3BE8C"
|
|
yellow = "#EBCB8B"
|
|
blue = "#81A1C1"
|
|
magenta = "#B48EAD"
|
|
cyan = "#88C0D0"
|
|
white = "#E5E9F0"
|
|
|
|
[colors.bright]
|
|
black = "#4C566A"
|
|
red = "#BF616A"
|
|
green = "#A3BE8C"
|
|
yellow = "#EBCB8B"
|
|
blue = "#81A1C1"
|
|
magenta = "#B48EAD"
|
|
cyan = "#8FBCBB"
|
|
white = "#ECEFF4"
|
|
|
|
[colors.dim]
|
|
black = "#373E4D"
|
|
red = "#94545D"
|
|
green = "#809575"
|
|
yellow = "#B29E75"
|
|
blue = "#68809A"
|
|
magenta = "#8C738C"
|
|
cyan = "#6D96A5"
|
|
white = "#AEB3BB"
|