Index: applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbListCellRenderer.java
===================================================================
--- applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbListCellRenderer.java	(revision 16559)
+++ applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbListCellRenderer.java	(revision 16561)
@@ -53,6 +53,8 @@
 
         if(isSelected) {
+            label.setForeground(UIManager.getColor("List.selectionForeground"));
             label.setBackground(UIManager.getColor("List.selectionBackground"));
         } else {
+            label.setForeground(UIManager.getColor("List.foreground"));
             label.setBackground(index % 2 == 0 ? background : altBackground);
         }
