mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
Merge pull request #91 from bloznelis/patch-1
fix(docs): fix code example under Config Highlights in README
This commit is contained in:
commit
56ca119fe9
|
|
@ -276,7 +276,7 @@ require('solarized').setup {
|
|||
Visual = { bg = colors.base02, standout = true },
|
||||
Function = { fg = colors.yellow },
|
||||
IncSearch = { fg = colors.orange, bg = colors.mix_orange },
|
||||
Search = { fg = colors.violet, bg = shade(colors.violet, 5),
|
||||
Search = { fg = colors.violet, bg = shade(colors.violet, 5) },
|
||||
NormalFloat = { bg = darken(colors.base03, 25) }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue