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 390a716 commit 6267c23
Showing 1 changed file with 0 additions and 4 deletions.
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 6267c23

Please sign in to comment.