aboutsummaryrefslogtreecommitdiff
path: root/themes/src/dark/yaru-dark.ts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/src/dark/yaru-dark.ts')
-rw-r--r--themes/src/dark/yaru-dark.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/src/dark/yaru-dark.ts b/themes/src/dark/yaru-dark.ts
index 33d885c..fce36ba 100644
--- a/themes/src/dark/yaru-dark.ts
+++ b/themes/src/dark/yaru-dark.ts
@@ -57,7 +57,10 @@ const colorSet: IColorSet = {
brightWhite: '#ffffff',
},
ui: {
- selection: colors.midAubergine
+ selection: colors.midAubergine,
+ selectionHighlight: colors.midAubergine + 'aa',
+ wordHighlight: colors.midAubergine + 'aa',
+ wordHighlightStrong: colors.midAubergine + 'aa',
},
overrides: {
'activityBar.background': colors.activityBarGray,