slightly bring back comment saturation

This commit is contained in:
Michael Chris Lopez
2021-10-03 06:18:06 +08:00
parent f1a2ebce1b
commit 7a0e38d890
2 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ local theme = lush(function()
ErrorMsg { Error }, -- error messages on the command line
WarningMsg { fg = p.wood }, -- warning messages
Comment { fg = p.bg.li(38).de(34), gui = (italic_comments and "italic" or "NONE") }, -- any comment
Comment { fg = p.bg.li(38).de(24), gui = (italic_comments and "italic" or "NONE") }, -- any comment
Conceal { fg = p.fg.da(20), gui = "bold,italic" }, -- placeholder characters substituted for concealed text (see 'conceallevel')
Cursor { bg = p.fg.li(20), fg = p.bg.da(20) }, -- character under the cursor