Files
dotfiles/.config/alacritty/alacritty.toml

11 lines
219 B
TOML
Raw Normal View History

2024-02-01 13:29:41 +01:00
# https://github.com/alacritty/alacritty-theme
2024-11-30 13:42:58 +01:00
general.import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
terminal.shell = "/bin/zsh"
2024-02-01 13:29:41 +01:00
[colors.cursor]
cursor = "#00ff00"
text = "#000000"
2024-02-20 11:28:38 +01:00
[font]
size = 10