Skip to content

Commit

Permalink
Fix typo in JSON themes
Browse files Browse the repository at this point in the history
  • Loading branch information
oclero committed Nov 11, 2024
1 parent 44979fc commit dc28e20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions sandbox/resources/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"meta": {
"author": "Olivier Cléro",
"name": "Dark",
"version": "1.4.0"
"version": "1.4.1"
},
"neutralColor": "#565656",
"neutralColorDisabled": "#353535",
Expand Down Expand Up @@ -41,10 +41,10 @@
"secondaryColorForegroundPressed": "#2f2f2f",
"secondaryColorHovered": "#d5d5d5",
"secondaryColorPressed": "#ebebeb",
"semiTransparentColor1": "0xffffff18",
"semiTransparentColor2": "0xffffff23",
"semiTransparentColor3": "0xffffff28",
"semiTransparentColor4": "0xffffff2d",
"semiTransparentColor1": "#ffffff18",
"semiTransparentColor2": "#ffffff23",
"semiTransparentColor3": "#ffffff28",
"semiTransparentColor4": "#ffffff2d",
"shadowColor1": "#00000066",
"shadowColor2": "#000000bb",
"shadowColor3": "#000000ff",
Expand Down
10 changes: 5 additions & 5 deletions showcase/resources/themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"meta": {
"author": "Olivier Cléro",
"name": "Dark",
"version": "1.4.0"
"version": "1.4.1"
},
"neutralColor": "#565656",
"neutralColorDisabled": "#353535",
Expand Down Expand Up @@ -41,10 +41,10 @@
"secondaryColorForegroundPressed": "#2f2f2f",
"secondaryColorHovered": "#d5d5d5",
"secondaryColorPressed": "#ebebeb",
"semiTransparentColor1": "0xffffff18",
"semiTransparentColor2": "0xffffff23",
"semiTransparentColor3": "0xffffff28",
"semiTransparentColor4": "0xffffff2d",
"semiTransparentColor1": "#ffffff18",
"semiTransparentColor2": "#ffffff23",
"semiTransparentColor3": "#ffffff28",
"semiTransparentColor4": "#ffffff2d",
"shadowColor1": "#00000066",
"shadowColor2": "#000000bb",
"shadowColor3": "#000000ff",
Expand Down

0 comments on commit dc28e20

Please sign in to comment.