Changed status_line bg and light bg

v2.5
derek_lee 3 years ago
parent 4be4c4745a
commit d07fc206f6

@ -20,17 +20,17 @@ M.base_30 = {
line = "#1d1d1d", -- for lines like vertsplit line = "#1d1d1d", -- for lines like vertsplit
green = "#89b482", green = "#89b482",
vibrant_green = "#a9b665", vibrant_green = "#a9b665",
nord_blue = "#6f8faf", nord_blue = "#18a3af",
blue = "#6d8dad", blue = "#25B0BC",
yellow = "#d8a657", yellow = "#fdb830",
sun = "#eab869", sun = "#ffc038",
purple = "#d3869b", purple = "#d3869b",
dark_purple = "#d3869b", dark_purple = "#d3869b",
teal = "#749689", teal = "#749689",
orange = "#e78a4e", orange = "#e78a4e",
cyan = "#89b482", cyan = "#89b482",
statusline_bg = "#2c2c2c", statusline_bg = "#121212",
lightbg = "#393939", lightbg = "#1f1f1f",
pmenu_bg = "#89b482", pmenu_bg = "#89b482",
folder_bg = "#6d8dad", folder_bg = "#6d8dad",
} }
@ -46,7 +46,7 @@ M.base_16 = {
base07 = "#D9D7CE", base07 = "#D9D7CE",
base08 = "#a72e5b", -- Confirmed: Variables Confirmed base08 = "#a72e5b", -- Confirmed: Variables Confirmed
-- base09 = "#a17643", -- Confirmed: Integers, Booleans -- base09 = "#a17643", -- Confirmed: Integers, Booleans
base09 = "#eaac83", -- Confirmed: Integers, Booleans base09 = "#eaa273", -- Confirmed: Integers, Booleans
base0A = "#E0AAFF", -- Classes base0A = "#E0AAFF", -- Classes
base0B = "#eaa98b", -- Confirmed: Strings base0B = "#eaa98b", -- Confirmed: Strings
base0C = "#F09483", -- Escape characters, Regular expressions base0C = "#F09483", -- Escape characters, Regular expressions

Loading…
Cancel
Save