chore(alacritty): Changed font to light style

This commit is contained in:
Afonso Franco 2024-03-19 02:59:46 +00:00
parent 28215a9506
commit c7e5796c14
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

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