aboutsummaryrefslogtreecommitdiff
path: root/themes/src/light/yaru.ts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/src/light/yaru.ts')
-rw-r--r--themes/src/light/yaru.ts5
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,