170 lines
2.4 KiB
TOML
170 lines
2.4 KiB
TOML
live_config_reload = true
|
|
|
|
[bell]
|
|
animation = "EaseOutExpo"
|
|
color = "0xffffff"
|
|
duration = 1
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[cursor]
|
|
style = "Beam"
|
|
unfocused_hollow = true
|
|
|
|
[font]
|
|
size = 12.0
|
|
|
|
[font.bold]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Bold"
|
|
|
|
[font.italic]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMono Nerd Font"
|
|
style = "Normal"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[[keyboard.bindings]]
|
|
action = "Paste"
|
|
key = "V"
|
|
mods = "Alt"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "Copy"
|
|
key = "C"
|
|
mods = "Alt"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "Quit"
|
|
key = "Q"
|
|
mods = "Super"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ToggleFullscreen"
|
|
key = "N"
|
|
mods = "Alt"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "SpawnNewInstance"
|
|
key = "Return"
|
|
mods = "Super"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollLineDown"
|
|
key = "J"
|
|
mods = "Alt"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollLineUp"
|
|
key = "K"
|
|
mods = "Alt"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollToBottom"
|
|
key = "L"
|
|
mods = "Alt"
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ScrollToBottom"
|
|
key = "H"
|
|
mods = "Alt"
|
|
|
|
[mouse]
|
|
hide_when_typing = true
|
|
|
|
[scrolling]
|
|
auto_scroll = true
|
|
history = 1000
|
|
|
|
[shell]
|
|
program = "/bin/zsh"
|
|
|
|
[window]
|
|
decorations = "None"
|
|
dynamic_padding = true
|
|
opacity = 0.8
|
|
|
|
[window.padding]
|
|
x = 32
|
|
y = 32
|
|
|
|
[colors.primary]
|
|
foreground = "#e0def4"
|
|
background = "#191724"
|
|
dim_foreground = "#908caa"
|
|
bright_foreground = "#e0def4"
|
|
|
|
[colors.cursor]
|
|
text = "#e0def4"
|
|
cursor = "#524f67"
|
|
|
|
[colors.vi_mode_cursor]
|
|
text = "#e0def4"
|
|
cursor = "#524f67"
|
|
|
|
[colors.search.matches]
|
|
foreground = "#908caa"
|
|
background = "#26233a"
|
|
|
|
[colors.search.focused_match]
|
|
foreground = "#191724"
|
|
background = "#ebbcba"
|
|
|
|
[colors.hints.start]
|
|
foreground = "#908caa"
|
|
background = "#1f1d2e"
|
|
|
|
[colors.hints.end]
|
|
foreground = "#6e6a86"
|
|
background = "#1f1d2e"
|
|
|
|
[colors.line_indicator]
|
|
foreground = "None"
|
|
background = "None"
|
|
|
|
[colors.footer_bar]
|
|
foreground = "#e0def4"
|
|
background = "#1f1d2e"
|
|
|
|
[colors.selection]
|
|
text = "#e0def4"
|
|
background = "#403d52"
|
|
|
|
[colors.normal]
|
|
black = "#26233a"
|
|
red = "#eb6f92"
|
|
green = "#31748f"
|
|
yellow = "#f6c177"
|
|
blue = "#9ccfd8"
|
|
magenta = "#c4a7e7"
|
|
cyan = "#ebbcba"
|
|
white = "#e0def4"
|
|
|
|
[colors.bright]
|
|
black = "#6e6a86"
|
|
red = "#eb6f92"
|
|
green = "#31748f"
|
|
yellow = "#f6c177"
|
|
blue = "#9ccfd8"
|
|
magenta = "#c4a7e7"
|
|
cyan = "#ebbcba"
|
|
white = "#e0def4"
|
|
|
|
[colors.dim]
|
|
black = "#6e6a86"
|
|
red = "#eb6f92"
|
|
green = "#31748f"
|
|
yellow = "#f6c177"
|
|
blue = "#9ccfd8"
|
|
magenta = "#c4a7e7"
|
|
cyan = "#ebbcba"
|
|
white = "#e0def4"
|
|
|