Index: uspace/lib/congfx/src/console.c
===================================================================
--- uspace/lib/congfx/src/console.c	(revision 7dbf1f638b9208de583dc8a8bb3a419e0c25b6f4)
+++ uspace/lib/congfx/src/console.c	(revision 3dd99ddef89b59736cd0c94577ddd2de048ac2fe)
@@ -91,5 +91,5 @@
 	uint8_t attr;
 
-	if ((clr >> 24) == 0) {
+	if ((clr >> 24) == 0xff) {
 		/* RGB (no text) */
 		ch->ch = 0;
