mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
refactor: zen command
This commit is contained in:
parent
8b23a89f34
commit
81ede69c3c
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue