From 31df2682c6998515471c14d9c0f1792a8c7cce31 Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Tue, 14 Jul 2020 13:57:23 +0200 Subject: Minor improvements - use orginal yaru green badges - use a light terminal to reduce the heavy contrast against the bright window --- themes/light/yaru.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/light/yaru.json') diff --git a/themes/light/yaru.json b/themes/light/yaru.json index 7198802..5497345 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": "#e95420", + "activityBarBadge.background": "#0e8420", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#e95420", + "badge.background": "#0e8420", "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", @@ -430,8 +430,8 @@ "menubar.selectionForeground": "#111111", "statusBar.foreground": "#111111", "tab.unfocusedInactiveBackground": "#edeef0", - "terminal.background": "#300a24", - "terminal.foreground": "#FFFFFF", + "terminal.background": "#f7f7f7", + "terminal.foreground": "#3b3b3b", "titleBar.activeForeground": "#c0c0c0", "titleBar.inactiveBackground": "#3d3a3a", "titleBar.inactiveForeground": "#959697" -- cgit v1.2.3 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/light/yaru.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/light/yaru.json') 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 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/light/yaru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/light/yaru.json') diff --git a/themes/light/yaru.json b/themes/light/yaru.json index dedd07c..c369263 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -358,7 +358,7 @@ "activityBar.dropBackground": "#e9542080", "activityBarBadge.background": "#109a26", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#109a26", + "badge.background": "#c6162b", "badge.foreground": "#ffffff", "sideBar.background": "#f6f6f6", "sideBarSectionHeader.background": "#e4e4e4", -- 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/light/yaru.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'themes/light/yaru.json') diff --git a/themes/light/yaru.json b/themes/light/yaru.json index c369263..9d59640 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -376,7 +376,10 @@ "editor.foreground": "#111111", "editorLineNumber.foreground": "#aea79f", "editorLineNumber.activeForeground": "#e95420", - "editor.selectionBackground": "#903c7b", + "editor.selectionBackground": "#bb90b7aa", + "editor.selectionHighlightBackground": "#bb90b7aa", + "editor.wordHighlightBackground": "#bb90b7aa", + "editor.wordHighlightStrongBackground": "#bb90b7aa", "editor.lineHighlightBorder": "#FFFFFF1a", "editor.rangeHighlightBackground": "#FFFFFF0d", "editorWhitespace.foreground": "#bfbfbf", -- cgit v1.2.3