diff --git a/base.json b/base.json index c170b52..e911b85 100644 --- a/base.json +++ b/base.json @@ -4488,6 +4488,23 @@ } } } + }, + "icon": { + "color": { + "foreground": { + "value": "{theme.sidebar.color.foreground}", + "type": "color", + "$extensions": { + "studio.tokens": { + "modify": { + "type": "darken", + "value": ".23", + "space": "hsl" + } + } + } + } + } } } }