refactor: zen command

This commit is contained in:
Max Miliano 2023-12-19 22:11:41 -03:00
parent 8b23a89f34
commit 81ede69c3c
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,4 @@
*solarized.nvim.txt* For NVIM v0.9.1 Last change: 2023 December 18
*solarized.nvim.txt* For NVIM v0.9.1 Last change: 2023 December 20
==============================================================================
Table of Contents *solarized.nvim-table-of-contents*

View file

@ -61,13 +61,9 @@ local subcommands = {
Keyword = { fg = colors.base01 },
['@keyword.return'] = { fg = colors.base01 },
Statement = { fg = colors.base01 },
['@field'] = { fg = colors.base01 },
['@property'] = { fg = colors.base01 },
['@lsp.type.property'] = { fg = colors.base01 },
Delimiter = { fg = colors.base01 },
['@constructor'] = { fg = colors.base01 },
['@tag'] = { fg = colors.base01 },
['@tag.attribute'] = { fg = colors.base01 },
['Type'] = { fg = colors.base01 },
['@type'] = { fg = colors.base01 },
['@include'] = { fg = colors.base01 },