chore(alacritty): Changed font to light style
This commit is contained in:
parent
28215a9506
commit
c7e5796c14
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue