Skip to content

Commit

Permalink
feat: Change todo-comments highlight color of the notes
Browse files Browse the repository at this point in the history
  • Loading branch information
polirritmico committed Mar 1, 2024
1 parent 5d29dec commit 1e5d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/monokai-nightasty/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function M.setup(opts)
colors.error = colors.red
colors.hint = colors.green_alt
colors.info = colors.blue_alt
colors.note = colors.yellow
colors.note = util.blend(colors.orange, colors.yellow, 0.6)
colors.todo = colors.purple
colors.warning = colors.orange
colors.diff = {
Expand Down

0 comments on commit 1e5d64a

Please sign in to comment.