Skip to content

Commit 5594e9c

Browse files
committed
Blue color for automatic var _ of powershell script
1 parent 90a85bf commit 5594e9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/sublime-monokai-color-theme.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@
600600
"settings": {
601601
"foreground": "#A6E22E"
602602
}
603+
},
604+
{
605+
"name": "Sublime PowerShell Blue automatic _ variable",
606+
"scope": "support.variable.automatic.powershell",
607+
"settings": {
608+
"foreground": "#66D9EF"
609+
}
603610
}
604611
],
605612
"semanticHighlighting": false

0 commit comments

Comments
 (0)