diff --git a/lua/hl_themes/nightlamp.lua b/lua/hl_themes/nightlamp.lua index b74a42b..6d100fe 100644 --- a/lua/hl_themes/nightlamp.lua +++ b/lua/hl_themes/nightlamp.lua @@ -1,36 +1,35 @@ local colors = { - white = "#e0d6bd", - darker_black = "#16171c", - black = "#18191f", -- nvim bg - black2 = "#2c2e38", - one_bg = "#404452", - one_bg2 = "#55596b", - one_bg3 = "#686d85", - grey = "#5f6378", - grey_fg = "#6c7189", - grey_fg2 = "#7b7f97", - light_grey = "#8b8fa4", - red = "#a67476", - baby_pink = "#f7eaed", - pink = "#d1a3b1", - line = "#2d2f2f", -- for lines like vertsplit - green = "#8c9383", - vibrant_green = "#909963", - nord_blue = "#8d9bb3", - blue = "#5a6986", - yellow = "#ccb89c", - sun = "#deb88a", - purple = "#958793", - dark_purple = "#cbc1e3", - teal = "#7fb1af", - orange = "#c8916d", - cyan = "#90a0a0", - statusline_bg = "#22242c", - lightbg = "#282c3c", - lightbg2 = "#2c2e38", - pmenu_bg = "#90a0a0", - folder_bg = "#90a0a0", - } - - return colors - \ No newline at end of file + white = "#f1ebd1", + darker_black = "#15161c", + black = "#18191f", --nvimbg + black2 = "#1e1f25", + one_bg = "#222329", + one_bg2 = "#28292f", + one_bg3 = "#2e2f35", + grey = "#38393f", + grey_fg = "#43444a", + grey_fg2 = "#48494f", + light_grey = "#505157", + red = "#a67476", + baby_pink = "#f7eaed", + pink = "#9f899c", + line = "#24252b", --forlineslikevertsplit + green = "#8aa387", + vibrant_green = "#94ad91", + nord_blue = "#8d9bb3", + blue = "#5a6986", + yellow = "#ccb89c", + sun = "#deb88a", + purple = "#958793", + dark_purple = "#cbc1e3", + teal = "#7aacaa", + orange = "#c8916d", + cyan = "#90a0a0", + statusline_bg = "#1d1e24", + lightbg = "#2b2c32", + lightbg2 = "#24252b", + pmenu_bg = "#8aa387", + folder_bg = "#90a0a0", +} + +return colors diff --git a/lua/themes/nightlamp-base16.lua b/lua/themes/nightlamp-base16.lua index e6811ed..d53185b 100644 --- a/lua/themes/nightlamp-base16.lua +++ b/lua/themes/nightlamp-base16.lua @@ -1,19 +1,18 @@ return { base00 = "18191f", - base01 = "3b3837", - base02 = "4e4a47", - base03 = "625c58", + base01 = "222329", + base02 = "2c2d33", + base03 = "3c3d43", base04 = "b5ac9b", base05 = "cbc0ab", base06 = "e0d6bd", base07 = "f1ebd1", - base08 = "cbc1e3", - base09 = "a67476", + base08 = "b17f81", + base09 = "c8916d", base0A = "deb88a", - base0B = "8c9383", - base0C = "90a0a0", + base0B = "8aa387", + base0C = "96a6a6", base0D = "c495a2", - base0E = "8d9bb3", + base0E = "8896ae", base0F = "d0d0c7", } - \ No newline at end of file