Skip to content

Commit

Permalink
Rename light/dark variants to "accent"
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 19, 2025
1 parent ebb6e25 commit 9a74e24
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions theme/color-themes/arcade-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"pxt-primary-background": "#0078d4",
"pxt-primary-background-hover": "#005a9e",
"pxt-primary-alpha0": "#0078d400",
"pxt-primary-dark": "#004578",
"pxt-primary-accent": "#004578",
"pxt-primary-foreground": "#ffffff",

"pxt-secondary-background": "#5c2d91",
"pxt-secondary-background-hover": "#4b2578",
"pxt-secondary-light": "#7a4c2a",
"pxt-secondary-accent": "#7539b8",
"pxt-secondary-foreground": "#f3f2f1",

"pxt-tertiary-background": "#0078d4",
Expand Down
4 changes: 2 additions & 2 deletions theme/color-themes/arcade-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"pxt-primary-background": "#F76820",
"pxt-primary-background-hover": "#dc4f08",
"pxt-primary-alpha0": "#F7682000",
"pxt-primary-dark": "#C5561F",
"pxt-primary-accent": "#C5561F",
"pxt-primary-foreground": "#FFFFFF",

"pxt-secondary-background": "#028B9B",
"pxt-secondary-background-hover": "#015e69",
"pxt-secondary-light": "#58afba",
"pxt-secondary-accent": "#58afba",
"pxt-secondary-foreground": "#FFFFFF",

"pxt-tertiary-background": "#028B9B",
Expand Down
4 changes: 2 additions & 2 deletions theme/color-themes/arcade-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"pxt-primary-background": "#5D4FBA",
"pxt-primary-background-hover": "#4d3eb1",
"pxt-primary-alpha0": "#5D4FBA00",
"pxt-primary-dark": "#403587",
"pxt-primary-accent": "#403587",
"pxt-primary-foreground": "#FFFFFF",

"pxt-secondary-background": "#5D4FBA",
"pxt-secondary-background-hover": "#483c9a",
"pxt-secondary-light": "#7569c4",
"pxt-secondary-accent": "#7569c4",
"pxt-secondary-foreground": "#F8FAFC",

"pxt-tertiary-background": "#116E79",
Expand Down
2 changes: 1 addition & 1 deletion theme/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

#editortools .ui.button.hw-button {
background-color: var(--pxt-primary-dark);
background-color: var(--pxt-primary-accent);
color: var(--pxt-primary-foreground);
}

Expand Down

0 comments on commit 9a74e24

Please sign in to comment.