Skip to content

Commit 90a85bf

Browse files
committed
Add green color for powershell object and properties
1 parent 89c5df1 commit 90a85bf

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
@@ -593,6 +593,13 @@
593593
"settings": {
594594
"foreground": "#F92672"
595595
}
596+
},
597+
{
598+
"name": "Sublime PowerShell Green member calls",
599+
"scope": "variable.other.member.powershell",
600+
"settings": {
601+
"foreground": "#A6E22E"
602+
}
596603
}
597604
],
598605
"semanticHighlighting": false

0 commit comments

Comments
 (0)