Skip to content

Commit

Permalink
Tweak the Neogit colors a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Mar 29, 2024
1 parent 53c2829 commit 820bf30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ local highlights = {
netrwClassify = { link = 'Identifier' },
-- Neogit
NeogitBranch = { fg = green, bold = true },
NeogitBranchHead = { fg = red, bold = true },
NeogitBranchHead = { link = 'NeogitBranch' },
NeogitCommitViewHeader = { fg = yellow, bold = true },
NeogitCursorLine = { link = 'CursorLine' },
NeogitCursorLine = { bg = highlight },
NeogitDiffAdd = { link = 'DiffAdd' },
NeogitDiffAddHighlight = { link = 'NeogitDiffAdd' },
NeogitDiffContext = { link = 'Normal' },
Expand Down Expand Up @@ -303,7 +303,7 @@ local highlights = {
NeogitGraphRed = { fg = red },
NeogitGraphWhite = { fg = black },
NeogitGraphYellow = { fg = yellow },
NeogitHunkHeader = { link = 'Normal' },
NeogitHunkHeader = { fg = blue },
NeogitHunkHeaderHighlight = { link = 'NeogitHunkHeader' },
NeogitPopupActionKey = { link = 'NeogitPopupOptionKey' },
NeogitPopupBranchName = { link = 'NeogitBranch' },
Expand All @@ -314,6 +314,7 @@ local highlights = {
NeogitPopupSectionTitle = { link = 'Title' },
NeogitPopupSwitchEnabled = { link = 'NeogitPopupOptionEnabled' },
NeogitPopupSwitchKey = { link = 'NeogitPopupOptionKey' },
NeogitRemote = { link = 'NeogitBranch' },
-- Perl
perlPackageDecl = { link = 'Identifier' },
perlStatementInclude = { link = 'Statement' },
Expand Down

0 comments on commit 820bf30

Please sign in to comment.