Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions testData/solutions/win32.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6429,11 +6429,11 @@
"title": "High Contrast theme",
"description": "High Contrast Theme",
"type": "string",
"default": "%SystemRoot%\\resources\\Ease of Access Themes\\hcwhite.theme",
"default": "%SystemRoot%\\resources\\Ease of Access Themes\\blackOnWhite.theme",
"enum": [
"%SystemRoot%\\resources\\Ease of Access Themes\\hcwhite.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\hcblack.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\hc1.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\blackOnWhite.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\whiteOnBlack.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\yellowOnBlack.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\blackOnYellow.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\hc2.theme",
"%SystemRoot%\\resources\\Ease of Access Themes\\blackOnBrown.theme",
Expand Down Expand Up @@ -6463,9 +6463,9 @@
"type": "fluid.transforms.valueMapper",
"defaultInputPath": "http://registry\\.gpii\\.net/common/highContrastTheme",
"match": {
"black-white": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\hcwhite.theme",
"white-black": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\hcblack.theme",
"yellow-black": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\hc1.theme",
"black-white": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\blackOnWhite.theme",
"white-black": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\whiteOnBlack.theme",
"yellow-black": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\yellowOnBlack.theme",
"black-yellow": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\blackOnYellow.theme",
"lime-black": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\hc2.theme",
"black-brown": "${{environment}.SystemRoot}\\resources\\Ease of Access Themes\\blackOnBrown.theme",
Expand Down