chore(alacritty): Fixed themes
This commit is contained in:
parent
64fb9e2f7b
commit
f52084bf34
4 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
import = ["~/.config/alacritty/themes/gruvbox_material_dark.toml"]
|
||||
import = ["~/.config/alacritty/themes/gruvbox_light.toml"]
|
||||
|
||||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
@ -11,7 +11,8 @@ family = "FiraCode Nerd Font Mono"
|
|||
style = "Retina"
|
||||
|
||||
[window]
|
||||
opacity = 0.95
|
||||
opacity = 1
|
||||
blur = false
|
||||
option_as_alt = "Both"
|
||||
dynamic_padding = true
|
||||
decorations= "Buttonless"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#fbf1c7'
|
||||
background = '#f2e5bc'
|
||||
foreground = '#654735'
|
||||
|
||||
# Normal colors
|
Loading…
Add table
Add a link
Reference in a new issue