chiark / gitweb /
library: Adjust some chess piece colours to my liking
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 11:36:06 +0000 (11:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 23:49:38 +0000 (23:49 +0000)
* Make the pale edges of the black pieces less glowy, by using a grey
* Make the light blue a bit darker and thus better distinguished from white
* Make the purpe redder than therefore (IMO) more purpley

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
library/wikimedia.toml

index dbcb32f8852c434223f5ea098f3b907fd18e1d65..fbf47aa0e4f59fd0fd8e228b995c57c4cd973c7b 100644 (file)
@@ -38,11 +38,11 @@ abbrev = "w"
 
 [group.chess.colours.black]
 abbrev = "b"
-map = { "000000" = "ffffff", "ffffff" = "000000" }
+map = { "000000" = "cccccc", "ffffff" = "000000" }
 
 [group.chess.colours."light blue"]
 abbrev = "blue"
-map = {"ffffff" = "05e2ff"}
+map = {"ffffff" = "04cbe5"}
 
 [group.chess.colours."red"]
 abbrev = "red"
@@ -54,7 +54,7 @@ map = {"ffffff" = "ffc505"}
 
 [group.chess.colours."purple"]
 abbrev = "purple"
-map = {"ffffff" = "9305ff"}
+map = {"ffffff" = "c105ff"}
 
 [group.chess-26]
 inherit = "chess"