From 76f8cdce3836847a2263e377811d761ab3684c8a Mon Sep 17 00:00:00 2001 From: Max Amundsen <109674749+maxamundsen@users.noreply.github.com> Date: Sun, 22 Feb 2026 23:36:36 -0500 Subject: [PATCH] Remove custom color theme settings and update theme --- .config/Code/User/settings.json | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index ad5a6d4..bdb4c55 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -66,7 +66,6 @@ "extensions.autoCheckUpdates": false, "extensions.autoUpdate": false, "update.mode": "manual", - "window.density.editorTabHeight": "compact", "C_Cpp.intelliSenseEngine": "disabled", "C_Cpp.clang_format_style": "Visual Studio", "diffEditor.ignoreTrimWhitespace": false, @@ -201,30 +200,5 @@ "chat.disableAIFeatures": true, "workbench.preferredDarkColorTheme": "Visual Studio Dark", "workbench.preferredLightColorTheme": "Visual Studio Light", - "workbench.colorTheme": "Visual Studio Dark", - "workbench.colorCustomizations": { - "[Visual Studio Dark]": { - "editor.background": "#000000", - "terminal.background": "#1E1E1E", - "panel.background": "#1E1E1E" - } - }, - "editor.tokenColorCustomizations": { - "[Visual Studio Dark]": { - "textMateRules": [ - { - "scope": [ - "comment", - "comment.block", - "comment.block.documentation", - "comment.line" - ], - "settings": { - "foreground": "#FFFF00" - } - } - ] - } - }, - "claudeCode.useCtrlEnterToSend": true + "workbench.colorTheme": "Default Dark+", }