diff options
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/dark/arc-dark.ts | 1 | ||||
-rw-r--r-- | themes/src/dark/yaru-dark.ts | 1 | ||||
-rw-r--r-- | themes/src/light/yaru.ts | 1 |
3 files changed, 3 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, diff --git a/themes/src/dark/yaru-dark.ts b/themes/src/dark/yaru-dark.ts index 187f24a..22c9d67 100644 --- a/themes/src/dark/yaru-dark.ts +++ b/themes/src/dark/yaru-dark.ts @@ -60,6 +60,7 @@ const colorSet: IColorSet = { 'activityBar.background': colors.highlightGray, 'editor.background': colors.editorGray, 'editorGroupHeader.tabsBackground': colors.bodyGray, + 'editorIndentGuide.activeBackground': colors.ubuntuOrange, 'list.activeSelectionBackground': colors.ubuntuOrange, 'list.hoverBackground': colors.highlightGray, 'list.inactiveSelectionBackground': colors.highlightGray, diff --git a/themes/src/light/yaru.ts b/themes/src/light/yaru.ts index 02c80e4..89539b4 100644 --- a/themes/src/light/yaru.ts +++ b/themes/src/light/yaru.ts @@ -72,6 +72,7 @@ const colorSet: IColorSet = { 'editor.background': colors.white, 'editorGroupHeader.tabsBackground': colors.bodyGray, 'editorHoverWidget.background': colors.sideBarWhite, + 'editorIndentGuide.activeBackground': colors.ubuntuOrange, 'editorLineNumber.foreground': colors.ubuntuWarmGray, 'editorMarkerNavigation.background': colors.sideBarWhite, 'editorSuggestWidget.background': colors.sideBarWhite, |