|
|
|
@ -16,9 +16,7 @@ M.base_30 = {
|
|
|
|
baby_pink = "#a72e5b",
|
|
|
|
baby_pink = "#a72e5b",
|
|
|
|
pink = "#ff75a0",
|
|
|
|
pink = "#ff75a0",
|
|
|
|
line = "#1d1d1d", -- for lines like vertsplit
|
|
|
|
line = "#1d1d1d", -- for lines like vertsplit
|
|
|
|
-- green = "#15bf75",
|
|
|
|
|
|
|
|
green = "#AAD84C",
|
|
|
|
green = "#AAD84C",
|
|
|
|
-- vibrant_green = "#a9b665",
|
|
|
|
|
|
|
|
vibrant_green = "#b9e75b",
|
|
|
|
vibrant_green = "#b9e75b",
|
|
|
|
nord_blue = "#18a3af",
|
|
|
|
nord_blue = "#18a3af",
|
|
|
|
blue = "#25B0BC",
|
|
|
|
blue = "#25B0BC",
|
|
|
|
@ -49,7 +47,6 @@ M.base_16 = {
|
|
|
|
base0A = "#6840ff", -- Classes
|
|
|
|
base0A = "#6840ff", -- Classes
|
|
|
|
base0B = "#ebc7a9", -- Confirmed: Strings
|
|
|
|
base0B = "#ebc7a9", -- Confirmed: Strings
|
|
|
|
base0C = "#F09483", -- Escape characters, Regular expressions
|
|
|
|
base0C = "#F09483", -- Escape characters, Regular expressions
|
|
|
|
-- base0D = "#fdb830", -- Functions, Methods
|
|
|
|
|
|
|
|
base0D = "#FFA500", -- Functions, Methods
|
|
|
|
base0D = "#FFA500", -- Functions, Methods
|
|
|
|
base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
|
|
|
|
base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
|
|
|
|
base0F = "#a72e5b", -- Deprecated, Opening/Closing embedded language tags
|
|
|
|
base0F = "#a72e5b", -- Deprecated, Opening/Closing embedded language tags
|
|
|
|
|