diff --git a/doc/solarized.nvim.txt b/doc/solarized.nvim.txt index 6aee36f..8370a59 100644 --- a/doc/solarized.nvim.txt +++ b/doc/solarized.nvim.txt @@ -1,4 +1,4 @@ -*solarized.nvim.txt* For NVIM v0.9.4 Last change: 2024 September 18 +*solarized.nvim.txt* For NVIM v0.9.4 Last change: 2024 September 19 ============================================================================== Table of Contents *solarized.nvim-table-of-contents* @@ -297,6 +297,14 @@ The `styles` config allows you to customize the style of a highlight group. }) < +You can also disable all highlight group styles. + +>lua + require('solarized').setup({ + styles = { enabled = false } }, + }) +< + CONFIG HIGHLIGHTS *solarized.nvim-config-highlights*