From c3be72617430368d2bbcdc17b79e1b12ec35611b Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Wed, 16 Oct 2024 22:55:46 +0200 Subject: [PATCH] colour scheme stuff --- vscodium.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/vscodium.json b/vscodium.json index edac90b..cbf4b4f 100644 --- a/vscodium.json +++ b/vscodium.json @@ -44,12 +44,18 @@ "workbench.colorTheme": "Monochrome", "workbench.colorCustomizations": { "[Monochrome]": { + "editor.foreground": "#fce", + "editor.background": "#282228", + "sideBar.background": "#282030", + "activityBar.background":"#334", + "statusBar.background": "#659", + "statusBarItem.remoteBackground": "#548", + "editor.lineHighlightBackground": "#334", + "input.background": "#345", "editorBracketHighlight.foreground1": "#8bf", "editorBracketHighlight.foreground2": "#f9c", "editorBracketHighlight.foreground3": "#fff", - "editor.lineHighlightBackground": "#345", - "editor.background": "#334", - "editor.foreground": "#fce" + "editorCursor.foreground": "#caf", } }, "editor.tokenColorCustomizations": {