Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[fanfix.git] / src / jexer / bits / ColorTheme.java
index ace1ebdde0e31b2d68493020228f9bf32f0c0a22..ffba4d472cc67c36ebda4114e503ba1db545c719 100644 (file)
@@ -666,6 +666,13 @@ public class ColorTheme {
         color.setBold(false);
         colors.put("ttable.border", color);
 
+        // TSplitPane
+        color = new CellAttributes();
+        color.setForeColor(Color.WHITE);
+        color.setBackColor(Color.BLUE);
+        color.setBold(false);
+        colors.put("tsplitpane", color);
+
     }
 
     /**