fixed & cleaned blossom theme
This commit is contained in:
parent
69718c7138
commit
472fab40cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue