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/dark/arc-dark.json | 1 + themes/dark/yaru-dark.json | 1 + themes/light/yaru.json | 1 + themes/src/dark/arc-dark.ts | 1 + themes/src/dark/yaru-dark.ts | 1 + themes/src/light/yaru.ts | 1 + 6 files changed, 6 insertions(+) (limited to 'themes') diff --git a/themes/dark/arc-dark.json b/themes/dark/arc-dark.json index 01bbd09..8d90908 100644 --- a/themes/dark/arc-dark.json +++ b/themes/dark/arc-dark.json @@ -406,6 +406,7 @@ "terminal.ansiYellow": "#f3b43a", "debugToolBar.background": "#4e5467", "selection.background": "#5294e2", + "editorIndentGuide.activeBackground": "#5294e2", "terminal.background": "#383c4a", "titleBar.inactiveBackground": "#2f343f" } diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index 9553c4b..e2de612 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -407,6 +407,7 @@ "terminal.ansiYellow": "#aa5500", "debugToolBar.background": "#4e4e4e", "selection.background": "#e95420", + "editorIndentGuide.activeBackground": "#e95420", "menu.background": "#494949", "menu.selectionBackground": "#575757", "menubar.selectionBackground": "#494949", diff --git a/themes/light/yaru.json b/themes/light/yaru.json index ce539e6..0c7d0bd 100644 --- a/themes/light/yaru.json +++ b/themes/light/yaru.json @@ -410,6 +410,7 @@ "debugToolBar.background": "#FFFFFF", "selection.background": "#e95420", "activityBar.foreground": "#111111", + "editorIndentGuide.activeBackground": "#e95420", "editorSuggestWidget.background": "#f6f6f6", "menu.background": "#FFFFFF", "menu.selectionBackground": "#e4e4e4", 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, -- cgit v1.2.3