Skip to content

Commit

Permalink
fix(syntax): use overlay2 for comments (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Sep 14, 2024
1 parent 4fd72a9 commit 147e7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/syntax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local M = {}

function M.get()
return {
Comment = { fg = C.overlay0, style = O.styles.comments }, -- just comments
Comment = { fg = C.overlay2, style = O.styles.comments }, -- just comments
SpecialComment = { link = "Special" }, -- special things inside a comment
Constant = { fg = C.peach }, -- (preferred) any constant
String = { fg = C.green, style = O.styles.strings or {} }, -- a string constant: "this is a string"
Expand Down

0 comments on commit 147e7cf

Please sign in to comment.