ttable navigation minimally working
[fanfix.git] / src / jexer / bits / ColorTheme.java
index 86fc9b28d6a03f34a738b5ee7d4658ae859c5a2e..701ea75d17b09ee81018aea373c9fdfd933cbeaa 100644 (file)
@@ -654,12 +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.heading.selected", color);
+        colors.put("ttable.label.selected", color);
         color = new CellAttributes();
         color.setForeColor(Color.WHITE);
         color.setBackColor(Color.BLUE);