From 03e5588d0bbf788da21851aabd4c1f1ce054825e Mon Sep 17 00:00:00 2001 From: Francis Rupert Date: Thu, 25 May 2023 22:28:34 -0500 Subject: [PATCH] chore: . --- base.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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" + } + } + } + } + } } } }