Source code

Revision control

Copy as Markdown

Other Tools

{
"icon": {
"fill": {
"@base": {
"value": {
"nativeTheme": "currentColor",
"light": "{color.violet-desaturated.50}",
"dark": "{color.violet-desaturated.10}",
"forcedColors": "{button.text.color.@base}"
}
},
"attention": {
"@base": {
"value": {
"nativeTheme": "AccentColor",
"default": "{color.accent.primary.@base}"
}
}
}
}
},
"opacity": {
"disabled": {
"value": "0.4"
}
},
"background": {
"color": {
"hover": {
"value": {
"nativeTheme": "{button.background.color.ghost.hover}",
"light": "rgba(117, 102, 159, 0.25)",
"dark": "rgba(182, 170, 217, 0.25)",
"forcedColors": "{button.background.color.ghost.hover}"
}
},
"active": {
"value": {
"nativeTheme": "{button.background.color.ghost.active}",
"light": "rgba(117, 102, 159, 0.4)",
"dark": "rgba(182, 170, 217, 0.4)",
"forcedColors": "{button.background.color.ghost.active}"
}
}
}
},
"outline": {
"color": {
"@base": {
"value": {
"default": "transparent",
"forcedColors": "{button.border.color.@base}"
}
},
"selected": {
"value": "{toolbarbutton.outline.color.active}"
}
},
"offset": {
"value": "-1px"
}
}
}