summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-28 10:50:59 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-28 10:50:59 +0900
commit18be0d36f34138b0a60c39609a649b98367e1356 (patch)
tree66f2213562e198f6d8016daeeb51234e81283b36 /src
parentwip (diff)
downloadmisskey-18be0d36f34138b0a60c39609a649b98367e1356.tar.gz
misskey-18be0d36f34138b0a60c39609a649b98367e1356.tar.bz2
misskey-18be0d36f34138b0a60c39609a649b98367e1356.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/client/theme/dark.json8
-rw-r--r--src/client/theme/light.json2
2 files changed, 7 insertions, 3 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index 498c9ecdd9..8a39648037 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -14,9 +14,11 @@
"primaryForeground": "#fff",
"bg": ":darken<8<$secondary",
"text": "$text",
- "scrollbarTrack": "#282c37",
- "scrollbarHandle": "#454954",
- "scrollbarHandleHover": "#535660",
+
+ "scrollbarTrack": ":darken<5<$secondary",
+ "scrollbarHandle": ":lighten<5<$secondary",
+ "scrollbarHandleHover": ":lighten<10<$secondary",
+
"face": "$secondary",
"faceText": "#fff",
"faceHeader": ":lighten<5<$secondary",
diff --git a/src/client/theme/light.json b/src/client/theme/light.json
index d05ee995f6..f5003ae2ec 100644
--- a/src/client/theme/light.json
+++ b/src/client/theme/light.json
@@ -14,9 +14,11 @@
"primaryForeground": "#fff",
"bg": ":darken<8<$secondary",
"text": "$text",
+
"scrollbarTrack": "#fff",
"scrollbarHandle": "#00000033",
"scrollbarHandleHover": "#00000066",
+
"face": "$secondary",
"faceText": "#444",
"faceHeader": ":lighten<5<$secondary",