#14 stubs for TDesktop
[nikiroo-utils.git] / src / jexer / bits / ColorTheme.java
index 5ed503266f92dd58bbfa815726d13df943a97276..8a67d1834b7921f6129ef89c3dbb406f8eeca103 100644 (file)
@@ -240,12 +240,12 @@ public final class ColorTheme {
         color.setBold(false);
         colors.put("twindow.background.windowmove", color);
 
-        // TApplication background
+        // TDesktop background
         color = new CellAttributes();
         color.setForeColor(Color.BLUE);
         color.setBackColor(Color.WHITE);
         color.setBold(false);
-        colors.put("tapplication.background", color);
+        colors.put("tdesktop.background", color);
 
         // TButton text
         color = new CellAttributes();