regenerate zenflesh colors
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
local common_fg = "#AFA099"
|
||||
local inactive_bg = "#2E2927"
|
||||
local inactive_fg = "#CBCFD3"
|
||||
local common_fg = "#9E918A"
|
||||
local inactive_bg = "#302B29"
|
||||
local inactive_fg = "#C8CDD0"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#4D4542", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#3C3633", fg = common_fg },
|
||||
c = { bg = "#37312F", fg = "#B6BCC1" },
|
||||
a = { bg = "#514A46", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#403A37", fg = common_fg },
|
||||
c = { bg = "#3C3633", fg = "#B3BABF" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
@@ -14,7 +14,7 @@ return {
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#775370", fg = common_fg, gui = "bold" },
|
||||
a = { bg = "#714F6A", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
|
||||
Reference in New Issue
Block a user