diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 11:18:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 11:18:56 +0900 |
| commit | fccfe19e13db9b7e22829193d3ebd2bb3cad3453 (patch) | |
| tree | ad29d9edb01fa6fdd045bf9576d92f2c21cd3bad /src/client/theme/dark.json | |
| parent | wip (diff) | |
| download | sharkey-fccfe19e13db9b7e22829193d3ebd2bb3cad3453.tar.gz sharkey-fccfe19e13db9b7e22829193d3ebd2bb3cad3453.tar.bz2 sharkey-fccfe19e13db9b7e22829193d3ebd2bb3cad3453.zip | |
wip
Diffstat (limited to 'src/client/theme/dark.json')
| -rw-r--r-- | src/client/theme/dark.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 8a39648037..896ac7a920 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -86,6 +86,8 @@ "calendarSaturdayOrSunday": "#ff6679", "calendarDay": "#c5ced6", + "chartCaption": ":alpha<0.6<$text", + "announcementsBg": "#253a50", "announcementsTitle": "#539eff", "announcementsText": "#fff", @@ -125,6 +127,13 @@ "desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItemHover": ":lighten<10<$text", + "mobileUserPageName": "#fff", + "mobileUserPageAcct": "$text", + "mobileUserPageDescription": "$text", + "mobileUserPageFollowedBg": "rgba(0, 0, 0, 0.3)", + "mobileUserPageFollowedFg": "$text", + "mobileUserPageStatusHighlight": "#fff", + "mobileUserPageHeaderShadow": "rgba(0, 0, 0, 0.3)", "mobileAnnouncement": "rgba(30, 129, 216, 0.2)", "mobileAnnouncementFg": "#fff", "mobileSignedInAsBg": "#273c34", |