Skip to content

Commit

Permalink
Merge pull request #144759 from microsoft/aeschli/hcLightThemeKind
Browse files Browse the repository at this point in the history
Add high contrast light theme kind
  • Loading branch information
aeschli authored Mar 16, 2022
2 parents e23908b + 2233bcb commit 02e8bd1
Show file tree
Hide file tree
Showing 118 changed files with 1,353 additions and 1,140 deletions.
30 changes: 20 additions & 10 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,8 @@
"defaults": {
"light": "#587c0c",
"dark": "#81b88b",
"highContrast": "#1b5225"
"highContrast": "#1b5225",
"highContrastLight": "#374e06"
}
},
{
Expand All @@ -2291,7 +2292,8 @@
"defaults": {
"light": "#895503",
"dark": "#E2C08D",
"highContrast": "#E2C08D"
"highContrast": "#E2C08D",
"highContrastLight": "#895503"
}
},
{
Expand All @@ -2300,7 +2302,8 @@
"defaults": {
"light": "#ad0707",
"dark": "#c74e39",
"highContrast": "#c74e39"
"highContrast": "#c74e39",
"highContrastLight": "#ad0707"
}
},
{
Expand All @@ -2309,7 +2312,8 @@
"defaults": {
"light": "#007100",
"dark": "#73C991",
"highContrast": "#73C991"
"highContrast": "#73C991",
"highContrastLight": "#007100"
}
},
{
Expand All @@ -2318,7 +2322,8 @@
"defaults": {
"light": "#007100",
"dark": "#73C991",
"highContrast": "#73C991"
"highContrast": "#73C991",
"highContrastLight": "#007100"
}
},
{
Expand All @@ -2327,7 +2332,8 @@
"defaults": {
"light": "#8E8E90",
"dark": "#8C8C8C",
"highContrast": "#A7A8A9"
"highContrast": "#A7A8A9",
"highContrastLight": "#8e8e90"
}
},
{
Expand All @@ -2336,7 +2342,8 @@
"defaults": {
"light": "#895503",
"dark": "#E2C08D",
"highContrast": "#E2C08D"
"highContrast": "#E2C08D",
"highContrastLight": "#895503"
}
},
{
Expand All @@ -2345,7 +2352,8 @@
"defaults": {
"light": "#ad0707",
"dark": "#c74e39",
"highContrast": "#c74e39"
"highContrast": "#c74e39",
"highContrastLight": "#ad0707"
}
},
{
Expand All @@ -2354,7 +2362,8 @@
"defaults": {
"light": "#ad0707",
"dark": "#e4676b",
"highContrast": "#c74e39"
"highContrast": "#c74e39",
"highContrastLight": "#ad0707"
}
},
{
Expand All @@ -2363,7 +2372,8 @@
"defaults": {
"light": "#1258a7",
"dark": "#8db9e2",
"highContrast": "#8db9e2"
"highContrast": "#8db9e2",
"highContrastLight": "#1258a7"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions extensions/theme-defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"path": "./themes/hc_black.json"
},
{
"id": "Light High Contrast",
"id": "Default High Contrast Light",
"label": "%lightHcColorThemeLabel%",
"uiTheme": "hc-black",
"uiTheme": "hc-light",
"path": "./themes/hc_light.json"
}
],
Expand Down
Loading

0 comments on commit 02e8bd1

Please sign in to comment.