From b41b43b0c97428412bdbdba586d234c42348d248 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 Jan 2021 11:36:06 +0000 Subject: [PATCH] library: Adjust some chess piece colours to my liking * 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 --- library/wikimedia.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/wikimedia.toml b/library/wikimedia.toml index dbcb32f8..fbf47aa0 100644 --- a/library/wikimedia.toml +++ b/library/wikimedia.toml @@ -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" -- 2.30.2