Skip to content

Commit 649abed

Browse files
silverwindbraoultKN4CK3Rlunny
authored
C preprocessor colors improvement (#18671) (#18696)
* C preprocessor colors improvement Fixes #18670 * Update web_src/less/chroma/light.less Co-authored-by: KN4CK3R <[email protected]> * typo missing semi * add color for #include filenames Co-authored-by: KN4CK3R <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Bruno Raoult <[email protected]> Co-authored-by: KN4CK3R <[email protected]> Co-authored-by: Lunny Xiao <[email protected]>
1 parent 4cfd62c commit 649abed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web_src/less/chroma/dark.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.chroma .c1 { color: #6a737d; } /* CommentSingle */
5555
.chroma .cs { color: #637d; } /* CommentSpecial */
5656
.chroma .cp { color: #fc6; } /* CommentPreproc */
57-
.chroma .cpf { color: #fc6; } /* CommentPreprocFile */
57+
.chroma .cpf { color: #03dfff; } /* CommentPreprocFile */
5858
.chroma .gd { color: #fff; background-color: #5f3737; } /* GenericDeleted */
5959
.chroma .ge { color: #ef5; } /* GenericEmph */
6060
.chroma .gr { color: #f33; } /* GenericError */

web_src/less/chroma/light.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
.chroma .cm { color: #999988; } /* CommentMultiline */
5454
.chroma .c1 { color: #6a737d; } /* CommentSingle */
5555
.chroma .cs { color: #999999; } /* CommentSpecial */
56-
.chroma .cp { color: #999999; } /* CommentPreproc */
57-
.chroma .cpf { color: #999999; } /* CommentPreprocFile */
56+
.chroma .cp { color: #109295; } /* CommentPreproc */
57+
.chroma .cpf { color: #4c4dbc; } /* CommentPreprocFile */
5858
.chroma .gd { color: #000000; background-color: #ffdddd; } /* GenericDeleted */
5959
.chroma .ge { color: #000000; } /* GenericEmph */
6060
.chroma .gr { color: #aa0000; } /* GenericError */

0 commit comments

Comments
 (0)