aboutsummaryrefslogtreecommitdiff
path: root/themes/src/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/src/light')
-rw-r--r--themes/src/light/yaru.ts4
1 files changed, 4 insertions, 0 deletions
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,