We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d93984 commit 63bc1ddCopy full SHA for 63bc1dd
web_src/less/chroma/light.less
@@ -53,8 +53,8 @@
53
.chroma .cm { color: #999988; } /* CommentMultiline */
54
.chroma .c1 { color: #6a737d; } /* CommentSingle */
55
.chroma .cs { color: #999999; } /* CommentSpecial */
56
-.chroma .cp { color: #999999; } /* CommentPreproc */
57
-.chroma .cpf { color: #999999; } /* CommentPreprocFile */
+.chroma .cp { color: #109295 } /* CommentPreproc */
+.chroma .cpf { color: #4C4DBC; } /* CommentPreprocFile */
58
.chroma .gd { color: #000000; background-color: #ffdddd; } /* GenericDeleted */
59
.chroma .ge { color: #000000; } /* GenericEmph */
60
.chroma .gr { color: #aa0000; } /* GenericError */
0 commit comments