Skip to content

Commit 90d5fa7

Browse files
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: PowerShell/PowerShellEditorServices#511
1 parent 72a56ef commit 90d5fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/theme-psise/theme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"activityBar.background": "#E1ECF9",
185185
"activityBar.foreground": "#A9A9A9",
186186
"activityBarBadge.background": "#A9A9A9",
187-
"editor.lineHighlightBackground": "#94c6f7",
187+
"editor.lineHighlightBackground": "#add8e6",
188188
"editor.selectionBackground": "#94c6f7",
189189
"statusBar.background": "#999999",
190190
"statusBar.debuggingBackground": "#FF4500",

0 commit comments

Comments
 (0)