Index: uspace/lib/ui/src/entry.c
===================================================================
--- uspace/lib/ui/src/entry.c	(revision 5e109e1dede8ff8cce30393b718b30ae302b32b1)
+++ uspace/lib/ui/src/entry.c	(revision e2ca44feaf2bb3b90a8560ec94c36cd84b4187a1)
@@ -343,5 +343,5 @@
 		c = entry->text[off2];
 		entry->text[off2] = '\0';
-		cfmt.color = res->entry_bg_color;
+		cfmt.color = res->entry_sel_text_fg_color;
 
 		gfx_text_rect(res->font, &cpos, &cfmt, entry->text + off1, &sel);
@@ -351,5 +351,5 @@
 		sel.p1.y += ui_entry_sel_vpad;
 
-		rc = gfx_set_color(res->gc, res->entry_fg_color);
+		rc = gfx_set_color(res->gc, res->entry_sel_text_bg_color);
 		if (rc != EOK)
 			goto error;
