From adbfe7ca3ed78b882d4a52ae93dc471b94e5ae17 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 5 Jul 2020 15:26:04 -0400 Subject: Update dependencies --- themes/dark/arc-dark.json | 11 +++++++++++ themes/dark/yaru-dark.json | 11 +++++++++++ 2 files changed, 22 insertions(+) (limited to 'themes/dark') diff --git a/themes/dark/arc-dark.json b/themes/dark/arc-dark.json index 8d90908..8a1949d 100644 --- a/themes/dark/arc-dark.json +++ b/themes/dark/arc-dark.json @@ -341,17 +341,25 @@ "colors": { "focusBorder": "#5294e2", "foreground": "#a2a2a2", + "button.background": "#5294e2", + "button.foreground": "#ffffff", "dropdown.background": "#596076", "input.background": "#596076", "inputOption.activeBorder": "#5294e2", "list.activeSelectionBackground": "#5294e2", + "list.activeSelectionForeground": "#FFFFFF", "list.dropBackground": "#5294e280", "list.focusBackground": "#5294e280", + "list.focusForeground": "#FFFFFF", + "list.highlightForeground": "#5294e2", "list.hoverBackground": "#4b5162", "list.inactiveSelectionBackground": "#4b5162", "activityBar.background": "#4b5162", "activityBar.dropBackground": "#5294e280", "activityBarBadge.background": "#5294e2", + "activityBarBadge.foreground": "#ffffff", + "badge.background": "#5294e2", + "badge.foreground": "#ffffff", "sideBar.background": "#404552", "sideBarSectionHeader.background": "#4b5162", "editorGroup.dropBackground": "#5294e280", @@ -383,9 +391,12 @@ "panelTitle.inactiveForeground": "#a2a2a280", "statusBar.background": "#2f343f", "statusBar.debuggingBackground": "#5294e2", + "statusBar.debuggingForeground": "#ffffff", "statusBar.noFolderBackground": "#2c303b", "statusBarItem.activeBackground": "#5294e280", "statusBarItem.hoverBackground": "#FFFFFF1a", + "statusBarItem.remoteBackground": "#5294e2", + "statusBarItem.remoteForeground": "#ffffff", "titleBar.activeBackground": "#2f343f", "pickerGroup.border": "#FFFFFF1a", "terminal.ansiBlack": "#262b36", diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index e2de612..d28fd5e 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -341,17 +341,25 @@ "colors": { "focusBorder": "#e95420", "foreground": "#FFFFFF", + "button.background": "#e95420", + "button.foreground": "#ffffff", "dropdown.background": "#595959", "input.background": "#595959", "inputOption.activeBorder": "#e95420", "list.activeSelectionBackground": "#e95420", + "list.activeSelectionForeground": "#FFFFFF", "list.dropBackground": "#e9542080", "list.focusBackground": "#e9542080", + "list.focusForeground": "#FFFFFF", + "list.highlightForeground": "#e95420", "list.hoverBackground": "#575757", "list.inactiveSelectionBackground": "#575757", "activityBar.background": "#575757", "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#e95420", + "activityBarBadge.foreground": "#ffffff", + "badge.background": "#e95420", + "badge.foreground": "#ffffff", "sideBar.background": "#3f3f3f", "sideBarSectionHeader.background": "#575757", "editorGroup.dropBackground": "#e9542080", @@ -384,9 +392,12 @@ "panelTitle.inactiveForeground": "#FFFFFF80", "statusBar.background": "#2f2f2f", "statusBar.debuggingBackground": "#e95420", + "statusBar.debuggingForeground": "#ffffff", "statusBar.noFolderBackground": "#2c2c2c", "statusBarItem.activeBackground": "#e9542080", "statusBarItem.hoverBackground": "#FFFFFF1a", + "statusBarItem.remoteBackground": "#e95420", + "statusBarItem.remoteForeground": "#ffffff", "titleBar.activeBackground": "#2b2929", "pickerGroup.border": "#FFFFFF1a", "terminal.ansiBlack": "#000000", -- cgit v1.2.3