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/light | |
parent | 5ba3e7d859548f3d5b49469df967cec249de0b1b (diff) |
Highlight active indent guide for generated themes
Diffstat (limited to 'themes/light')
-rw-r--r-- | themes/light/yaru.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |