diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 18:40:44 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 18:40:44 -0400 |
commit | a1cb49d296e5415e4b1edcd67964ded61596557d (patch) | |
tree | e45b5bd2538988ac002037fd556f5e11d6dd5eef /themes/src/light | |
parent | 3fa1cda971acdab34ee3f0e7d8e288fcb7c17eae (diff) |
Improve legibility/consistency of Yaru selection
Diffstat (limited to 'themes/src/light')
-rw-r--r-- | themes/src/light/yaru.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/src/light/yaru.ts b/themes/src/light/yaru.ts index 01ac6e1..d59ac96 100644 --- a/themes/src/light/yaru.ts +++ b/themes/src/light/yaru.ts @@ -64,7 +64,10 @@ const colorSet: IColorSet = { ui: { invisibles: colors.guideGray, guide: colors.guideGray, - selection: colors.midAubergine, + selection: colors.lightAubergine + 'aa', + selectionHighlight: colors.lightAubergine + 'aa', + wordHighlight: colors.lightAubergine + 'aa', + wordHighlightStrong: colors.lightAubergine + 'aa', }, overrides: { 'activityBar.background': colors.highlightGray, |