44 lines
587 B
TOML
44 lines
587 B
TOML
import = [
|
|
"~/.config/alacritty/themes/themes/blood_moon.toml"
|
|
]
|
|
|
|
[window]
|
|
opacity = 0.9
|
|
blur = true
|
|
dynamic_title = true
|
|
|
|
[window.dimensions]
|
|
columns = 80
|
|
lines = 25
|
|
|
|
[scrolling]
|
|
history = 100000
|
|
|
|
[font]
|
|
#size = 12.0
|
|
|
|
[font.normal]
|
|
family = "SauceCodePro Nerd Font Mono"
|
|
style = "Regular"
|
|
|
|
[cursor]
|
|
unfocused_hollow = true
|
|
|
|
[cursor.style]
|
|
shape = "Block"
|
|
blinking = "On"
|
|
|
|
[cursor.vi_mode_style]
|
|
shape = "Underline"
|
|
|
|
[terminal]
|
|
osc52 = "CopyPaste"
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "n", mods = "Control | Shift", action = "SpawnNewInstance" },
|
|
]
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|