adjust zenflesh bg saturation

This commit is contained in:
Michael Chris Lopez
2021-10-15 13:52:44 +08:00
parent 8b235543f2
commit 4fa564958f
24 changed files with 149 additions and 149 deletions

View File

@@ -60,7 +60,7 @@ local function generate(p, opt)
LineNr { fg = Normal.bg.li(30) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set.
SignColumn { LineNr }, -- column where |signs| are displayed
FoldColumn { LineNr, gui = "bold" }, -- 'foldcolumn'
Folded { bg = Normal.bg.li(16), fg = Normal.bg.li(69) }, -- line used for closed folds
Folded { bg = Normal.bg.li(16), fg = Normal.bg.li(64) }, -- line used for closed folds
CursorLineNr { LineNr, fg = p.fg, gui = "bold" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line.
-- ModeMsg { }, -- 'showmode' message (e.g., "-- INSERT -- ")
@@ -145,7 +145,7 @@ local function generate(p, opt)
Special { fg = p.fg.da(12), gui = "bold" }, -- (preferred) any special symbol
-- SpecialChar { }, -- special character in a constant
-- Tag { }, -- you can use CTRL-] on this
Delimiter { fg = p.bg.li(52) }, -- character that needs attention
Delimiter { fg = p.bg.li(47) }, -- character that needs attention
SpecialComment { Comment, gui = "bold" }, -- special things inside a comment
-- Debug { }, -- debugging statements

View File

@@ -36,7 +36,7 @@ function M.palette_extend(p, base_bg)
else
-- default
p = vim.tbl_extend("keep", p, {
bg = hsluv(39, 9, 9), -- sand
bg = hsluv(39, 12, 9), -- sand
fg = hsluv(230, 10, 76), -- stone
rose = hsluv(6, 62, 60),
leaf = hsluv(111, 47, 61),