mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
11 lines
202 B
TOML
11 lines
202 B
TOML
# https://github.com/alacritty/alacritty-theme
|
|
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
|
shell = "/bin/zsh"
|
|
|
|
[colors.cursor]
|
|
cursor = "#00ff00"
|
|
text = "#000000"
|
|
|
|
[font]
|
|
size = 10
|