mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
17 lines
275 B
TOML
17 lines
275 B
TOML
[colors.cursor]
|
|
cursor = "#00ff00"
|
|
text = "#000000"
|
|
|
|
[font]
|
|
size = 9
|
|
|
|
[font.normal]
|
|
family = "Jet Brains Mono Nerd Font"
|
|
|
|
[general]
|
|
# https://github.com/alacritty/alacritty-theme
|
|
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
|
|
|
[terminal]
|
|
shell = "/bin/zsh"
|