mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-15 18:25:55 -07:00
YNPS adjust green color
This commit is contained in:
parent
6f3fbb41f9
commit
5c607d047b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue