From 3c4867e86b7615a41ac15d8bc9cc9dcb6a888819 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Thu, 21 Feb 2019 20:10:31 -0500 Subject: Highlight active indent guide for generated themes --- themes/src/dark/yaru-dark.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/src/dark/yaru-dark.ts') 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, -- cgit v1.2.3