Skip to content

Commit

Permalink
Make .cs highlighting legible on dark themes. (go-gitea#19604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eekle authored and AbdulrhmnGhanem committed Aug 23, 2022
1 parent 23ea549 commit 66c66e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/less/chroma/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
.chroma .ch { color: #6a737d; } /* CommentHashbang */
.chroma .cm { color: #6a737d; } /* CommentMultiline */
.chroma .c1 { color: #6a737d; } /* CommentSingle */
.chroma .cs { color: #637d; } /* CommentSpecial */
.chroma .cs { color: #95ad; } /* CommentSpecial */
.chroma .cp { color: #fc6; } /* CommentPreproc */
.chroma .cpf { color: #03dfff; } /* CommentPreprocFile */
.chroma .gd { color: #fff; background-color: #5f3737; } /* GenericDeleted */
Expand Down

0 comments on commit 66c66e7

Please sign in to comment.