diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-02-21 20:10:31 -0500 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-02-21 20:10:31 -0500 |
commit | 3c4867e86b7615a41ac15d8bc9cc9dcb6a888819 (patch) | |
tree | fe9406a65b699be0cb385c12111ccdbb4a297a31 /themes/src/light | |
parent | 5ba3e7d859548f3d5b49469df967cec249de0b1b (diff) |
Highlight active indent guide for generated themes
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, |