Dial down comment color

This commit is contained in:
C. Lente 2023-04-26 00:28:32 -03:00
parent f97270c331
commit 69ff6b3e17
No known key found for this signature in database
GPG Key ID: E66D381776EFC03A

View File

@ -69,11 +69,11 @@
/* Operator */ .chroma .o { color: #ff79c6 }
/* OperatorWord */ .chroma .ow { color: #ff79c6 }
/* Punctuation .chroma .p { } */
/* Comment */ .chroma .c { color: #7c90d0 }
/* CommentHashbang */ .chroma .ch { color: #7c90d0 }
/* CommentMultiline */ .chroma .cm { color: #7c90d0 }
/* CommentSingle */ .chroma .c1 { color: #7c90d0 }
/* CommentSpecial */ .chroma .cs { color: #7c90d0 }
/* Comment */ .chroma .c { color: #8491b8 }
/* CommentHashbang */ .chroma .ch { color: #8491b8 }
/* CommentMultiline */ .chroma .cm { color: #8491b8 }
/* CommentSingle */ .chroma .c1 { color: #8491b8 }
/* CommentSpecial */ .chroma .cs { color: #8491b8 }
/* CommentPreproc */ .chroma .cp { color: #ff79c6 }
/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 }
/* Generic .chroma .g { } */