From 5c71f1421b5980297b0625620fd4b107091eb311 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Fri, 3 Sep 2021 20:28:12 +0530 Subject: [PATCH] chadify blossom theme colors --- lua/colors/themes/blossom.lua | 46 +++++++++++++++++------------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/lua/colors/themes/blossom.lua b/lua/colors/themes/blossom.lua index f6ce697..0f06a10 100644 --- a/lua/colors/themes/blossom.lua +++ b/lua/colors/themes/blossom.lua @@ -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