diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl
index 6c83cad2b18929e3301fd967cbc6aec845cffacf..adcfc3153435fc8ec31d6ccdfa775d667e6ccbba 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