From d0355b2342161a78c67b87aaefa8582aa1d4d6b9 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 17 Feb 2022 16:48:20 +0100 Subject: [PATCH] Fix prefers-color-scheme editor colors --- src/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index f01cb710..b06c3d91 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -95,6 +95,10 @@ --invalid-text: #a32600; --text-saturation: 100%; --text-lightness: 35%; + --editor-variable: #0451A5; + --editor-string: #A31515; + --editor-constant: #0000FF; + --editor-number: #098658; } }