[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
|
||||
|
||||
[font.normal]
|
||||
family = "FiraCode Nerd Font Mono"
|
||||
style = "Light"
|
||||
family = "JetBrainsMono Nerd Font Mono"
|
||||
style = "ExtraLight"
|
||||
|
||||
[window]
|
||||
opacity = 1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282828'
|
||||
background = '#1d2021'
|
||||
foreground = '#d4be98'
|
||||
|
||||
# Normal colors
|
||||
|
|
Loading…
Reference in a new issue