fixed & cleaned blossom theme

This commit is contained in:
Dazai-san 2021-09-03 19:22:00 +05:30 committed by siduck76
parent 69718c7138
commit 472fab40cf
1 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
local colors = {
white = "",
white = "#685c56",
darker_black = "#dad3d0",
black = "#ede6e3", -- nvim bg
black2 = "#dad3d0",
@ -17,7 +17,7 @@ local colors = {
green = "#839773",
vibrant_green = "#839773",
blue = "#8f8678",
alt_blue = "#8f8678",
nord_blue = "#8f8678",
yellow = "#a09c80",
sun = "#a09c80",
purple = "#9c7b9c",
@ -29,7 +29,7 @@ local colors = {
lightbg = "#685c56",
lightbg2 = "#938680",
pmenu_bg = "#A3BE8C",
folder_bg = "#7797b7",
folder_bg = "#ede6e3",
}
return colors