mirror of
https://github.com/gabehf/base46.git
synced 2026-03-11 00:10:32 -07:00
improve night-owl theme
This commit is contained in:
parent
91c79ac8cd
commit
f7528f4f49
2 changed files with 28 additions and 28 deletions
|
|
@ -1,23 +1,23 @@
|
|||
local colors = {
|
||||
white = "#d6deeb",
|
||||
darker_black = "#00121c",
|
||||
darker_black = "#001122",
|
||||
black = "#011627",
|
||||
black2 = "#021721",
|
||||
one_bg = "#31322c", -- real bg of onedark
|
||||
one_bg2 = "#3a3b35",
|
||||
one_bg3 = "#42433d",
|
||||
grey = "#637777",
|
||||
grey_fg = "#222222",
|
||||
grey_fg2 = "#333333",
|
||||
black2 = "#061b2c",
|
||||
one_bg = "#0b2031", -- real bg of onedark
|
||||
one_bg2 = "#152a3b",
|
||||
one_bg3 = "#1f3445",
|
||||
grey = "#293e4f",
|
||||
grey_fg = "#314657",
|
||||
grey_fg2 = "#394e5f",
|
||||
light_grey = "#8b9f9f",
|
||||
red = "#f78c6c",
|
||||
baby_pink = "#ff6cca",
|
||||
pink = "#fa58b6",
|
||||
line = "#232323",
|
||||
line = "#091e2f",
|
||||
green = "#addb67",
|
||||
vibrant_green = "#22da6e",
|
||||
blue = "#82aaff",
|
||||
nord_blue = "#81A1C1",
|
||||
nord_blue = "#78a0f5",
|
||||
yellow = "#ffcb8b",
|
||||
sun = "#ffe9a9",
|
||||
purple = "#c792ea",
|
||||
|
|
@ -25,11 +25,11 @@ local colors = {
|
|||
teal = "#96CEB4",
|
||||
orange = "#FFAD60",
|
||||
cyan = "#93FFD8",
|
||||
statusline_bg = "#333945",
|
||||
lightbg = "#011627",
|
||||
lightbg2 = "#1f3445",
|
||||
pmenu_bg = "#A3BE8C",
|
||||
folder_bg = "#7797b7",
|
||||
statusline_bg = "#051a2b",
|
||||
lightbg = "#112637",
|
||||
lightbg2 = "#0b2031",
|
||||
pmenu_bg = "#addb67",
|
||||
folder_bg = "#82aaff",
|
||||
}
|
||||
|
||||
return colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue