28 lines
591 B
TOML
28 lines
591 B
TOML
#[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
|
|
|
|
[bell]
|
|
duration = 10
|
|
color = "#3a3a3a"
|
|
|
|
[cursor]
|
|
style = { shape = "Block", blinking = "Always" }
|
|
|
|
[keyboard]
|
|
bindings = [{ key = "T", mods = "Command", action = "CreateNewWindow" }]
|