From f5ebc67272b56ceed7713eb3371600d202983cbe Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 25 Dec 2021 11:05:00 +0530 Subject: [PATCH] update purple/pink colors in nightlamp theme --- lua/hl_themes/nightlamp.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/hl_themes/nightlamp.lua b/lua/hl_themes/nightlamp.lua index 6d100fe..68dc909 100644 --- a/lua/hl_themes/nightlamp.lua +++ b/lua/hl_themes/nightlamp.lua @@ -12,7 +12,7 @@ local colors = { light_grey = "#505157", red = "#a67476", baby_pink = "#f7eaed", - pink = "#9f899c", + pink = "#c99aa7", line = "#24252b", --forlineslikevertsplit green = "#8aa387", vibrant_green = "#94ad91", @@ -20,8 +20,8 @@ local colors = { blue = "#5a6986", yellow = "#ccb89c", sun = "#deb88a", - purple = "#958793", - dark_purple = "#cbc1e3", + purple = "#a496a2", + dark_purple = "#958793", teal = "#7aacaa", orange = "#c8916d", cyan = "#90a0a0",