mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
Merge pull request #55 from Redoxahmii/main
fix(indents): remove reverse so snacks.indent render properly.
This commit is contained in:
commit
f53684190f
|
|
@ -83,7 +83,7 @@ function M.setup()
|
|||
TabLineFill = { fg = c.base0, bg = c.base02 }, -- tab pages line, where there are no labels
|
||||
TabLineSel = { fg = c.yellow500, bg = c.bg }, -- tab pages line, active tab page label
|
||||
Title = { fg = c.orange500, bold = true }, -- titles for output from ":set all", ":autocmd" etc.
|
||||
Visual = { bg = c.base03, reverse = true }, -- Visual mode selection
|
||||
Visual = { bg = c.base02 }, -- Visual mode selection
|
||||
VisualNOS = { bg = c.base03, reverse = true }, -- Visual mode selection when vim is "Not Owning the Selection".
|
||||
WarningMsg = { fg = c.orange500, bold = true }, -- warning messages
|
||||
Whitespace = { fg = c.base01 }, -- "nbsp", "space", "tab" and "trail" in 'listchars'
|
||||
|
|
|
|||
Loading…
Reference in a new issue