Skip to content

Commit

Permalink
refactor: zen command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Dec 20, 2023
1 parent 8b23a89 commit 81ede69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion doc/solarized.nvim.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
4 changes: 0 additions & 4 deletions lua/solarized/command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 81ede69

Please sign in to comment.