From 9e45977ab84cf6911ec2add563bf806af84b18b9 Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Wed, 15 Jul 2020 10:00:50 +0200 Subject: Further adaptions - revert yaru light terminal colors back to white on purple - exactly use the correct greens for light and dark yaru themes --- themes/dark/yaru-dark.json | 4 ++-- themes/light/yaru.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index d28fd5e..acc587f 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -356,9 +356,9 @@ "list.inactiveSelectionBackground": "#575757", "activityBar.background": "#575757", "activityBar.dropBackground": "#e9542080", - "activityBarBadge.background": "#e95420", + "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#e95420", + "badge.background": "#0c6d1a", "badge.foreground": "#ffffff", "sideBar.background": "#3f3f3f", "sideBarSectionHeader.background": "#575757", diff --git a/themes/light/yaru.json b/themes/light/yaru.json index 5497345..dedd07c 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -356,9 +356,9 @@ "list.inactiveSelectionBackground": "#e4e4e4", "activityBar.background": "#e4e4e4", "activityBar.dropBackground": "#e9542080", - "activityBarBadge.background": "#0e8420", + "activityBarBadge.background": "#109a26", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#0e8420", + "badge.background": "#109a26", "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", @@ -430,8 +430,8 @@ "menubar.selectionForeground": "#111111", "statusBar.foreground": "#111111", "tab.unfocusedInactiveBackground": "#edeef0", - "terminal.background": "#f7f7f7", - "terminal.foreground": "#3b3b3b", + "terminal.background": "#300a24", + "terminal.foreground": "#FFFFFF", "titleBar.activeForeground": "#c0c0c0", "titleBar.inactiveBackground": "#3d3a3a", "titleBar.inactiveForeground": "#959697" -- cgit v1.2.3