diff --git a/lua/colors/themes/blossom.lua b/lua/colors/themes/blossom.lua new file mode 100644 index 0000000..ed98e1e --- /dev/null +++ b/lua/colors/themes/blossom.lua @@ -0,0 +1,35 @@ +local colors = { + white = "", + darker_black = "#dad3d0", + 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", + baby_pink = "#ce9c85", + pink = "#ce9c85", + line = "#937f74", -- for lines like vertsplit + green = "#839773", + vibrant_green = "#839773", + blue = "#8f8678", + alt_blue = "#8f8678", + yellow = "#a09c80", + sun = "#a09c80", + purple = "#9c7b9c", + dark_purple = "#9c7b9c", + teal = "#8f8678", + orange = "#e39a83", + cyan = "#75998e", + statusline_bg = "#ede6e3", + lightbg = "#685c56", + lightbg2 = "#938680", + pmenu_bg = "#A3BE8C", + folder_bg = "#7797b7", +} + +return colors