summaryrefslogtreecommitdiff
path: root/src/client/theme/light.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-27 22:25:10 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-27 22:25:10 +0900
commitef74653a4bb80215482b25c2028924c5c04717e3 (patch)
tree2d5aea53e560a8404eedd0cef36230b36a1e02ea /src/client/theme/light.json
parentwip (diff)
downloadmisskey-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.json7
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",