Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(theme): dnd profile
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed May 31, 2023
1 parent 68f79e8 commit 33dd53a
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3842,6 +3842,19 @@
"value": "{theme.topbar.color.foreground}",
"type": "color"
},
"foreground-inverted": {
"value": "{color.foreground.primary-inverted}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".75",
"space": "hsl"
}
}
}
},
"background": {
"value": "{theme.color.base}",
"type": "color",
Expand All @@ -3855,6 +3868,19 @@
}
}
},
"background-inverted": {
"value": "{theme.color.base}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".75",
"space": "hsl"
}
}
}
},
"background-hover": {
"value": "{theme.color.base}",
"type": "color",
Expand Down Expand Up @@ -5916,7 +5942,9 @@
"theme.topbar.profile.color.foreground": "S:18111cf3515dd12e3d9d6b4df9b69e83e2ea2bbc,",
"theme.topbar.profile.color.background": "S:745ebc78e550b9ed54cc59beda9a5705d2dc836b,",
"theme.topbar.profile.color.background-hover": "S:5710cb5aa2440822aa3d5ca18ab18dabaddf1c95,",
"theme.topbar.profile.color.background-active": "S:8083e18e9da1737f1471240b4c23ed554f8c2dfe,"
"theme.topbar.profile.color.background-active": "S:8083e18e9da1737f1471240b4c23ed554f8c2dfe,",
"theme.topbar.profile.color.foreground-inverted": "S:5589aee53c122f9808c3374bbdee185865c306e9,",
"theme.topbar.profile.color.background-inverted": "S:85aa64c0515a5c75b47c54a5fcd6a998b56a9b86,"
},
"selectedTokenSets": {
"base": "enabled",
Expand Down

0 comments on commit 33dd53a

Please sign in to comment.