mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -07:00
Changed colors for status line
This commit is contained in:
parent
8f6ceebe5e
commit
c63e7205e0
1 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ M.base_30 = {
|
||||||
red = "#ec5f67", -- Confirmed
|
red = "#ec5f67", -- Confirmed
|
||||||
baby_pink = "#ff7d85", -- TESTING
|
baby_pink = "#ff7d85", -- TESTING
|
||||||
pink = "#ff75a0",
|
pink = "#ff75a0",
|
||||||
line = "#1d1d1d", -- for lines like vertsplit
|
line = "#2a3a43", -- for lines like vertsplit
|
||||||
green = "#99c794", -- Confirmed
|
green = "#99c794", -- Confirmed
|
||||||
vibrant_green = "#b9e75b",
|
vibrant_green = "#b9e75b",
|
||||||
nord_blue = "#18a3af",
|
nord_blue = "#18a3af",
|
||||||
|
|
@ -27,8 +27,8 @@ M.base_30 = {
|
||||||
teal = "#749689",
|
teal = "#749689",
|
||||||
orange = "#f99157", -- Confirmed
|
orange = "#f99157", -- Confirmed
|
||||||
cyan = "#62b3b2", -- Confirmed
|
cyan = "#62b3b2", -- Confirmed
|
||||||
statusline_bg = "#181818",
|
statusline_bg = "#1f2f38", -- Confirmed
|
||||||
lightbg = "#292929",
|
lightbg = "#2c3c45", -- Confirmed
|
||||||
pmenu_bg = "#15bf84",
|
pmenu_bg = "#15bf84",
|
||||||
folder_bg = "#07929e",
|
folder_bg = "#07929e",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue