mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -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 = {
|
||||
white = "#dadada",
|
||||
darker_black = "#131a1c",
|
||||
black = "#181f21", -- nvim bg
|
||||
black2 = "#1d2426",
|
||||
one_bg = "#22292b",
|
||||
one_bg2 = "#293032",
|
||||
one_bg3 = "#32393b",
|
||||
grey = "#3c4345",
|
||||
grey_fg = "#464d4f",
|
||||
grey_fg2 = "#4f5658",
|
||||
light_grey = "#575e60",
|
||||
red = "#e06e6e",
|
||||
baby_pink = "#ef7d7d",
|
||||
darker_black = "#10171a",
|
||||
black = "#141b1e", -- nvim bg
|
||||
black2 = "#1a2124",
|
||||
one_bg = "#1e2528",
|
||||
one_bg2 = "#272e31",
|
||||
one_bg3 = "#2f3639",
|
||||
grey = "#3c4346",
|
||||
grey_fg = "#464d50",
|
||||
grey_fg2 = "#50575a",
|
||||
light_grey = "#50575a",
|
||||
red = "#e57474",
|
||||
baby_pink = "#f48383",
|
||||
pink = "#ee9cdd",
|
||||
line = "#22292b", -- for lines like vertsplit
|
||||
green = "#8ccf7e",
|
||||
vibrant_green = "#9bdead",
|
||||
nord_blue = "#6da4cd",
|
||||
blue = "#77aed7",
|
||||
yellow = "#d8b25b",
|
||||
sun = "#e0ba63",
|
||||
vibrant_green = "#86d988",
|
||||
nord_blue = "#5aa3db",
|
||||
blue = "#67b0e8",
|
||||
yellow = "#e5c76b",
|
||||
sun = "#edcf73",
|
||||
purple = "#c47fd5",
|
||||
dark_purple = "#b570c6",
|
||||
teal = "#8ad8ef",
|
||||
orange = "#e19d5c",
|
||||
cyan = "#6da4cd",
|
||||
statusline_bg = "#1c2325",
|
||||
lightbg = "#2a3133",
|
||||
lightbg2 = "#232a2c",
|
||||
teal = "#9bdead",
|
||||
orange = "#fcb163",
|
||||
cyan = "#6cbfbf",
|
||||
statusline_bg = "#181f22",
|
||||
lightbg = "#262d30",
|
||||
lightbg2 = "#1f2629",
|
||||
pmenu_bg = "#8ccf7e",
|
||||
folder_bg = "#6da4cd",
|
||||
folder_bg = "#71baf2",
|
||||
}
|
||||
|
||||
M.base_16 = {
|
||||
base00 = "#181f21",
|
||||
base01 = "#22292b",
|
||||
base02 = "#363d3f",
|
||||
base03 = "#404749",
|
||||
base04 = "#4f5658",
|
||||
base05 = "#cacaca",
|
||||
base06 = "#d2d2d2",
|
||||
base00 = "#141b1e",
|
||||
base01 = "#1e2528",
|
||||
base02 = "#282f32",
|
||||
base03 = "#2d3437",
|
||||
base04 = "#3c4346",
|
||||
base05 = "#dadada",
|
||||
base06 = "#e4e4e4",
|
||||
base07 = "#dadada",
|
||||
base08 = "#e06e6e",
|
||||
base09 = "#e19d5c",
|
||||
base0A = "#e0ba63",
|
||||
base08 = "#e57474",
|
||||
base09 = "#fcb163",
|
||||
base0A = "#e5c76b",
|
||||
base0B = "#8ccf7e",
|
||||
base0C = "#95ccf5",
|
||||
base0D = "#77aed7",
|
||||
base0C = "#6cbfbf",
|
||||
base0D = "#67b0e8",
|
||||
base0E = "#c47fd5",
|
||||
base0F = "#ef7d7d",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue