summaryrefslogtreecommitdiff
path: root/src/client/theme/dark.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:47:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:47:11 +0900
commitb6e33e93dea72844e0efb2a66d0f8faada12ac6c (patch)
tree97a4d6b78d56fd01a8de394604e8e3455bb0c177 /src/client/theme/dark.json
parentexample commit (diff)
downloadsharkey-b6e33e93dea72844e0efb2a66d0f8faada12ac6c.tar.gz
sharkey-b6e33e93dea72844e0efb2a66d0f8faada12ac6c.tar.bz2
sharkey-b6e33e93dea72844e0efb2a66d0f8faada12ac6c.zip
wip
Diffstat (limited to 'src/client/theme/dark.json')
-rw-r--r--src/client/theme/dark.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index f94f3d7f9c..5d0272a375 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -11,5 +11,7 @@
"face": "#282c37",
"faceHeader": "#313543",
"mobileSignedInAsBg": "#273c34",
- "mobileSignedInAsFg": "#49ab63"
+ "mobileSignedInAsFg": "#49ab63",
+ "mobileSignoutBg": "#652222",
+ "mobileSignoutFg": "#ff5f56"
}