table row/column insert
[fanfix.git] / src / jexer / bits / ColorTheme.java
index 23bfe906340669a34b71c502d115ec50a5ca3cdb..ace1ebdde0e31b2d68493020228f9bf32f0c0a22 100644 (file)
@@ -647,7 +647,7 @@ public class ColorTheme {
         colors.put("ttable.active", color);
         color = new CellAttributes();
         color.setForeColor(Color.YELLOW);
-        color.setBackColor(Color.BLUE);
+        color.setBackColor(Color.CYAN);
         color.setBold(true);
         colors.put("ttable.selected", color);
         color = new CellAttributes();