dotfiles/.config/alacritty/alacritty.toml

28 lines
591 B
TOML
Raw Normal View History

2024-01-25 21:41:00 +01:00
#[shell]
#program = "/bin/zsh"
import = [
#"~/.config/alacritty/tokyonight_day.toml",
"~/.config/alacritty/tokyonight_moon.toml",
#"~/.config/alacritty/tokyonight_night.toml",
#"~/.config/alacritty/tokyonight_storm.toml",
]
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
size = 17
[window]
decorations = "None"
padding = { x = 12, y = 12 }
dynamic_padding = false
2024-01-25 21:41:00 +01:00
[bell]
duration = 10
color = "#3a3a3a"
[cursor]
style = { shape = "Block", blinking = "Always" }
[keyboard]
bindings = [{ key = "T", mods = "Command", action = "CreateNewWindow" }]