128 lines
1.8 KiB
TOML
128 lines
1.8 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"
|
|
|
|
# Colors (Gruvbox dark)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
# hard contrast background = = '#1d2021'
|
|
# background = '#282828'
|
|
# # soft contrast background = = '#32302f'
|
|
# foreground = '#ebdbb2'
|
|
#
|
|
# # Normal colors
|
|
# [colors.normal]
|
|
# black = '#282828'
|
|
# red = '#cc241d'
|
|
# green = '#98971a'
|
|
# yellow = '#d79921'
|
|
# blue = '#458588'
|
|
# magenta = '#b16286'
|
|
# cyan = '#689d6a'
|
|
# white = '#a89984'
|
|
#
|
|
# # Bright colors
|
|
# [colors.bright]
|
|
# black = '#928374'
|
|
# red = '#fb4934'
|
|
# green = '#b8bb26'
|
|
# yellow = '#fabd2f'
|
|
# blue = '#83a598'
|
|
# magenta = '#d3869b'
|
|
# cyan = '#8ec07c'
|
|
# white = '#ebdbb2'
|
|
|
|
[mouse]
|
|
hide_when_typing = true
|
|
|
|
[scrolling]
|
|
history = 1000
|
|
|
|
[shell]
|
|
program = "/bin/zsh"
|
|
|
|
[window]
|
|
decorations = "None"
|
|
dynamic_padding = true
|
|
opacity = 0.9
|
|
|
|
[window.padding]
|
|
x = 32
|
|
y = 32
|
|
|