chadify blossom theme colors
This commit is contained in:
parent
98b531682e
commit
5c71f1421b
|
@ -1,35 +1,35 @@
|
|||
local colors = {
|
||||
white = "#685c56",
|
||||
darker_black = "#dad3d0",
|
||||
darker_black = "#e5dedb",
|
||||
black = "#ede6e3", -- nvim bg
|
||||
black2 = "#dad3d0",
|
||||
one_bg = "#dad3d0",
|
||||
one_bg2 = "#dad3d0",
|
||||
one_bg3 = "#dad3d0",
|
||||
grey = "#685c56",
|
||||
grey_fg = "#938680",
|
||||
grey_fg2 = "#938680",
|
||||
light_grey = "#938680",
|
||||
red = "#ce9c85",
|
||||
black2 = "#e0d9d6",
|
||||
one_bg = "#e2dbd8",
|
||||
one_bg2 = "#d1cac7",
|
||||
one_bg3 = "#cac3c0",
|
||||
grey = "#bab3b0",
|
||||
grey_fg = "#aea7a4",
|
||||
grey_fg2 = "#a29b98",
|
||||
light_grey = "#958e8b",
|
||||
red = "#c99780",
|
||||
baby_pink = "#ce9c85",
|
||||
pink = "#ce9c85",
|
||||
line = "#937f74", -- for lines like vertsplit
|
||||
line = "#d9d2cf", -- for lines like vertsplit
|
||||
green = "#839773",
|
||||
vibrant_green = "#839773",
|
||||
blue = "#8f8678",
|
||||
nord_blue = "#8f8678",
|
||||
yellow = "#a09c80",
|
||||
sun = "#a09c80",
|
||||
purple = "#9c7b9c",
|
||||
vibrant_green = "#899d79",
|
||||
blue = "#6c8aa8",
|
||||
nord_blue = "#5e5f65",
|
||||
yellow = "#a9a29f",
|
||||
sun = "#eaa18a",
|
||||
purple = "#a685a6",
|
||||
dark_purple = "#9c7b9c",
|
||||
teal = "#8f8678",
|
||||
teal = "#62809e",
|
||||
orange = "#e39a83",
|
||||
cyan = "#75998e",
|
||||
statusline_bg = "#ede6e3",
|
||||
lightbg = "#685c56",
|
||||
lightbg2 = "#938680",
|
||||
pmenu_bg = "#A3BE8C",
|
||||
folder_bg = "#ede6e3",
|
||||
statusline_bg = "#e4ddda",
|
||||
lightbg = "#cac3c0",
|
||||
lightbg2 = "#dbd4d1",
|
||||
pmenu_bg = "#857e7b",
|
||||
folder_bg = "#817a77",
|
||||
}
|
||||
|
||||
return colors
|
||||
|
|
Loading…
Reference in New Issue