chore(alacritty): Fixed themes
This commit is contained in:
parent
64fb9e2f7b
commit
f52084bf34
4 changed files with 5 additions and 4 deletions
28
.config/alacritty/themes/gruvbox_light.toml
Normal file
28
.config/alacritty/themes/gruvbox_light.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Colors (Gruvbox Material Medium Light)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#f2e5bc'
|
||||
foreground = '#654735'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#654735'
|
||||
red = '#c14a4a'
|
||||
green = '#6c782e'
|
||||
yellow = '#b47109'
|
||||
blue = '#45707a'
|
||||
magenta = '#945e80'
|
||||
cyan = '#4c7a5d'
|
||||
white = '#eee0b7'
|
||||
|
||||
# Bright colors (same as normal colors)
|
||||
[colors.bright]
|
||||
black = '#654735'
|
||||
red = '#c14a4a'
|
||||
green = '#6c782e'
|
||||
yellow = '#b47109'
|
||||
blue = '#45707a'
|
||||
magenta = '#945e80'
|
||||
cyan = '#4c7a5d'
|
||||
white = '#eee0b7'
|
Loading…
Add table
Add a link
Reference in a new issue