Skip to content

Commit

Permalink
Add bartrackInverse to blau and o2
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Oct 4, 2024
1 parent 2831eaf commit 91a698b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@
"type": "color",
"description": "grey2"
},
"barTrackInverse": {
"value": "rgba({palette.grey6}, 0.2)",
"type": "color",
"description": "grey6"
},
"loadingBar": {
"value": "{palette.blauBlueSecondary}",
"type": "color",
Expand Down Expand Up @@ -1003,6 +1008,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.blauBluePrimary}",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,11 @@
"type": "color",
"description": "grey30"
},
"barTrackInverse": {
"value": "rgba({palette.black}, 0.2)",
"type": "color",
"description": "black"
},
"loadingBar": {
"value": "{palette.beyondBlue}",
"type": "color",
Expand Down Expand Up @@ -1035,6 +1040,11 @@
"type": "color",
"description": "darkModeGrey6"
},
"barTrackInverse": {
"value": "{palette.darkModeGrey6}",
"type": "color",
"description": "darkModeGrey6"
},
"loadingBar": {
"value": "{palette.darkModeBeyondBlue}",
"type": "color",
Expand Down
2 changes: 2 additions & 0 deletions tokens/schema/skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"controlActivatedInverse",
"controlError",
"barTrack",
"barTrackInverse",
"loadingBar",
"loadingBarBackground",
"toggleAndroidInactive",
Expand Down Expand Up @@ -242,6 +243,7 @@
"controlActivatedInverse": { "$ref": "#/definitions/constantProperties" },
"controlError": { "$ref": "#/definitions/constantProperties" },
"barTrack": { "$ref": "#/definitions/constantProperties" },
"barTrackInverse": { "$ref": "#/definitions/constantProperties" },
"loadingBar": { "$ref": "#/definitions/constantProperties" },
"loadingBarBackground": { "$ref": "#/definitions/constantProperties" },
"toggleAndroidInactive": { "$ref": "#/definitions/constantProperties" },
Expand Down

0 comments on commit 91a698b

Please sign in to comment.