Skip to content

Commit

Permalink
Add weight values
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 25, 2025
1 parent 0ef4fac commit 2170117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/color-themes/arcade-dark.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "arcade-dark",
"name": "Arcade Dark",
"weight": 60,
"monacoBaseTheme": "vs-dark",
"overrideFiles": [
"/overrides/arcade-dark-overrides.css"
Expand Down
1 change: 1 addition & 0 deletions theme/color-themes/arcade-legacy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "arcade-legacy",
"name": "Arcade Legacy",
"weight": 20,
"overrideFiles": [],
"colors": {
"pxt-header-background": "#F76820",
Expand Down
1 change: 1 addition & 0 deletions theme/color-themes/arcade-light.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "arcade-light",
"name": "Arcade Light",
"weight": 40,
"overrideFiles": [],
"colors": {
"pxt-header-background": "#116E79",
Expand Down

0 comments on commit 2170117

Please sign in to comment.