diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 22:25:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 22:25:10 +0900 |
| commit | ef74653a4bb80215482b25c2028924c5c04717e3 (patch) | |
| tree | 2d5aea53e560a8404eedd0cef36230b36a1e02ea /src/client/theme/light.json | |
| parent | wip (diff) | |
| download | misskey-ef74653a4bb80215482b25c2028924c5c04717e3.tar.gz misskey-ef74653a4bb80215482b25c2028924c5c04717e3.tar.bz2 misskey-ef74653a4bb80215482b25c2028924c5c04717e3.zip | |
wip
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index ca0dad0718..11b001ceb1 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -5,12 +5,14 @@ "author": "syuilo", "vars": { "primary": "#fb4e4e", - "secondary": "#fff" + "secondary": "#fff", + "text": "#666" } }, "primary": "$primary", "primaryForeground": "#fff", "bg": ":darken<8<$secondary", + "text": "$text", "scrollbarTrack": "#fff", "scrollbarHandle": "#00000033", "scrollbarHandleHover": "#00000066", @@ -99,6 +101,9 @@ "desktopTimelineSrc": "#6f7477", "desktopTimelineSrcHover": "#525a5f", "desktopWindowTitle": "#666", + "desktopSettingsNavItem": ":alpha<0.8<$text", + "desktopSettingsNavItemHover": ":darken<10<$text", + "mobileSignedInAsBg": "#fcfff5", "mobileSignedInAsFg": "#2c662d", "mobileSignoutBg": "#fff6f5", |