Files
dotfiles/.config/alacritty/alacritty.toml

7 lines
165 B
TOML
Raw Normal View History

2024-02-01 13:29:41 +01:00
# https://github.com/alacritty/alacritty-theme
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
[colors.cursor]
cursor = "#00ff00"
text = "#000000"