From: Ian Jackson Date: Sun, 10 Jan 2021 11:36:06 +0000 (+0000) Subject: library: Adjust some chess piece colours to my liking X-Git-Tag: otter-0.3.0~95 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b41b43b0c97428412bdbdba586d234c42348d248;p=otter.git 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 --- 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"