Merge pull request #91 from bloznelis/patch-1

fix(docs): fix code example under Config Highlights in README
This commit is contained in:
Max Del Canto 2024-08-30 08:29:37 -03:00 committed by GitHub
commit 56ca119fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) }
}