From 80e8dd43f7685240a9e484de27489313a8299222 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Sat, 4 Mar 2023 14:23:13 +0800 Subject: [PATCH] Convert tile.xpm X11 color name to hex On window maker built without libxpm, a simple build-in xpm support is used. That component does not support X11 color name thus when trying to load that image we are getting a file corrupted error. Colors manually converted using ref at https://www.ehdp.com/methods/x11-colors/x11-colors-rgb-values-05.htm --- WindowMaker/Pixmaps/tile.xpm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WindowMaker/Pixmaps/tile.xpm b/WindowMaker/Pixmaps/tile.xpm index 47d65bd3..2fa943b6 100644 --- a/WindowMaker/Pixmaps/tile.xpm +++ b/WindowMaker/Pixmaps/tile.xpm @@ -6,9 +6,9 @@ static char *magick[] = { ". c #ededee", "X c #e7e7e7", "o c #e2e2e2", -"O c gray87", -"+ c gray85", -"@ c gray76", +"O c #dedede", +"+ c #d9d9d9", +"@ c #c2c2c2", "# c #010101", "$ c #4d505a", "% c #e0e0e6",