Skip to content

Commit

Permalink
feat(lazy.nvim): Add LazyCommitScope and LazyCommitType highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico committed Apr 2, 2024
1 parent 3305f6e commit 73656ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lua/monokai-nightasty/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -482,11 +482,13 @@ function M.setup(palette)
IblScope = { fg = c.blue, nocombine = true },

--- Lazy
LazyCommitScope = { fg = c.orange, italic = true }, -- Git commit message. Scope string inside ()
LazyCommitType = { fg = c.magenta, bold = true }, -- Git commit message type. Like fix, feat, refactor, etc.
LazyProgressDone = { fg = c.magenta, bold = true },
LazyProgressTodo = { fg = c.fg_gutter, bold = true },
LazyReasonSource = { fg = c.yellow },
LazyReasonEvent = { fg = c.orange },
LazyReasonCmd = { fg = c.blue },
LazyReasonEvent = { fg = c.orange },
LazyReasonSource = { fg = c.yellow },

--- Navic
NavicText = { fg = c.fg, bg = c.none },
Expand Down

0 comments on commit 73656ea

Please sign in to comment.