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

@@ -52,7 +52,7 @@ highlight BufferVisibleIndex guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE
highlight BufferVisibleSign guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleSign guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE
highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline
highlight ColorColumn guifg=NONE guibg=#675047 guisp=NONE gui=NONE highlight ColorColumn guifg=NONE guibg=#675047 guisp=NONE gui=NONE
highlight Comment guifg=#6C6765 guibg=NONE guisp=NONE gui=italic highlight Comment guifg=#6D6764 guibg=NONE guisp=NONE gui=italic
highlight Conceal guifg=#8D9499 guibg=NONE guisp=NONE gui=bold,italic highlight Conceal guifg=#8D9499 guibg=NONE guisp=NONE gui=bold,italic
highlight Constant guifg=#868C91 guibg=NONE guisp=NONE gui=italic highlight Constant guifg=#868C91 guibg=NONE guisp=NONE gui=italic
highlight Cursor guifg=#171514 guibg=#C4CACF guisp=NONE gui=NONE highlight Cursor guifg=#171514 guibg=#C4CACF guisp=NONE gui=NONE
@@ -85,7 +85,7 @@ highlight Identifier guifg=#979FA4 guibg=NONE guisp=NONE gui=NONE
highlight IncSearch guifg=#1C1918 guibg=#B279A7 guisp=NONE gui=bold highlight IncSearch guifg=#1C1918 guibg=#B279A7 guisp=NONE gui=bold
highlight IndentBlanklineChar guifg=#373432 guibg=NONE guisp=NONE gui=NONE highlight IndentBlanklineChar guifg=#373432 guibg=NONE guisp=NONE gui=NONE
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic
highlight LightspeedGreyWash guifg=#6C6765 guibg=NONE guisp=NONE gui=NONE highlight LightspeedGreyWash guifg=#6D6764 guibg=NONE guisp=NONE gui=NONE
highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline
highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline
highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline
@@ -112,7 +112,7 @@ highlight PmenuThumb guifg=NONE guibg=#8B827D guisp=NONE gui=NONE
highlight Search guifg=#B4BDC3 guibg=#73516C guisp=NONE gui=NONE highlight Search guifg=#B4BDC3 guibg=#73516C guisp=NONE gui=NONE
highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE
highlight Special guifg=#9CA4AA guibg=NONE guisp=NONE gui=bold highlight Special guifg=#9CA4AA guibg=NONE guisp=NONE gui=bold
highlight SpecialComment guifg=#6C6765 guibg=NONE guisp=NONE gui=bold highlight SpecialComment guifg=#6D6764 guibg=NONE guisp=NONE gui=bold
highlight SpecialKey guifg=#524C4A guibg=NONE guisp=NONE gui=italic highlight SpecialKey guifg=#524C4A guibg=NONE guisp=NONE gui=italic
highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl
highlight SpellCap guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl highlight SpellCap guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl

View File

@@ -43,7 +43,7 @@ local theme = lush(function()
ErrorMsg { Error }, -- error messages on the command line ErrorMsg { Error }, -- error messages on the command line
WarningMsg { fg = p.wood }, -- warning messages 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') 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 Cursor { bg = p.fg.li(20), fg = p.bg.da(20) }, -- character under the cursor