From 07601362212444a7acc40715ea7fbb87e536511d Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 20 Apr 2018 12:13:33 +0900
Subject: [PATCH] Darken

---
 src/client/app/desktop/style.styl | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl
index 6c83cad2b..adcfc3153 100644
--- a/src/client/app/desktop/style.styl
+++ b/src/client/app/desktop/style.styl
@@ -47,6 +47,19 @@ html
 	&[data-darkmode]
 		background #191B22
 
+		&, *
+			&::-webkit-scrollbar-track
+				background-color #282C37
+
+			&::-webkit-scrollbar
+				width 6px
+
+			&::-webkit-scrollbar-thumb
+				background-color #454954
+
+				&:hover
+					background-color #535660
+
 body
 	display flex
 	flex-direction column