diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 18:25:06 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 18:25:06 -0400 |
commit | 3fa1cda971acdab34ee3f0e7d8e288fcb7c17eae (patch) | |
tree | a9aebf55d2c97ce4d97066ccad02d9a3eb3a533a /themes/src/light | |
parent | f5dfd6079f7318a5ff72892ca2aeedf32bd95a31 (diff) |
Copy Feichtmeier's Yaru changes to .ts source files
Diffstat (limited to 'themes/src/light')
-rw-r--r-- | themes/src/light/yaru.ts | 4 |
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, |