mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 10:45:55 -07:00
updating and using the latest colors of everblush (#142)
* updating and using the latest colors of everblush * lighten darker_black hex
This commit is contained in:
parent
e0c485b5b6
commit
fc1b6a9ba1
1 changed files with 36 additions and 36 deletions
|
|
@ -2,53 +2,53 @@ local M = {}
|
||||||
|
|
||||||
M.base_30 = {
|
M.base_30 = {
|
||||||
white = "#dadada",
|
white = "#dadada",
|
||||||
darker_black = "#131a1c",
|
darker_black = "#10171a",
|
||||||
black = "#181f21", -- nvim bg
|
black = "#141b1e", -- nvim bg
|
||||||
black2 = "#1d2426",
|
black2 = "#1a2124",
|
||||||
one_bg = "#22292b",
|
one_bg = "#1e2528",
|
||||||
one_bg2 = "#293032",
|
one_bg2 = "#272e31",
|
||||||
one_bg3 = "#32393b",
|
one_bg3 = "#2f3639",
|
||||||
grey = "#3c4345",
|
grey = "#3c4346",
|
||||||
grey_fg = "#464d4f",
|
grey_fg = "#464d50",
|
||||||
grey_fg2 = "#4f5658",
|
grey_fg2 = "#50575a",
|
||||||
light_grey = "#575e60",
|
light_grey = "#50575a",
|
||||||
red = "#e06e6e",
|
red = "#e57474",
|
||||||
baby_pink = "#ef7d7d",
|
baby_pink = "#f48383",
|
||||||
pink = "#ee9cdd",
|
pink = "#ee9cdd",
|
||||||
line = "#22292b", -- for lines like vertsplit
|
line = "#22292b", -- for lines like vertsplit
|
||||||
green = "#8ccf7e",
|
green = "#8ccf7e",
|
||||||
vibrant_green = "#9bdead",
|
vibrant_green = "#86d988",
|
||||||
nord_blue = "#6da4cd",
|
nord_blue = "#5aa3db",
|
||||||
blue = "#77aed7",
|
blue = "#67b0e8",
|
||||||
yellow = "#d8b25b",
|
yellow = "#e5c76b",
|
||||||
sun = "#e0ba63",
|
sun = "#edcf73",
|
||||||
purple = "#c47fd5",
|
purple = "#c47fd5",
|
||||||
dark_purple = "#b570c6",
|
dark_purple = "#b570c6",
|
||||||
teal = "#8ad8ef",
|
teal = "#9bdead",
|
||||||
orange = "#e19d5c",
|
orange = "#fcb163",
|
||||||
cyan = "#6da4cd",
|
cyan = "#6cbfbf",
|
||||||
statusline_bg = "#1c2325",
|
statusline_bg = "#181f22",
|
||||||
lightbg = "#2a3133",
|
lightbg = "#262d30",
|
||||||
lightbg2 = "#232a2c",
|
lightbg2 = "#1f2629",
|
||||||
pmenu_bg = "#8ccf7e",
|
pmenu_bg = "#8ccf7e",
|
||||||
folder_bg = "#6da4cd",
|
folder_bg = "#71baf2",
|
||||||
}
|
}
|
||||||
|
|
||||||
M.base_16 = {
|
M.base_16 = {
|
||||||
base00 = "#181f21",
|
base00 = "#141b1e",
|
||||||
base01 = "#22292b",
|
base01 = "#1e2528",
|
||||||
base02 = "#363d3f",
|
base02 = "#282f32",
|
||||||
base03 = "#404749",
|
base03 = "#2d3437",
|
||||||
base04 = "#4f5658",
|
base04 = "#3c4346",
|
||||||
base05 = "#cacaca",
|
base05 = "#dadada",
|
||||||
base06 = "#d2d2d2",
|
base06 = "#e4e4e4",
|
||||||
base07 = "#dadada",
|
base07 = "#dadada",
|
||||||
base08 = "#e06e6e",
|
base08 = "#e57474",
|
||||||
base09 = "#e19d5c",
|
base09 = "#fcb163",
|
||||||
base0A = "#e0ba63",
|
base0A = "#e5c76b",
|
||||||
base0B = "#8ccf7e",
|
base0B = "#8ccf7e",
|
||||||
base0C = "#95ccf5",
|
base0C = "#6cbfbf",
|
||||||
base0D = "#77aed7",
|
base0D = "#67b0e8",
|
||||||
base0E = "#c47fd5",
|
base0E = "#c47fd5",
|
||||||
base0F = "#ef7d7d",
|
base0F = "#ef7d7d",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue