1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 23:34:14 +01:00

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
This commit is contained in:
David Maciejak
2023-03-04 14:23:13 +08:00
committed by Carlos R. Mafra
parent a383074c99
commit 80e8dd43f7

View File

@@ -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",