Small tweak to alacritty config
This commit is contained in:
parent
a4b767ac59
commit
1a854cfa58
|
@ -4,7 +4,7 @@ import = ["/home/tim/.config/alacritty/gruvbox_dark.toml"]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 11.0
|
size = 12.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "SauceCodePro Nerd Font Mono"
|
family = "SauceCodePro Nerd Font Mono"
|
||||||
|
|
|
@ -20,4 +20,4 @@ yellow = "#d79921"
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = "#282828"
|
background = "#282828"
|
||||||
foreground = "#ebdbb2"
|
foreground = "#fbf1c7"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user