From 16177b6714dd45ecbd658360edf499d2b1b9bddf Mon Sep 17 00:00:00 2001 From: charles-smith Date: Fri, 3 Feb 2023 17:53:57 -0800 Subject: [PATCH] style: Updated default styles for light/dark mode (#138) Styles shouldn't be different between the `prefers-color-scheme` and the explicitly declared theme. Made them consistent. --- src/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/index.less b/src/style/index.less index 00c06b1c..436dc7cf 100644 --- a/src/style/index.less +++ b/src/style/index.less @@ -18,7 +18,7 @@ @media (prefers-color-scheme: light) { .@{w-textarea} { --color-fg-default: #24292f; - --color-canvas-subtle: #161b22; + --color-canvas-subtle: #f6f8fa; --color-prettylights-syntax-comment: #6e7781; --color-prettylights-syntax-entity-tag: #116329; --color-prettylights-syntax-entity: #8250df;