diff options
Diffstat (limited to 'themes/src/light')
-rw-r--r-- | themes/src/light/yaru.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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, |