Files
dotfiles/.config/alacritty/alacritty.toml

17 lines
275 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
2025-03-24 15:47:50 +01:00
[font.normal]
family = "Jet Brains Mono Nerd Font"
2025-01-13 09:59:52 +01:00
[general]
# https://github.com/alacritty/alacritty-theme
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
[terminal]
shell = "/bin/zsh"