mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
fix colors in pasteldark theme
This commit is contained in:
parent
625edc8917
commit
7375dcb05a
1 changed files with 5 additions and 5 deletions
|
|
@ -16,14 +16,14 @@ M.base_30 = {
|
|||
baby_pink = "#fca2aa",
|
||||
pink = "#fca2af",
|
||||
line = "#20272e", -- for lines like vertsplit
|
||||
green = "#9ce5c0",
|
||||
vibrant_green = "#a5d4af",
|
||||
green = "#9fe8c3",
|
||||
vibrant_green = "#9ce5c0",
|
||||
blue = "#99aee5",
|
||||
nord_blue = "#9aa8cf",
|
||||
yellow = "#fbdf90",
|
||||
sun = "#fbdf9a",
|
||||
purple = "#d7c1ed",
|
||||
dark_purple = "#ccaced",
|
||||
purple = "#c2a2e3",
|
||||
dark_purple = "#b696d7",
|
||||
teal = "#92dbb6",
|
||||
orange = "#EDA685",
|
||||
cyan = "#b5c3ea",
|
||||
|
|
@ -42,7 +42,7 @@ M.base_16 = {
|
|||
base0E = "#c2a2e3",
|
||||
base0D = "#a3b8ef",
|
||||
base0C = "#abb9e0",
|
||||
base0B = "#a5d4af",
|
||||
base0B = "#9ce5c0",
|
||||
base02 = "#31383f",
|
||||
base0F = "#e88e9b",
|
||||
base03 = "#40474e",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue