diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-24 18:24:28 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-24 18:24:28 +0900 |
| commit | 1d8bfe4f1c1381e94d73bbd7dea42b6573b935a0 (patch) | |
| tree | 65785f259f6b70c3af0849f56ff9d803ebd37786 /packages/frontend-shared/themes/_light.json5 | |
| parent | :art: (diff) | |
| download | misskey-1d8bfe4f1c1381e94d73bbd7dea42b6573b935a0.tar.gz misskey-1d8bfe4f1c1381e94d73bbd7dea42b6573b935a0.tar.bz2 misskey-1d8bfe4f1c1381e94d73bbd7dea42b6573b935a0.zip | |
:art:
Diffstat (limited to 'packages/frontend-shared/themes/_light.json5')
| -rw-r--r-- | packages/frontend-shared/themes/_light.json5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/frontend-shared/themes/_light.json5 b/packages/frontend-shared/themes/_light.json5 index ca6c059e16..96b2ddd06c 100644 --- a/packages/frontend-shared/themes/_light.json5 +++ b/packages/frontend-shared/themes/_light.json5 @@ -53,11 +53,13 @@ infoFg: '#72818a', infoWarnBg: '#fff0db', infoWarnFg: '#8f6e31', - switchBg: 'rgba(0, 0, 0, 0.15)', - buttonBg: 'rgba(0, 0, 0, 0.05)', - buttonHoverBg: 'rgba(0, 0, 0, 0.1)', + folderHeaderBg: 'rgba(0, 0, 0, 0.05)', + folderHeaderHoverBg: 'rgba(0, 0, 0, 0.1)', + buttonBg: ':darken<5<@panel', + buttonHoverBg: ':darken<10<@panel', buttonGradateA: '@accent', buttonGradateB: ':hue<20<@accent', + switchBg: 'rgba(0, 0, 0, 0.15)', switchOffBg: 'rgba(0, 0, 0, 0.1)', switchOffFg: '@panel', switchOnBg: '@accent', |