mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
improve colors in penokai theme
This commit is contained in:
parent
f597b1df57
commit
e0233c9f02
2 changed files with 19 additions and 19 deletions
|
|
@ -1,33 +1,33 @@
|
||||||
local colors = {
|
local colors = {
|
||||||
white = "#fff9e8",
|
white = "#fff9e8",
|
||||||
darker_black = "#272f35",
|
darker_black = "#262b34",
|
||||||
black = "#2b3339", -- nvim bg
|
black = "#2a2f38", -- nvim bg
|
||||||
black2 = "#323a40",
|
black2 = "#323740",
|
||||||
one_bg = "#333b41",
|
one_bg = "#3a3f48",
|
||||||
one_bg2 = "#363e44",
|
one_bg2 = "#3c414a",
|
||||||
one_bg3 = "#3a4248",
|
one_bg3 = "#40454e",
|
||||||
grey = "#4a5258",
|
grey = "#4b5059",
|
||||||
grey_fg = "#50585e",
|
grey_fg = "#50555e",
|
||||||
grey_fg2 = "#545c62",
|
grey_fg2 = "#565b64",
|
||||||
light_grey = "#586066",
|
light_grey = "#5c616a",
|
||||||
red = "#ff6578",
|
red = "#ff6578",
|
||||||
baby_pink = "#ce8196",
|
baby_pink = "#d699b6",
|
||||||
pink = "#ff75a0",
|
pink = "#ff75a0",
|
||||||
line = "#3a4248", -- for lines like vertsplit
|
line = "#3a4248", -- for lines like vertsplit
|
||||||
green = "#9dd274",
|
green = "#9dd274",
|
||||||
vibrant_green = "#a7c080",
|
vibrant_green = "#99d6a8",
|
||||||
nord_blue = "#78b4ac",
|
nord_blue = "#78b4ac",
|
||||||
blue = "#72cce8",
|
blue = "#6dc7e3",
|
||||||
yellow = "#eacb64",
|
yellow = "#eacb64",
|
||||||
sun = "#f69c5e",
|
sun = "#e0c15a",
|
||||||
purple = "#ba9cf3",
|
purple = "#ba9cf3",
|
||||||
dark_purple = "#d699b6",
|
dark_purple = "#b092e9",
|
||||||
teal = "#69a59d",
|
teal = "#69a59d",
|
||||||
orange = "#e69875",
|
orange = "#e69875",
|
||||||
cyan = "#95d1c9",
|
cyan = "#95d1c9",
|
||||||
statusline_bg = "#2e363c",
|
statusline_bg = "#2f343d",
|
||||||
lightbg = "#3d454b",
|
lightbg = "#3a3f48",
|
||||||
lightbg2 = "#333b41",
|
lightbg2 = "#323740",
|
||||||
pmenu_bg = "#83c092",
|
pmenu_bg = "#83c092",
|
||||||
folder_bg = "#7393b3",
|
folder_bg = "#7393b3",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ return {
|
||||||
base05 = "e1e3e4",
|
base05 = "e1e3e4",
|
||||||
base06 = "e1e3e4",
|
base06 = "e1e3e4",
|
||||||
base07 = "fff9e8",
|
base07 = "fff9e8",
|
||||||
base08 = "72cce8",
|
base08 = "6dc7e3",
|
||||||
base09 = "d699b6",
|
base09 = "d699b6",
|
||||||
base0A = "83c092",
|
base0A = "83c092",
|
||||||
base0B = "eacb64",
|
base0B = "eacb64",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue