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_dark.toml
Normal file
28
.config/alacritty/themes/gruvbox_dark.toml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Colors (Gruvbox Material Medium Dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282828'
|
||||
foreground = '#d4be98'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#3c3836'
|
||||
red = '#ea6962'
|
||||
green = '#a9b665'
|
||||
yellow = '#d8a657'
|
||||
blue = '#7daea3'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#89b482'
|
||||
white = '#d4be98'
|
||||
|
||||
# Bright colors (same as normal colors)
|
||||
[colors.bright]
|
||||
black = '#3c3836'
|
||||
red = '#ea6962'
|
||||
green = '#a9b665'
|
||||
yellow = '#d8a657'
|
||||
blue = '#7daea3'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#89b482'
|
||||
white = '#d4be98'
|
Loading…
Add table
Add a link
Reference in a new issue