summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:28:13 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:28:13 +0900
commitf5f2215b47ce4590788dce2af1c8e4e586548e77 (patch)
tree5d1854d8b6400937005d086850c973df5e462fb7 /src/client/theme
parentwip (diff)
downloadsharkey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.gz
sharkey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.bz2
sharkey-f5f2215b47ce4590788dce2af1c8e4e586548e77.zip
wip
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json4
-rw-r--r--src/client/theme/light.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index ffe0ffa3ce..fca316c5bc 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -7,5 +7,7 @@
"bg": "#191B22",
"scrollbarTrack": "#282C37",
"scrollbarHandle": "#454954",
- "scrollbarHandleHover": "#535660"
+ "scrollbarHandleHover": "#535660",
+ "face": "#282c37",
+ "faceHeader": "#313543"
}
diff --git a/src/client/theme/light.json b/src/client/theme/light.json
index f4d061e5ce..b091d87389 100644
--- a/src/client/theme/light.json
+++ b/src/client/theme/light.json
@@ -7,5 +7,7 @@
"bg": "#f7f7f7",
"scrollbarTrack": "#fff",
"scrollbarHandle": "#00000033",
- "scrollbarHandleHover": "#00000066"
+ "scrollbarHandleHover": "#00000066",
+ "face": "#fff",
+ "faceHeader": "#fff"
}