Skip to content

Commit

Permalink
Update Positron theme names and ids
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd committed Sep 19, 2024
1 parent 3c1dbb3 commit b529b4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions extensions/theme-defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"path": "./themes/dark_modern.json"
},
{
"id": "Positron Dark",
"id": "Default Positron Dark",
"label": "%positronDarkThemeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/positron_dark.json"
Expand All @@ -44,7 +44,7 @@
"path": "./themes/light_modern.json"
},
{
"id": "Positron Light",
"id": "Default Positron Light",
"label": "%positronLightThemeLabel%",
"uiTheme": "vs",
"path": "./themes/positron_light.json"
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-defaults/themes/positron_dark.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Positron Dark",
"name": "Default Positron Dark",
"include": "./dark_modern.json",
"colors": {
"activityBar.activeBorder": "#C1D6E8",
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-defaults/themes/positron_light.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Positron Light",
"name": "Default Positron Light",
"include": "./light_modern.json",
"colors": {
"activityBar.activeBorder": "#FFFFFF",
Expand Down

0 comments on commit b529b4a

Please sign in to comment.