From 741de09ada0ed58b520da1342fc63bfb97180242 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 24 Jul 2023 13:41:30 +0200 Subject: [PATCH] themes: Fall back to Light/Dark+ themes for diff colors --- extensions/theme-defaults/themes/dark_modern.json | 4 ---- extensions/theme-defaults/themes/light_modern.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/extensions/theme-defaults/themes/dark_modern.json b/extensions/theme-defaults/themes/dark_modern.json index 14fc09e91c1..646e2779236 100644 --- a/extensions/theme-defaults/themes/dark_modern.json +++ b/extensions/theme-defaults/themes/dark_modern.json @@ -23,10 +23,6 @@ "checkbox.border": "#ffffff1f", "debugToolBar.background": "#181818", "descriptionForeground": "#8b949e", - "diffEditor.insertedLineBackground": "#23863633", - "diffEditor.insertedTextBackground": "#2386364d", - "diffEditor.removedLineBackground": "#da363333", - "diffEditor.removedTextBackground": "#da36334d", "dropdown.background": "#313131", "dropdown.border": "#ffffff1f", "dropdown.foreground": "#cccccc", diff --git a/extensions/theme-defaults/themes/light_modern.json b/extensions/theme-defaults/themes/light_modern.json index 5640a255dc1..c9e486fbab4 100644 --- a/extensions/theme-defaults/themes/light_modern.json +++ b/extensions/theme-defaults/themes/light_modern.json @@ -22,10 +22,6 @@ "checkbox.background": "#f8f8f8", "checkbox.border": "#CECECE", "descriptionForeground": "#3b3b3b", - "diffEditor.insertedLineBackground": "#23863633", - "diffEditor.insertedTextBackground": "#2386364d", - "diffEditor.removedLineBackground": "#da363333", - "diffEditor.removedTextBackground": "#da36334d", "dropdown.background": "#ffffff", "dropdown.border": "#CECECE", "dropdown.foreground": "#3b3b3b",