Add orange board theme
[vchess.git] / client / src / styles / _board_squares_img.sass
index c1adf6f..e082f9e 100644 (file)
@@ -76,22 +76,26 @@ img.circle-square
   background-color: #f0d9b5
 .dark-square.lichess
   background-color: #b58863
+.middle-square.lichess
+  background-color: #D3B18C
 
 .light-square.chesscom
   background-color: #e5e5ca
 .dark-square.chesscom
   background-color: #6f8f57
+.middle-square.chesscom
+  background-color: #AABA91
 
 .light-square.chesstempo
   background-color: #dfdfdf
 .dark-square.chesstempo
   background-color: #7287b6
-
-.middle-square.lichess
-  background-color: #D3B18C
-
-.middle-square.chesscom
-  background-color: #AABA91
-
 .middle-square.chesstempo
   background-color: #A9B3CB
+
+.light-square.orangecc
+  background-color: #fce4b2
+.dark-square.orangecc
+  background-color: #d08b18
+.middle-square.orangecc
+  background-color: #E6B865