[alacritty] changed font to JBM and gruvbox to original bg
This commit is contained in:
parent
8aa9882196
commit
d79b876cd0
2 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ TERM = "xterm-256color"
|
||||||
size = 16.0
|
size = 16.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "FiraCode Nerd Font Mono"
|
family = "JetBrainsMono Nerd Font Mono"
|
||||||
style = "Light"
|
style = "ExtraLight"
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
opacity = 1
|
opacity = 1
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Default colors
|
# Default colors
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#282828'
|
background = '#1d2021'
|
||||||
foreground = '#d4be98'
|
foreground = '#d4be98'
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
|
|
Loading…
Reference in a new issue