From a251f52d6f13cb687098d586b0d6d453b05721dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sun, 28 Jun 2020 11:25:44 +0800 Subject: [PATCH] build --- themes/color-theme.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/themes/color-theme.json b/themes/color-theme.json index eec76b4..5bd4564 100644 --- a/themes/color-theme.json +++ b/themes/color-theme.json @@ -3,7 +3,6 @@ "type": "light", "colors": { "focusBorder": "#ffffff00", - "scrollbar.shadow": "#ffffff00", "editorLink.activeForeground": "#90a4ae", "selection.background": "#80CBC440", "progressBar.background": "#80CBC4", @@ -114,9 +113,10 @@ "terminal.ansiBrightMagenta": "#be7ee7", "terminal.ansiBrightRed": "#ff4628", "terminal.ansiBrightYellow": "#ffb62c", - "scrollbarSlider.background": "#90a4ae20", - "scrollbarSlider.hoverBackground": "#90a4ae10", - "scrollbarSlider.activeBackground": "#80CBC4", + "scrollbar.shadow": "#ffffff00", + "scrollbarSlider.background": "#90a4ae30", + "scrollbarSlider.hoverBackground": "#3fc2a750", + "scrollbarSlider.activeBackground": "#3fc2a7", "widget.shadow": "#00000020", "panel.border": "#e8e9ed", "panel.background": "#f8f9fd", @@ -124,6 +124,7 @@ "panelTitle.inactiveForeground": "#90a4ae", "panelTitle.activeForeground": "#16967a", "panelTitle.activeBorder": "#3fc2a7", + "panelSectionHeader.background": "#f2f5fc", "diffEditor.insertedTextBackground": "#91B85915", "diffEditor.removedTextBackground": "#E5393520", "notifications.background": "#ffffff",