diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-02-05 20:17:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 11:17:48 +0000 |
| commit | cfb61289a99a2f6c4e0d8214a11046a93db1180d (patch) | |
| tree | 4ad31d0960e4425d1d0209fc8987b2fd1b6587b0 /packages/frontend-shared/themes/_light.json5 | |
| parent | refactor(frontend): verbatimModuleSyntaxを有効化 (#15323) (diff) | |
| download | sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.tar.gz sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.tar.bz2 sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.zip | |
refactor(frontend): remove X theme properties (#15376)
* refactor(frontend): remove X theme properties
* Update MkAutocomplete.vue
* Update WidgetCalendar.vue
Diffstat (limited to 'packages/frontend-shared/themes/_light.json5')
| -rw-r--r-- | packages/frontend-shared/themes/_light.json5 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/frontend-shared/themes/_light.json5 b/packages/frontend-shared/themes/_light.json5 index be331ce58f..22893bf4b3 100644 --- a/packages/frontend-shared/themes/_light.json5 +++ b/packages/frontend-shared/themes/_light.json5 @@ -79,14 +79,6 @@ codeBoolean: '#62b70c', deckBg: ':darken<3<@bg', htmlThemeColor: '@bg', - X3: 'rgba(0, 0, 0, 0.05)', - X4: 'rgba(0, 0, 0, 0.1)', - X5: 'rgba(0, 0, 0, 0.05)', - X6: 'rgba(0, 0, 0, 0.25)', - X7: 'rgba(0, 0, 0, 0.05)', - X11: 'rgba(0, 0, 0, 0.1)', - X12: 'rgba(0, 0, 0, 0.1)', - X13: 'rgba(0, 0, 0, 0.15)', }, codeHighlighter: { |