19 lines
263 B
TOML
19 lines
263 B
TOML
import = ["/home/andrew/.config/alacritty/themes/tokyo-night.toml"]
|
|
|
|
[cursor.style]
|
|
blinking = "On"
|
|
shape = "Beam"
|
|
|
|
[cursor.vi_mode_style]
|
|
shape = "Block"
|
|
|
|
[font]
|
|
size = 9.0
|
|
|
|
[font.normal]
|
|
family = "Geist Mono Nerd Font"
|
|
style = "Regular"
|
|
|
|
[window]
|
|
opacity = 0.8
|