stubs for drawing borders
[fanfix.git] / src / jexer / bits / ColorTheme.java
index 701ea75d17b09ee81018aea373c9fdfd933cbeaa..23bfe906340669a34b71c502d115ec50a5ca3cdb 100644 (file)
@@ -663,7 +663,7 @@ public class ColorTheme {
         color = new CellAttributes();
         color.setForeColor(Color.WHITE);
         color.setBackColor(Color.BLUE);
-        color.setBold(true);
+        color.setBold(false);
         colors.put("ttable.border", color);
 
     }