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/light/yaru.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'themes/light/yaru.json') diff --git a/themes/light/yaru.json b/themes/light/yaru.json index 0c7d0bd..7198802 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -341,17 +341,25 @@ "colors": { "focusBorder": "#e95420", "foreground": "#111111", + "button.background": "#e95420", + "button.foreground": "#ffffff", "dropdown.background": "#FFFFFF", "input.background": "#FFFFFF", "inputOption.activeBorder": "#e95420", "list.activeSelectionBackground": "#e95420", + "list.activeSelectionForeground": "#FFFFFF", "list.dropBackground": "#e9542080", "list.focusBackground": "#e9542080", + "list.focusForeground": "#FFFFFF", + "list.highlightForeground": "#e95420", "list.hoverBackground": "#e4e4e4", "list.inactiveSelectionBackground": "#e4e4e4", "activityBar.background": "#e4e4e4", "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#e95420", + "activityBarBadge.foreground": "#ffffff", + "badge.background": "#e95420", + "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", "editorGroup.dropBackground": "#e9542080", @@ -386,9 +394,12 @@ "panelTitle.inactiveForeground": "#11111180", "statusBar.background": "#FFFFFF", "statusBar.debuggingBackground": "#e95420", + "statusBar.debuggingForeground": "#FFFFFF", "statusBar.noFolderBackground": "#ffffff", "statusBarItem.activeBackground": "#e9542080", "statusBarItem.hoverBackground": "#FFFFFF1a", + "statusBarItem.remoteBackground": "#e95420", + "statusBarItem.remoteForeground": "#ffffff", "titleBar.activeBackground": "#2b2929", "pickerGroup.border": "#FFFFFF1a", "terminal.ansiBlack": "#000000", @@ -417,7 +428,6 @@ "menu.selectionForeground": "#111111", "menubar.selectionBackground": "#FFFFFF", "menubar.selectionForeground": "#111111", - "statusBar.debuggingForeground": "#FFFFFF", "statusBar.foreground": "#111111", "tab.unfocusedInactiveBackground": "#edeef0", "terminal.background": "#300a24", -- cgit v1.2.3