hello world
[fanfix.git] / src / jexer / bits / ColorTheme.java
index 68ec69f22305991182f34a03f7f512e7a592a4a1..701ea75d17b09ee81018aea373c9fdfd933cbeaa 100644 (file)
@@ -654,7 +654,12 @@ public class ColorTheme {
         color.setForeColor(Color.BLACK);
         color.setBackColor(Color.WHITE);
         color.setBold(false);
-        colors.put("ttable.heading", color);
+        colors.put("ttable.label", color);
+        color = new CellAttributes();
+        color.setForeColor(Color.BLUE);
+        color.setBackColor(Color.WHITE);
+        color.setBold(false);
+        colors.put("ttable.label.selected", color);
         color = new CellAttributes();
         color.setForeColor(Color.WHITE);
         color.setBackColor(Color.BLUE);