chore(alacritty): Changed font to light style
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user