From 90d5fa77ad8cb7c50d2ccadff0545fbb505741cd Mon Sep 17 00:00:00 2001 From: Stefan Stranger Date: Mon, 12 Jun 2017 15:47:48 +0200 Subject: [PATCH] Update PSISE Theme The lineHighlighBackground settings has the same color as dashes being used when typing interactively. Changed setting from Changed editor.lineHighlightBackground setting from #94c6f7 to #add8e6 More info: https://github.com/PowerShell/PowerShellEditorServices/issues/511 --- themes/theme-psise/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/theme-psise/theme.json b/themes/theme-psise/theme.json index 2a6cc5050d..a4b39d9f48 100644 --- a/themes/theme-psise/theme.json +++ b/themes/theme-psise/theme.json @@ -184,7 +184,7 @@ "activityBar.background": "#E1ECF9", "activityBar.foreground": "#A9A9A9", "activityBarBadge.background": "#A9A9A9", - "editor.lineHighlightBackground": "#94c6f7", + "editor.lineHighlightBackground": "#add8e6", "editor.selectionBackground": "#94c6f7", "statusBar.background": "#999999", "statusBar.debuggingBackground": "#FF4500",