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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/dark') 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", -- cgit v1.2.3 From dd833ad4877cd6b7a5f4ad28fee348c643b57d7a Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Wed, 15 Jul 2020 14:48:54 +0200 Subject: Use warning color for normal badges --- themes/dark/yaru-dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/dark') diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index acc587f..9d5b155 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -358,7 +358,7 @@ "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#0c6d1a", + "badge.background": "#991121", "badge.foreground": "#ffffff", "sideBar.background": "#3f3f3f", "sideBarSectionHeader.background": "#575757", -- cgit v1.2.3 From f5dfd6079f7318a5ff72892ca2aeedf32bd95a31 Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Thu, 16 Jul 2020 10:06:18 +0200 Subject: Yaru-dark: darken bar backgrounds to improve contrast against the new badges --- themes/dark/yaru-dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/dark') diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index 9d5b155..d44271c 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -344,7 +344,7 @@ "button.background": "#e95420", "button.foreground": "#ffffff", "dropdown.background": "#595959", - "input.background": "#595959", + "input.background": "#484848", "inputOption.activeBorder": "#e95420", "list.activeSelectionBackground": "#e95420", "list.activeSelectionForeground": "#FFFFFF", @@ -354,7 +354,7 @@ "list.highlightForeground": "#e95420", "list.hoverBackground": "#575757", "list.inactiveSelectionBackground": "#575757", - "activityBar.background": "#575757", + "activityBar.background": "#484848", "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", -- cgit v1.2.3 From a1cb49d296e5415e4b1edcd67964ded61596557d Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 17 Jul 2020 18:40:44 -0400 Subject: Improve legibility/consistency of Yaru selection --- themes/dark/yaru-dark.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/dark') diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index d44271c..ca1ef08 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -377,6 +377,9 @@ "editorLineNumber.foreground": "#FFFFFF4d", "editorLineNumber.activeForeground": "#e95420", "editor.selectionBackground": "#5e2750", + "editor.selectionHighlightBackground": "#5e2750aa", + "editor.wordHighlightBackground": "#5e2750aa", + "editor.wordHighlightStrongBackground": "#5e2750aa", "editor.lineHighlightBorder": "#FFFFFF1a", "editor.rangeHighlightBackground": "#FFFFFF0d", "editorWidget.background": "#434343", -- cgit v1.2.3 From 5675f5d0e25a81112175474394d15f7d2edf9b21 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 17 Jul 2020 18:52:56 -0400 Subject: Make Yaru Dark a little darker Darken sidebar section headers so they continue to match the activity bar, and darken the dropdown background so it continues to match the input background. Darken the sidebar for better contrast with new section header color and to match the Settings app sidebar in 20.04 Yaru Dark. --- themes/dark/yaru-dark.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/dark') diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index ca1ef08..81af7cb 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -343,7 +343,7 @@ "foreground": "#FFFFFF", "button.background": "#e95420", "button.foreground": "#ffffff", - "dropdown.background": "#595959", + "dropdown.background": "#484848", "input.background": "#484848", "inputOption.activeBorder": "#e95420", "list.activeSelectionBackground": "#e95420", @@ -360,8 +360,8 @@ "activityBarBadge.foreground": "#ffffff", "badge.background": "#991121", "badge.foreground": "#ffffff", - "sideBar.background": "#3f3f3f", - "sideBarSectionHeader.background": "#575757", + "sideBar.background": "#343434", + "sideBarSectionHeader.background": "#484848", "editorGroup.dropBackground": "#e9542080", "editorGroup.focusedEmptyBorder": "#e95420", "editorGroupHeader.tabsBackground": "#383838", -- cgit v1.2.3