mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Changed status_line bg and light bg
This commit is contained in:
parent
4be4c4745a
commit
d07fc206f6
1 changed files with 7 additions and 7 deletions
|
|
@ -20,17 +20,17 @@ M.base_30 = {
|
|||
line = "#1d1d1d", -- for lines like vertsplit
|
||||
green = "#89b482",
|
||||
vibrant_green = "#a9b665",
|
||||
nord_blue = "#6f8faf",
|
||||
blue = "#6d8dad",
|
||||
yellow = "#d8a657",
|
||||
sun = "#eab869",
|
||||
nord_blue = "#18a3af",
|
||||
blue = "#25B0BC",
|
||||
yellow = "#fdb830",
|
||||
sun = "#ffc038",
|
||||
purple = "#d3869b",
|
||||
dark_purple = "#d3869b",
|
||||
teal = "#749689",
|
||||
orange = "#e78a4e",
|
||||
cyan = "#89b482",
|
||||
statusline_bg = "#2c2c2c",
|
||||
lightbg = "#393939",
|
||||
statusline_bg = "#121212",
|
||||
lightbg = "#1f1f1f",
|
||||
pmenu_bg = "#89b482",
|
||||
folder_bg = "#6d8dad",
|
||||
}
|
||||
|
|
@ -46,7 +46,7 @@ M.base_16 = {
|
|||
base07 = "#D9D7CE",
|
||||
base08 = "#a72e5b", -- Confirmed: Variables Confirmed
|
||||
-- base09 = "#a17643", -- Confirmed: Integers, Booleans
|
||||
base09 = "#eaac83", -- Confirmed: Integers, Booleans
|
||||
base09 = "#eaa273", -- Confirmed: Integers, Booleans
|
||||
base0A = "#E0AAFF", -- Classes
|
||||
base0B = "#eaa98b", -- Confirmed: Strings
|
||||
base0C = "#F09483", -- Escape characters, Regular expressions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue