YNPS adjust green color

main
Gabe Farrell 2 years ago
parent 6f3fbb41f9
commit 5c607d047b

@ -12,7 +12,7 @@ M.base_16 = {
base08 = "#F066EC", -- vars, xml tag, markup links, diff delete base08 = "#F066EC", -- vars, xml tag, markup links, diff delete
base09 = "#38F0E8", -- booleans, constants, ints, search text current base09 = "#38F0E8", -- booleans, constants, ints, search text current
base0A = "#00FFAB", -- classes, markup bold, search text bg base0A = "#00FFAB", -- classes, markup bold, search text bg
base0B = "#42F032", -- strings, inherited class, markup code, diff insert base0B = "#32f06b", -- strings, inherited class, markup code, diff insert
base0C = "#C9ECF5", -- support, regex, escape chars, markup quotes, lua {} base0C = "#C9ECF5", -- support, regex, escape chars, markup quotes, lua {}
base0D = "#0CECDD", -- funcs, methods, attr ids, headings, html inner text base0D = "#0CECDD", -- funcs, methods, attr ids, headings, html inner text
base0E = "#ffe405", -- keywords, markup italic, diff changed base0E = "#ffe405", -- keywords, markup italic, diff changed
@ -35,7 +35,7 @@ M.base_30 = {
baby_pink = "#ff5fa5", baby_pink = "#ff5fa5",
pink = "#ff5ff5", pink = "#ff5ff5",
line = M.base_16.base07, -- ok but base07 is RIGHT there... line = M.base_16.base07, -- ok but base07 is RIGHT there...
green = "#42F032", green = M.base_16.base0B,
vibrant_green = "#00FFAB", vibrant_green = "#00FFAB",
nord_blue = "#38F0E8", nord_blue = "#38F0E8",
blue = "#05C3FF", blue = "#05C3FF",

Loading…
Cancel
Save