Skip to content

Commit

Permalink
Change the author color highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey committed Nov 19, 2023
1 parent 8a1f7cc commit d3dbebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/neogit/buffers/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ M.CommitEntry = Component.new(function(commit, args)
details = col.hidden(true).padding_left(8) {
row(util.merge(graph, {
text(" "),
text("Author: ", { highlight = "NeogitGraphAuthor" }),
text(commit.author_name),
text("Author: ", { highlight = "Comment" }),
text(commit.author_name, { highlight = "NeogitGraphAuthor" }),
text(" <"),
text(commit.author_email),
text(">"),
Expand Down

0 comments on commit d3dbebb

Please sign in to comment.