From 3fa1cda971acdab34ee3f0e7d8e288fcb7c17eae Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 17 Jul 2020 18:25:06 -0400 Subject: Copy Feichtmeier's Yaru changes to .ts source files --- themes/src/light/yaru.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/src/light') diff --git a/themes/src/light/yaru.ts b/themes/src/light/yaru.ts index 89539b4..01ac6e1 100644 --- a/themes/src/light/yaru.ts +++ b/themes/src/light/yaru.ts @@ -24,6 +24,8 @@ const colors = { textGray: '#111111', ubuntuWarmGray: '#aea79f', guideGray: '#bfbfbf', + badgeGreen: '#109a26', + badgeRed: '#c6162b', } const colorSet: IColorSet = { @@ -67,6 +69,8 @@ const colorSet: IColorSet = { overrides: { 'activityBar.background': colors.highlightGray, 'activityBar.foreground': colors.textGray, + 'activityBarBadge.background': colors.badgeGreen, + 'badge.background': colors.badgeRed, 'debugToolBar.background': colors.white, 'dropdown.background': colors.white, 'editor.background': colors.white, -- cgit v1.2.3