Files
dotfiles/.config/alacritty/alacritty.toml

14 lines
223 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"