chore(doc): auto generate docs
Some checks are pending
Test / lint (push) Waiting to run
Test / pandoc to vimdoc (push) Waiting to run
release-please / release-please (push) Waiting to run

This commit is contained in:
github-actions[bot] 2024-08-30 11:29:56 +00:00
parent 56ca119fe9
commit ec057bcca5

View file

@ -1,4 +1,4 @@
*solarized.nvim.txt* For NVIM v0.9.4 Last change: 2024 August 29
*solarized.nvim.txt* For NVIM v0.9.4 Last change: 2024 August 30
==============================================================================
Table of Contents *solarized.nvim-table-of-contents*
@ -298,7 +298,7 @@ example:
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) }
}