From 18be0d36f34138b0a60c39609a649b98367e1356 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 28 Sep 2018 10:50:59 +0900 Subject: [PATCH] wip --- src/client/theme/dark.json | 8 +++++--- src/client/theme/light.json | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 498c9ecdd..8a3964803 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 d05ee995f..f5003ae2e 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",