summaryrefslogtreecommitdiff
path: root/src/client/theme/dark.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-26 18:59:37 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-26 18:59:37 +0900
commit2b07b3a873e5693556b56dd310944bf744f7d103 (patch)
tree240bbb077fafe4ac14d574c6e14eff355c3b6af6 /src/client/theme/dark.json
parent8.62.0 (diff)
downloadsharkey-2b07b3a873e5693556b56dd310944bf744f7d103.tar.gz
sharkey-2b07b3a873e5693556b56dd310944bf744f7d103.tar.bz2
sharkey-2b07b3a873e5693556b56dd310944bf744f7d103.zip
wip
Diffstat (limited to 'src/client/theme/dark.json')
-rw-r--r--src/client/theme/dark.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
new file mode 100644
index 0000000000..4ea0a1a649
--- /dev/null
+++ b/src/client/theme/dark.json
@@ -0,0 +1,10 @@
+{
+ "meta": {
+ "name": "Dark"
+ },
+ "primary": "#fb4e4e",
+ "bg": "#191B22",
+ "scrollbarTrack": "#282C37",
+ "scrollbarHandle": "#454954",
+ "scrollbarHandleHover": "#535660"
+}