[alacritty] Changed font to light style

This commit is contained in:
Afonso Franco 2024-03-19 02:59:46 +00:00
parent 99463cd85e
commit f6aa824ce8
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk

View file

@ -1,4 +1,4 @@
import = ["~/.config/alacritty/themes/gruvbox_light.toml"]
import = ["~/.config/alacritty/themes/gruvbox_dark.toml"]
[env]
TERM = "xterm-256color"
@ -8,7 +8,7 @@ size = 14.0
[font.normal]
family = "FiraCode Nerd Font Mono"
style = "Retina"
style = "Light"
[window]
opacity = 1