From 51ac61e05708347ddea29aa07206276ed96c4716 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sun, 13 Oct 2024 20:36:26 +0200 Subject: [PATCH] colour scheme --- vscodium.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscodium.json b/vscodium.json index dd40fd6..edac90b 100644 --- a/vscodium.json +++ b/vscodium.json @@ -47,8 +47,8 @@ "editorBracketHighlight.foreground1": "#8bf", "editorBracketHighlight.foreground2": "#f9c", "editorBracketHighlight.foreground3": "#fff", - "editor.lineHighlightBackground": "#324", - "editor.background": "#214", + "editor.lineHighlightBackground": "#345", + "editor.background": "#334", "editor.foreground": "#fce" } },