aboutsummaryrefslogtreecommitdiff
path: root/themes/src/dark/arc-dark.ts
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-21 20:10:31 -0500
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-02-21 20:10:31 -0500
commit3c4867e86b7615a41ac15d8bc9cc9dcb6a888819 (patch)
treefe9406a65b699be0cb385c12111ccdbb4a297a31 /themes/src/dark/arc-dark.ts
parent5ba3e7d859548f3d5b49469df967cec249de0b1b (diff)
Highlight active indent guide for generated themes
Diffstat (limited to 'themes/src/dark/arc-dark.ts')
-rw-r--r--themes/src/dark/arc-dark.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/src/dark/arc-dark.ts b/themes/src/dark/arc-dark.ts
index c59f760..d7c596f 100644
--- a/themes/src/dark/arc-dark.ts
+++ b/themes/src/dark/arc-dark.ts
@@ -64,6 +64,7 @@ const colorSet: IColorSet = {
},
overrides: {
'activityBar.background': colors.arcGray3,
+ 'editorIndentGuide.activeBackground': colors.arcBlue,
'list.activeSelectionBackground': colors.arcBlue,
'list.hoverBackground': colors.arcGray3,
'list.inactiveSelectionBackground': colors.arcGray3,