Files
dotfiles/.config/alacritty/alacritty.toml
2025-01-13 09:59:52 +01:00

15 lines
224 B
TOML

[colors.cursor]
cursor = "#00ff00"
text = "#000000"
[font]
size = 9
[general]
# https://github.com/alacritty/alacritty-theme
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
[terminal]
shell = "/bin/zsh"