mirror of
https://github.com/maxmx03/dracula.nvim.git
synced 2026-09-10 07:26:19 -04:00
fix: base02 color
This commit is contained in:
parent
bb37da36c9
commit
d3703cf03e
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
return {
|
||||
base0 = '#F8F8F2',
|
||||
base01 = '#6272A4',
|
||||
base02 = '#21222C',
|
||||
base02 = '#44475A',
|
||||
base03 = '#282A36',
|
||||
base04 = '#21222C',
|
||||
cyan = '#8BE9FD',
|
||||
|
|
|
|||
Loading…
Reference in a new issue