[alacritty] Changed font to light style
This commit is contained in:
parent
99463cd85e
commit
f6aa824ce8
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]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
@ -8,7 +8,7 @@ size = 14.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "FiraCode Nerd Font Mono"
|
family = "FiraCode Nerd Font Mono"
|
||||||
style = "Retina"
|
style = "Light"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 1
|
opacity = 1
|
||||||
|
|
Loading…
Reference in a new issue