From 5c607d047b1ec597cf5ad896a59ef3449a47de66 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Sat, 13 Apr 2024 18:54:42 -0400 Subject: [PATCH] YNPS adjust green color --- lua/themes/your_needy_pop_star.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/themes/your_needy_pop_star.lua b/lua/themes/your_needy_pop_star.lua index db45736..dd248d7 100644 --- a/lua/themes/your_needy_pop_star.lua +++ b/lua/themes/your_needy_pop_star.lua @@ -12,7 +12,7 @@ M.base_16 = { base08 = "#F066EC", -- vars, xml tag, markup links, diff delete base09 = "#38F0E8", -- booleans, constants, ints, search text current 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 {} base0D = "#0CECDD", -- funcs, methods, attr ids, headings, html inner text base0E = "#ffe405", -- keywords, markup italic, diff changed @@ -35,7 +35,7 @@ M.base_30 = { baby_pink = "#ff5fa5", pink = "#ff5ff5", line = M.base_16.base07, -- ok but base07 is RIGHT there... - green = "#42F032", + green = M.base_16.base0B, vibrant_green = "#00FFAB", nord_blue = "#38F0E8", blue = "#05C3FF",