72 lines
1.1 KiB
TOML
72 lines
1.1 KiB
TOML
[colors]
|
|
# make ALL background colors transparent -- looks bad with nvim lualine
|
|
transparent_background_colors = false
|
|
[debug]
|
|
render_timer = false
|
|
|
|
[env]
|
|
term = "xterm-256color"
|
|
|
|
[font]
|
|
size = 13
|
|
|
|
[font.bold]
|
|
family = "Hurmit Nerd Font"
|
|
style = "Bold"
|
|
#family = "Jetbrains Mono Nerd Font"
|
|
#style = "Medium"
|
|
|
|
[font.glyph_offset]
|
|
x = 0
|
|
y = -2
|
|
|
|
[font.italic]
|
|
family = "Hurmit Nerd Font"
|
|
style = "Light Italic"
|
|
#family = "JetbrainsMonoNL Nerd Font"
|
|
#style = "Light Italic"
|
|
|
|
[font.normal]
|
|
family = "Hurmit Nerd Font"
|
|
style = "Regular"
|
|
#family = "JetbrainsMonoNL Nerd Font"
|
|
#style = "Regular"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = -3
|
|
|
|
[[keyboard.bindings]]
|
|
action = "ToggleViMode"
|
|
key = "F7"
|
|
|
|
[scrolling]
|
|
history = 10000
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
|
|
[terminal.shell]
|
|
program = "/usr/bin/fish"
|
|
|
|
[window]
|
|
decorations = "none"
|
|
dynamic_padding = false
|
|
# opacity = 0.20
|
|
blur = true
|
|
opacity = 1
|
|
|
|
[window.padding]
|
|
x = 0
|
|
y = 0
|
|
|
|
[general]
|
|
#custom_cursor_colors = true
|
|
#decorations = "buttonless"
|
|
import = [
|
|
"~/.config/alacritty_font.toml",
|
|
"~/.config/alacritty/themes/themes/everforest_dark.toml"
|
|
]
|
|
|
|
[terminal]
|