Skip to content

Commit bcc8fb6

Browse files
committed
Add powershell members to default themes
Fixes microsoft#78212
1 parent 1e27e71 commit bcc8fb6

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

extensions/theme-defaults/themes/dark_plus.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"scope": [
99
"entity.name.function",
1010
"support.function",
11-
"support.constant.handlebars"
11+
"support.constant.handlebars",
12+
"source.powershell variable.other.member"
1213
],
1314
"settings": {
1415
"foreground": "#DCDCAA"
@@ -171,4 +172,4 @@
171172
}
172173
}
173174
]
174-
}
175+
}

extensions/theme-defaults/themes/hc_black.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"scope": [
1414
"entity.name.function",
1515
"support.function",
16-
"support.constant.handlebars"
16+
"support.constant.handlebars",
17+
"source.powershell variable.other.member"
1718
],
1819
"settings": {
1920
"foreground": "#DCDCAA"
@@ -115,4 +116,4 @@
115116
}
116117
}
117118
]
118-
}
119+
}

extensions/theme-defaults/themes/light_plus.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"scope": [
99
"entity.name.function",
1010
"support.function",
11-
"support.constant.handlebars"
11+
"support.constant.handlebars",
12+
"source.powershell variable.other.member"
1213
],
1314
"settings": {
1415
"foreground": "#795E26"
@@ -172,4 +173,4 @@
172173
}
173174

174175
]
175-
}
176+
}

0 commit comments

Comments
 (0)