mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
style(neo-tree): change "hidden items" color to readable
This commit is contained in:
parent
aa15ef04e1
commit
5403f91bf9
|
|
@ -496,6 +496,7 @@ function M.setup()
|
|||
NeoTreeNormal = { fg = c.base00, bg = c.bg_sidebar },
|
||||
NeoTreeNormalNC = { fg = c.base00, bg = c.bg_sidebar },
|
||||
NeoTreeDimText = { fg = c.base01 },
|
||||
NeoTreeMessage = { fg = util.lighten(c.base02, 0.8) },
|
||||
|
||||
-- Fern
|
||||
FernBranchText = { fg = c.blue },
|
||||
|
|
@ -528,6 +529,7 @@ function M.setup()
|
|||
SnacksNotifierBorderTrace = { fg = c.magenta500 },
|
||||
SnacksNotifierIconTrace = { fg = c.magenta500 },
|
||||
SnacksNotifierTitleTrace = { fg = c.magenta500 },
|
||||
|
||||
-- Alpha
|
||||
AlphaShortcut = { fg = c.orange },
|
||||
AlphaHeader = { fg = c.blue },
|
||||
|
|
|
|||
Loading…
Reference in a new issue