chore(alacritty): Fixed themes

This commit is contained in:
Afonso Franco 2024-02-13 17:50:02 +00:00
parent 64fb9e2f7b
commit f52084bf34
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
4 changed files with 5 additions and 4 deletions

View 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'