fix: base02 color

This commit is contained in:
max miliano 2024-02-20 22:26:09 -03:00
parent bb37da36c9
commit d3703cf03e
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ config:
palette:
base0: "#f8f8f2" # foreground
base01: "#6272a4" # comment
base02: "#21222c" # background highlight
base02: "#44475A" # background highlight
base03: "#282a36" # background
base04: "#21222c" # background shade
yellow: "#f1fa8c"

View file

@ -35,7 +35,7 @@
return {
base0 = '#F8F8F2',
base01 = '#6272A4',
base02 = '#21222C',
base02 = '#44475A',
base03 = '#282A36',
base04 = '#21222C',
cyan = '#8BE9FD',