Files
dotfiles/.config/alacritty/alacritty.toml

14 lines
223 B
TOML
Raw Normal View History

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