diff options
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/arc-dark.json | 1 | ||||
-rw-r--r-- | themes/dark/yaru-dark.json | 1 |
2 files changed, 2 insertions, 0 deletions
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", |