From ec93d0a4aea99a263449468c4900fb775b574069 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 3 Feb 2023 13:25:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20change=20contrast=20for?= =?UTF-8?q?=20codeblocks=20Lowers=20the=20contrast=20for=20codeblocks'=20b?= =?UTF-8?q?ackground=20in=20light=20theme=20and=20increases=20it=20for=20t?= =?UTF-8?q?he=20dark=20theme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/syntax/syntax-ayu-dark.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sass/syntax/syntax-ayu-dark.scss b/sass/syntax/syntax-ayu-dark.scss index 09f27dd..f14e80b 100644 --- a/sass/syntax/syntax-ayu-dark.scss +++ b/sass/syntax/syntax-ayu-dark.scss @@ -1,6 +1,9 @@ .z-code { color: #bfbab0; - background-color: #191919; + background-color: #151515; +} +[data-theme="light"] .z-code { + background-color: #272430 } .z-comment, .z-punctuation.z-definition.z-comment {