Skip to content

Commit

Permalink
Add highlights for the gitcommit parser
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed May 3, 2024
1 parent 3f54709 commit c4df8f1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,14 @@ local highlights = {
FugitiveblameTime = { fg = blue },
gitCommitOverflow = { link = 'ErrorMsg' },
gitCommitSummary = { link = 'String' },

-- gitcommit
['@string.special.url.gitcommit'] = { fg = black },
['@markup.link.gitcommit'] = { fg = green, bold = true },
['@comment.warning.gitcommit'] = { fg = red, bold = true },
-- Gitsigns
GitSignsAdd = { fg = green },
GitSignsDelete = { fg = red },
GitSignsChange = { fg = grey },

-- HAML
hamlClass = { fg = black },
hamlDocType = { link = 'Comment' },
Expand Down Expand Up @@ -406,11 +408,12 @@ local highlights = {
TSSymbol = { link = 'Symbol' },
TSTypeBuiltin = { link = 'Keyword' },
TSWarning = { link = 'Todo' },
['@text.uri'] = { fg = blue },
['@markup.link'] = { fg = blue },
['@property.json'] = { bold = true },
['@text.emphasis'] = { italic = true },
['@text.reference'] = { fg = purple },
['@text.strong'] = { bold = true },
['@text.emphasis'] = { italic = true },
['@property.json'] = { bold = true },
['@text.uri'] = { fg = blue },
['@variable.builtin'] = { bold = true },

-- Custom Tree-sitter captures added by this theme.
Expand Down

0 comments on commit c4df8f1

Please sign in to comment.