Skip to content

Commit

Permalink
C preprocessor colors improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
braoult authored Feb 8, 2022
1 parent 4d93984 commit 63bc1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_src/less/chroma/light.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
.chroma .cm { color: #999988; } /* CommentMultiline */
.chroma .c1 { color: #6a737d; } /* CommentSingle */
.chroma .cs { color: #999999; } /* CommentSpecial */
.chroma .cp { color: #999999; } /* CommentPreproc */
.chroma .cpf { color: #999999; } /* CommentPreprocFile */
.chroma .cp { color: #109295 } /* CommentPreproc */
.chroma .cpf { color: #4C4DBC; } /* CommentPreprocFile */
.chroma .gd { color: #000000; background-color: #ffdddd; } /* GenericDeleted */
.chroma .ge { color: #000000; } /* GenericEmph */
.chroma .gr { color: #aa0000; } /* GenericError */
Expand Down

0 comments on commit 63bc1dd

Please sign in to comment.