From aed03e79c30485b6b4d5cdd2c0a6d0c0290e5c65 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Wed, 6 Aug 2025 14:03:27 +0200 Subject: [PATCH] fix: changed transparency color for the texture --- ressources/box.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ressources/box.xpm b/ressources/box.xpm index f40c100..7e72b84 100644 --- a/ressources/box.xpm +++ b/ressources/box.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * box_xpm[] = { "64 64 15 1", -" c None", +" c #FF00DC", ". c #914500", "+ c #B2A600", "@ c #B9B400",