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

@@ -1,5 +1,5 @@
-- This file is auto-generated from lua/zenbones/template/lualine.lua
local common_fg = "#83B4D2"
local common_fg = "#7BA9C5"
local inactive_bg = "#1F2E37"
local inactive_fg = "#D1E0DA"

View File

@@ -1,13 +1,13 @@
-- This file is auto-generated from lua/zenbones/template/lualine.lua
local common_fg = "#BBAEA8"
local inactive_bg = "#312D2B"
local common_fg = "#AFA099"
local inactive_bg = "#322D2B"
local inactive_fg = "#CAD0D4"
return {
normal = {
a = { bg = "#716965", fg = common_fg, gui = "bold" },
b = { bg = "#4E4845", fg = common_fg },
c = { bg = "#3D3836", fg = "#B4BDC3" },
a = { bg = "#736863", fg = common_fg, gui = "bold" },
b = { bg = "#4F4844", fg = common_fg },
c = { bg = "#3E3835", fg = "#B4BDC3" },
},
insert = {

View File

@@ -1,5 +1,5 @@
-- This file is auto-generated from lua/zenbones/template/lualine.lua
local common_fg = "#B0B0B0"
local common_fg = "#A3A3A3"
local inactive_bg = "#2E2E2E"
local inactive_fg = "#CFCFCF"

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),