Skip to content

Commit

Permalink
fear(plugins): rainbow delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksandr-trush committed Jul 5, 2024
1 parent e5f7b8a commit a4377ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/kanagawa/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,13 @@ function M.setup(colors, config)
NeotestUnknown = { fg = theme.syn.deprecated },
NeotestWatching = { fg = theme.vcs.changed, },

RainbowDelimiterRed = { fg = theme.syn.special3 },
RainbowDelimiterYellow = { fg = theme.syn.identifier },
RainbowDelimiterBlue = { fg = theme.syn.fun },
RainbowDelimiterOrange = { fg = theme.syn.constant },
RainbowDelimiterGreen = { fg = theme.syn.string },
RainbowDelimiterViolet = { fg = theme.syn.keyword },
RainbowDelimiterCyan = { fg = theme.syn.type },
}
end

Expand Down

0 comments on commit a4377ec

Please sign in to comment.