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

Commit

Permalink
feat(theme): leftbar row's states' dark theme opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed May 26, 2023
1 parent e42bcb1 commit ed46084
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4471,6 +4471,53 @@
}
}
}
},
"row": {
"color": {
"background-hover": {
"value": "{theme.color.base}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".18",
"space": "hsl"
}
}
}
},
"background-active": {
"value": "{theme.color.base}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".24",
"space": "hsl"
}
}
}
}
}
},
"selected-row": {
"color": {
"background": {
"value": "{theme.color.base}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".2",
"space": "hsl"
}
}
}
}
}
}
}
}
Expand Down

0 comments on commit ed46084

Please sign in to comment.