From 1f7a2aa19ae8a5e113e6cb4f6a363f339104de9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 17 Nov 2023 00:59:17 +0100 Subject: [PATCH] variant: decrease chroma comment contrast #722 --- static/css/chroma-relearn-light.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/chroma-relearn-light.css b/static/css/chroma-relearn-light.css index cd99436c75..98667eedc4 100644 --- a/static/css/chroma-relearn-light.css +++ b/static/css/chroma-relearn-light.css @@ -65,13 +65,13 @@ /* Operator */ .chroma .o { color: #f92672 } /* OperatorWord */ .chroma .ow { color: #f92672 } /* Punctuation */ .chroma .p { color: #111111 } -/* Comment */ .chroma .c { color: #75715e } -/* CommentHashbang */ .chroma .ch { color: #75715e } -/* CommentMultiline */ .chroma .cm { color: #75715e } -/* CommentSingle */ .chroma .c1 { color: #75715e } -/* CommentSpecial */ .chroma .cs { color: #75715e } -/* CommentPreproc */ .chroma .cp { color: #75715e } -/* CommentPreprocFile */ .chroma .cpf { color: #75715e } +/* Comment */ .chroma .c { color: #a7a187 } +/* CommentHashbang */ .chroma .ch { color: #a7a187 } +/* CommentMultiline */ .chroma .cm { color: #a7a187 } +/* CommentSingle */ .chroma .c1 { color: #a7a187 } +/* CommentSpecial */ .chroma .cs { color: #a7a187 } +/* CommentPreproc */ .chroma .cp { color: #a7a187 } +/* CommentPreprocFile */ .chroma .cpf { color: #a7a187 } /* Generic */ .chroma .g { } /* GenericDeleted */ .chroma .gd { } /* GenericEmph */ .chroma .ge { font-style: italic }