32 lines
658 B
TOML
32 lines
658 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]
|
|
option_as_alt = "Both"
|
|
decorations = "None"
|
|
padding = { x = 12, y = 5 }
|
|
dynamic_padding = true
|
|
|
|
[bell]
|
|
duration = 10
|
|
color = "#3a3a3a"
|
|
|
|
[cursor]
|
|
style = { shape = "Block", blinking = "Always" }
|
|
|
|
# Required to make Ctrl+/ work on macOS (used in Telescope)
|
|
[[keyboard.bindings]]
|
|
chars = "\u001F"
|
|
key = "Slash"
|
|
mods = "Control"
|