Small tweak to alacritty config

This commit is contained in:
Dreaded_X 2024-04-13 01:25:54 +02:00
parent a4b767ac59
commit 1a854cfa58
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -20,4 +20,4 @@ yellow = "#d79921"
[colors.primary] [colors.primary]
background = "#282828" background = "#282828"
foreground = "#ebdbb2" foreground = "#fbf1c7"