diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 11:23:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 11:23:30 +0900 |
| commit | 436773837b5f121168a7d23ce3e3b817ededc12a (patch) | |
| tree | 373daf66a9467b4d5a8a9cec605e1722769c7555 /src/client/theme | |
| parent | wip (diff) | |
| download | misskey-436773837b5f121168a7d23ce3e3b817ededc12a.tar.gz misskey-436773837b5f121168a7d23ce3e3b817ededc12a.tar.bz2 misskey-436773837b5f121168a7d23ce3e3b817ededc12a.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 2 | ||||
| -rw-r--r-- | src/client/theme/light.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 896ac7a920..f5294f27cd 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -12,6 +12,7 @@ "primary": "$primary", "primaryForeground": "#fff", + "secondary": "$secondary", "bg": ":darken<8<$secondary", "text": "$text", @@ -127,6 +128,7 @@ "desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItemHover": ":lighten<10<$text", + "mobileNavBackdrop": "rgba(0, 0, 0, 0.7)", "mobileUserPageName": "#fff", "mobileUserPageAcct": "$text", "mobileUserPageDescription": "$text", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index fe018b5476..4776b2f3b3 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -12,6 +12,7 @@ "primary": "$primary", "primaryForeground": "#fff", + "secondary": "$secondary", "bg": ":darken<8<$secondary", "text": "$text", @@ -127,6 +128,7 @@ "desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItemHover": ":darken<10<$text", + "mobileNavBackdrop": "rgba(0, 0, 0, 0.2)", "mobileUserPageName": "#757c82", "mobileUserPageAcct": "#969ea5", "mobileUserPageDescription": "#757c82", |