slightly adjust sidebar bg

This commit is contained in:
Michael Chris Lopez
2021-10-26 12:59:00 +08:00
parent e89caf1a9a
commit bb9e2d524c
4 changed files with 10 additions and 10 deletions

View File

@@ -84,14 +84,14 @@ highlight LightspeedShortcut guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold,und
highlight LineNr guifg=#A79891 guibg=NONE guisp=NONE gui=NONE
highlight MoreMsg guifg=#4F6C31 guibg=NONE guisp=NONE gui=bold
highlight NeogitHunkHeaderHighlight guifg=#2C363C guibg=#E9E4E2 guisp=NONE gui=bold
highlight NnnNormal guifg=#2C363C guibg=#EBE7E6 guisp=NONE gui=NONE
highlight NnnNormal guifg=#2C363C guibg=#E9E4E2 guisp=NONE gui=NONE
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE
highlight NonText guifg=#C0B0A8 guibg=NONE guisp=NONE gui=NONE
highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE
highlight NormalFloat guifg=NONE guibg=#E1DCD9 guisp=NONE gui=NONE
highlight Number guifg=#2C363C guibg=NONE guisp=NONE gui=italic
highlight NvimTreeCursorLine guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE
highlight NvimTreeNormal guifg=#2C363C guibg=#EBE7E6 guisp=NONE gui=NONE
highlight NvimTreeNormal guifg=#2C363C guibg=#E9E4E2 guisp=NONE gui=NONE
highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold
highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline
highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE

View File

@@ -84,14 +84,14 @@ highlight LightspeedShortcut guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold,und
highlight LineNr guifg=#5C534F guibg=NONE guisp=NONE gui=NONE
highlight MoreMsg guifg=#819B69 guibg=NONE guisp=NONE gui=bold
highlight NeogitHunkHeaderHighlight guifg=#B4BDC3 guibg=#25211F guisp=NONE gui=bold
highlight NnnNormal guifg=#B4BDC3 guibg=#211D1B guisp=NONE gui=NONE
highlight NnnNormal guifg=#B4BDC3 guibg=#231F1D guisp=NONE gui=NONE
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE
highlight NonText guifg=#544C48 guibg=NONE guisp=NONE gui=NONE
highlight Normal guifg=#B4BDC3 guibg=#1C1917 guisp=NONE gui=NONE
highlight NormalFloat guifg=NONE guibg=#2C2725 guisp=NONE gui=NONE
highlight Number guifg=#B4BDC3 guibg=NONE guisp=NONE gui=italic
highlight NvimTreeCursorLine guifg=NONE guibg=#322D2B guisp=NONE gui=NONE
highlight NvimTreeNormal guifg=#B4BDC3 guibg=#211D1B guisp=NONE gui=NONE
highlight NvimTreeNormal guifg=#B4BDC3 guibg=#231F1D guisp=NONE gui=NONE
highlight NvimTreeRootFolder guifg=#6099C0 guibg=NONE guisp=NONE gui=bold
highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline
highlight NvimTreeSymlink guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE

View File

@@ -345,7 +345,7 @@ local function generate(p, opt)
TroubleText { Function },
TroubleSource { Constant },
NvimTreeNormal { Normal, bg = Normal.bg.li(2) },
NvimTreeNormal { Normal, bg = Normal.bg.li(3) },
NvimTreeVertSplit { fg = "bg" },
NvimTreeCursorLine { bg = StatusLineNC.bg },
NvimTreeCursorColumn { NvimTreeCursorLine },
@@ -363,7 +363,7 @@ local function generate(p, opt)
CmpItemKind { fg = p1.fg4 },
CmpItemMenu { fg = p1.fg5 },
NnnNormal { Normal, bg = Normal.bg.li(2) },
NnnNormal { Normal, bg = Normal.bg.li(3) },
NnnNormalNC { NnnNormal },
NnnVertSplit { fg = "bg" },
}
@@ -379,7 +379,7 @@ local function generate(p, opt)
specs,
lush(function()
return {
NormalNC { base.Normal, bg = base.Normal.bg.abs_li(2) }, -- normal text in non-current windows
NormalNC { base.Normal, bg = base.Normal.bg.li(2) }, -- normal text in non-current windows
}
end)
)

View File

@@ -345,7 +345,7 @@ local function generate(p, opt)
TroubleText { Function },
TroubleSource { Constant },
NvimTreeNormal { Normal, bg = Normal.bg.da(2) },
NvimTreeNormal { Normal, bg = Normal.bg.da(3) },
NvimTreeVertSplit { fg = "bg" },
NvimTreeCursorLine { bg = StatusLineNC.bg },
NvimTreeCursorColumn { NvimTreeCursorLine },
@@ -363,7 +363,7 @@ local function generate(p, opt)
CmpItemKind { fg = p1.fg4 },
CmpItemMenu { fg = p1.fg5 },
NnnNormal { Normal, bg = Normal.bg.da(2) },
NnnNormal { Normal, bg = Normal.bg.da(3) },
NnnNormalNC { NnnNormal },
NnnVertSplit { fg = "bg" },
}
@@ -379,7 +379,7 @@ local function generate(p, opt)
specs,
lush(function()
return {
NormalNC { base.Normal, bg = base.Normal.bg.abs_da(2) }, -- normal text in non-current windows
NormalNC { base.Normal, bg = base.Normal.bg.da(2) }, -- normal text in non-current windows
}
end)
)