Readd Squared_for_grml style to fluxbox.
authorUlrich Dangel <mru@grml.org>
Thu, 8 Dec 2011 02:12:52 +0000 (03:12 +0100)
committerUlrich Dangel <mru@grml.org>
Thu, 8 Dec 2011 02:20:29 +0000 (03:20 +0100)
14 files changed:
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/close.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/close_pressed.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/hilite_select.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/hilite_unselect.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/max.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/max_pressed.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/min.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/min_pressed.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/select.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/stick.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/stuck.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/toolbar_focused.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/unselect.xpm [new file with mode: 0644]
etc/skel/.fluxbox/styles/Squared_for_Grml/theme.cfg [new file with mode: 0644]

diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/close.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/close.xpm
new file mode 100644 (file)
index 0000000..ad1b970
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * close_xpm[] = {
+"16 15 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #313131",
+"................",
+"................",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"................",
+"................"};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/close_pressed.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/close_pressed.xpm
new file mode 100644 (file)
index 0000000..7343a2d
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * close_pressed_xpm[] = {
+"16 15 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #545556",
+"................",
+"................",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"+++++++++++++++.",
+"................",
+"................"};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/hilite_select.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/hilite_select.xpm
new file mode 100644 (file)
index 0000000..adf38be
--- /dev/null
@@ -0,0 +1,18 @@
+/* XPM */
+static char * hilite_select_xpm[] = {
+"13 13 2 1",
+"      c None",
+".     c #E3E5EB",
+"             ",
+"             ",
+"             ",
+"    .....    ",
+"    .   .    ",
+"    . . .    ",
+"    .   .    ",
+"    .....    ",
+"             ",
+"             ",
+"             ",
+"             ",
+"             "};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/hilite_unselect.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/hilite_unselect.xpm
new file mode 100644 (file)
index 0000000..fb3b20d
--- /dev/null
@@ -0,0 +1,18 @@
+/* XPM */
+static char * hilite_unselect_xpm[] = {
+"13 13 2 1",
+"      c None",
+".     c #E3E5EB",
+"             ",
+"             ",
+"             ",
+"    .....    ",
+"    .   .    ",
+"    .   .    ",
+"    .   .    ",
+"    .....    ",
+"             ",
+"             ",
+"             ",
+"             ",
+"             "};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/max.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/max.xpm
new file mode 100644 (file)
index 0000000..a991bf0
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * max_xpm[] = {
+"13 15 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #6D6D6D",
+".............",
+".............",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+".............",
+"............."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/max_pressed.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/max_pressed.xpm
new file mode 100644 (file)
index 0000000..75cdd31
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * max_pressed_xpm[] = {
+"13 15 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #848586",
+".............",
+".............",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+".............",
+"............."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/min.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/min.xpm
new file mode 100644 (file)
index 0000000..70fd984
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * min_xpm[] = {
+"13 15 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #919191",
+".............",
+".............",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+".............",
+"............."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/min_pressed.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/min_pressed.xpm
new file mode 100644 (file)
index 0000000..f6a2e6e
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * min_pressed_xpm[] = {
+"13 15 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #A1A1A3",
+".............",
+".............",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+".............",
+"............."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/select.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/select.xpm
new file mode 100644 (file)
index 0000000..eee6562
--- /dev/null
@@ -0,0 +1,21 @@
+/* XPM */
+static char * select_xpm[] = {
+"13 16 2 1",
+"      c None",
+".     c #484848",
+"             ",
+"             ",
+"             ",
+"             ",
+"    .....    ",
+"    .   .    ",
+"    . . .    ",
+"    .   .    ",
+"    .....    ",
+"             ",
+"             ",
+"             ",
+"             ",
+"             ",
+"             ",
+"             "};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/stick.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/stick.xpm
new file mode 100644 (file)
index 0000000..ffcd47b
--- /dev/null
@@ -0,0 +1,81 @@
+/* XPM */
+static char * stick_xpm[] = {
+"16 15 63 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #C3C4C9",
+"@     c #7E7F82",
+"#     c #9A9B9F",
+"$     c #ABADB1",
+"%     c #CBCDD2",
+"&     c #E2E4EA",
+"*     c #5A5B5C",
+"=     c #2E2E2E",
+"-     c #6C6D6F",
+";     c #919295",
+">     c #747578",
+",     c #353536",
+"'     c #68696B",
+")     c #6D6D6F",
+"!     c #4A4A4B",
+"~     c #CACCD1",
+"{     c #D9DBE1",
+"]     c #77777A",
+"^     c #C3C5CA",
+"/     c #626364",
+"(     c #DEDFE5",
+"_     c #C9CBD0",
+":     c #D3D5DA",
+"<     c #A1A2A6",
+"[     c #DDDFE5",
+"}     c #575758",
+"|     c #B6B7BC",
+"1     c #B3B4B9",
+"2     c #BABCC0",
+"3     c #CFD0D6",
+"4     c #D2D4D9",
+"5     c #3A3A3B",
+"6     c #3B3B3C",
+"7     c #DEE0E6",
+"8     c #A3A5A9",
+"9     c #D8DADF",
+"0     c #DADCE2",
+"a     c #343434",
+"b     c #3C3C3C",
+"c     c #939497",
+"d     c #DFE1E7",
+"e     c #BEC0C5",
+"f     c #999B9E",
+"g     c #3E3E3F",
+"h     c #898A8D",
+"i     c #DBDDE3",
+"j     c #797A7D",
+"k     c #E1E3E9",
+"l     c #666769",
+"m     c #B9BABF",
+"n     c #7C7D80",
+"o     c #88898C",
+"p     c #808183",
+"q     c #E0E2E8",
+"r     c #D0D2D7",
+"s     c #58595A",
+"t     c #666668",
+"u     c #D7D9DF",
+"v     c #525354",
+"w     c #7F8083",
+"x     c #C8CACF",
+"................",
+"................",
+"......+@#$%&....",
+".....*=-;>,'....",
+"....)!~...{,]...",
+"...^/(.._:.<-[..",
+"...}|..123&45...",
+"...6(.78..90a...",
+"...b..[c.7def...",
+"...g7.dhi.djk...",
+"...lm..4nopq....",
+"...rs...qq......",
+"....t4..........",
+"....uv9.........",
+"......wxd......."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/stuck.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/stuck.xpm
new file mode 100644 (file)
index 0000000..bdcf29e
--- /dev/null
@@ -0,0 +1,82 @@
+/* XPM */
+static char * stuck_xpm[] = {
+"16 15 64 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #D7BCC2",
+"@     c #C0666D",
+"#     c #C98990",
+"$     c #CF9EA5",
+"%     c #DAC7CD",
+"&     c #E2E4EA",
+"*     c #B33840",
+"=     c #A40008",
+"-     c #B94F56",
+";     c #C67D84",
+">     c #BC5961",
+",     c #A60911",
+"'     c #B84A51",
+")     c #B94F57",
+"!     c #AD232B",
+"~     c #DAC6CC",
+"{     c #DFD9DF",
+"]     c #BD5C63",
+"^     c #D8BDC3",
+"/     c #B64249",
+"(     c #E1DEE4",
+"_     c #DAC4CA",
+":     c #DDD1D7",
+"<     c #CC9299",
+"[     c #E1DDE3",
+"}     c #B2343B",
+"|     c #D3ACB2",
+"1     c #D2A8AF",
+"2     c #D4B1B8",
+"3     c #DCCBD2",
+"4     c #DDD0D6",
+"5     c #A81018",
+"6     c #A81118",
+"7     c #E1DFE5",
+"8     c #CD959B",
+"9     c #DFD7DD",
+"0     c #E0DAE0",
+"a     c #A60810",
+"b     c #A81119",
+"c     c #C78087",
+"d     c #E1E0E6",
+"e     c #D6B7BD",
+"f     c #C9888F",
+"g     c #A9141C",
+"h     c #C3737A",
+"i     c #E0DCE2",
+"j     c #BE6067",
+"k     c #E2E3E9",
+"l     c #B7474F",
+"m     c #D4B0B6",
+"n     c #BF636A",
+"o     c #C37279",
+"p     c #C0686F",
+"q     c #E2E2E8",
+"r     c #DCCDD3",
+"s     c #B2353D",
+"t     c #E2E1E7",
+"u     c #B7464E",
+"v     c #DFD6DC",
+"w     c #B02E36",
+"x     c #C0676E",
+"y     c #D9C3CA",
+"................",
+"................",
+"......+@#$%&....",
+".....*=-;>,'....",
+"....)!~...{,]...",
+"...^/(.._:.<-[..",
+"...}|..123&45...",
+"...6(.78..90a...",
+"...b..[c.7def...",
+"...g7.dhi.djk...",
+"...lm..4nopq....",
+"...rs...tq......",
+"....u4..........",
+"....vw9.........",
+"......xyd......."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/toolbar_focused.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/toolbar_focused.xpm
new file mode 100644 (file)
index 0000000..9dc1f4e
--- /dev/null
@@ -0,0 +1,24 @@
+/* XPM */
+static char * toolbar_focused_xpm[] = {
+"10 18 3 1",
+"      c None",
+".     c #E3E5EB",
+"+     c #6D6D6D",
+"..........",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+"++++++++++",
+".........."};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/unselect.xpm b/etc/skel/.fluxbox/styles/Squared_for_Grml/pixmaps/unselect.xpm
new file mode 100644 (file)
index 0000000..3469ba2
--- /dev/null
@@ -0,0 +1,18 @@
+/* XPM */
+static char * unselect_xpm[] = {
+"13 13 2 1",
+"      c None",
+".     c #484848",
+"             ",
+"             ",
+"             ",
+"    .....    ",
+"    .   .    ",
+"    .   .    ",
+"    .   .    ",
+"    .....    ",
+"             ",
+"             ",
+"             ",
+"             ",
+"             "};
diff --git a/etc/skel/.fluxbox/styles/Squared_for_Grml/theme.cfg b/etc/skel/.fluxbox/styles/Squared_for_Grml/theme.cfg
new file mode 100644 (file)
index 0000000..a36b29e
--- /dev/null
@@ -0,0 +1,243 @@
+!----------------------------------------------------------------------------------------------
+! This work is licensed under the Creative Commons 
+! Attribution-ShareAlike License. 
+! To view a copy of this license, visit 
+! http://creativecommons.org/licenses/by-sa/3.0/
+!----------------------------------------------------------------------------------------------
+! Style Name:                                          Squared for Debian
+! Style version                                                1
+! Style Author:                                        endel (endel@tlen.pl)
+! Style Date:                                          18.03.2011
+!----------------------------------------------------------------------------------------------
+
+*font:                                                 sans-8
+#*.font.effect:                                        shadow
+#*.font.shadow.color:                                  #535353
+#*.font.shadow.x:                                      1
+#*.font.shadow.y:                                      1
+
+!----------------------------------------------------------------------------------------------
+
+# Edit by Paul:
+background:             fullscreen
+background.pixmap:      /usr/share/images/fluxbox/debian-squared.jpg
+# Use the theme that Endel designed for this theme. Hope you don't mind :)
+# I hereby release this unoriginal change to Endel.
+
+
+toolbar.bevelWidth:                                    0
+toolbar.borderWidth:                                   1
+toolbar.borderColor:                                   #484848
+
+toolbar.height:                                                18 
+toolbar.justify:                                       center
+toolbar:                                               flat    
+toolbar.pixmap:                                                        
+toolbar.color:                                         #E3E5EB
+toolbar.colorTo:                                       
+
+toolbar.shaped:                                        false
+toolbar.clock:                                         flat
+toolbar.clock.pixmap:                                          
+toolbar.clock.justify:                                 center
+toolbar.clock.color:                                   #E3E5EB
+toolbar.clock.colorTo:                                 
+toolbar.clock.textColor:                               #484848
+toolbar.workspace:                                     flat                                    
+toolbar.workspace.pixmap:                              
+toolbar.workspace.justify:                             center
+toolbar.workspace.color:                               #E3E5EB         
+toolbar.workspace.colorTo:                                                     
+toolbar.workspace.textColor:                           #484848
+toolbar.button:                                                flat                             
+
+toolbar.button.pixmap:                                 
+toolbar.button.color:                                  #E3E5EB                 
+toolbar.button.colorTo:                                        
+toolbar.button.picColor:                               #484848
+toolbar.button.pressed:                                        flat                    
+toolbar.button.pressed.pixmap:                         
+toolbar.button.pressed.color:                          #E3E5EB         
+toolbar.button.pressed.colorTo:                                        
+toolbar.button.pressed.picColor:                                       
+toolbar.iconbar.empty:                                 flat
+toolbar.iconbar.empty.pixmap:                          
+toolbar.iconbar.empty.color:                           #E3E5EB
+toolbar.iconbar.empty.colorTo:                         
+toolbar.iconbar.borderWidth:                                   0
+toolbar.iconbar.borderColor:                           #9A9A9A
+
+toolbar.iconbar.focused.borderWidth:                   
+toolbar.iconbar.focused.borderColor:                   
+toolbar.iconbar.focused:                               flat
+toolbar.iconbar.focused.pixmap:                        toolbar_focused.xpm
+toolbar.iconbar.focused.color:                         
+toolbar.iconbar.focused.colorTo:                       
+toolbar.iconbar.focused.textColor:                     #e3e5eb
+toolbar.iconbar.focused.justify:                       center
+toolbar.iconbar.unfocused.borderWidth:                 
+toolbar.iconbar.unfocused.borderColor:                 
+toolbar.iconbar.unfocused:                             flat    
+toolbar.iconbar.unfocused.pixmap:                      
+toolbar.iconbar.unfocused.color:                       #E3E5EB
+toolbar.iconbar.unfocused.colorTo:                     
+toolbar.iconbar.unfocused.textColor:                   #484848
+toolbar.iconbar.unfocused.justify:                     center
+
+!----------------------------------------------------------------------------------------------
+
+menu.bevelWidth:                                       0
+menu.itemHeight:                                       14
+menu.titleHeight:                                      14
+
+menu.roundCorners:                                             
+menu.borderColor:                                      #484848
+menu.borderWidth:                                      1
+
+menu.bullet.position:                                  right
+menu.bullet:                                            triangle         
+
+
+menu.submenu.pixmap:                                                   
+menu.hilite.submenu.pixmap:                            
+
+menu.selected.pixmap:                                  select.xpm
+menu.hilite.selected.pixmap:                     hilite_select.xpm     
+
+menu.unselected.pixmap:                                        unselect.xpm
+menu.hilite.unselected.pixmap:                         hilite_unselect.xpm
+
+menu.title:                                            flat                                                    
+menu.title.pixmap:                                     
+menu.title.justify:                                    center
+menu.title.color:                                      #E3E5EB                                 
+menu.title.colorTo:                                                                    
+menu.title.textColor:                                  #484848
+
+menu.frame:    flat                                            
+menu.frame.pixmap:                                             
+menu.frame.justify:                                    left
+menu.frame.color:                                      #E3E5EB
+menu.frame.colorTo:                                    
+menu.frame.textColor:                                  #484848
+menu.frame.disableColor:                               #726d69 
+menu.hilite:                                           flat
+menu.hilite.pixmap:                                    
+menu.hilite.color:                                     #717171
+menu.hilite.colorTo:                                   
+menu.hilite.textColor:                                 #e3e5eb
+
+!----------------------------------------------------------------------------------------------
+window.bevelWidth:                                     1
+window.shade:                                                  
+window.borderWidth:                                    1
+window.borderColor:                                    #484848
+window.roundCorners:                                   
+window.justify:                                                center
+
+window.title.height:                                   18
+
+window.title.focus:                                    flat                            
+window.title.focus.pixmap:                                     
+window.title.focus.color:                              #E3E5EB
+window.title.focus.colorTo:                                    
+window.title.unfocus:                                  flat                    
+window.title.unfocus.pixmap:                   
+window.title.unfocus.color:                            #E3E5EB                         
+window.title.unfocus.colorTo:                                          
+
+window.label.focus:                                    flat
+window.label.focus.pixmap:                             
+window.label.focus.color:                              #E3E5EB
+window.label.focus.colorTo:                                                    
+window.label.focus.textColor:                          #484848 
+window.label.unfocus:                                  flat
+window.label.unfocus.pixmap:                                   
+window.label.unfocus.color:                            #E3E5EB         
+window.label.unfocus.colorTo:                                          
+window.label.unfocus.textColor:                                #9c9c9c
+
+window.button.focus:                                   ParentRelative
+window.button.focus.color:                             
+window.button.focus.colorTo:                           
+window.button.focus.picColor:                          #9c9c9c
+window.button.unfocus:                                 ParentRelative                          
+window.button.unfocus.Color:                                           
+window.button.unfocus.ColorTo:                                         
+window.button.unfocus.picColor:                                #9c9c9c
+window.button.pressed:                                 Flat                    
+window.button.pressed.color:                           #4C4C4C
+window.button.pressed.colorTo:                         #545454                 
+window.button.pressed.picColor:                                #000000
+
+window.shade.pixmap:                                   
+window.shade.unfocus.pixmap:                   
+window.shade.pressed.pixmap:                   
+
+window.unshade.pixmap:                                 
+window.unshade.unfocus.pixmap:                 
+window.unshade.pressed.pixmap:                 
+
+window.menuicon.pixmap:                                        
+window.menuicon.unfocus.pixmap:                        
+window.menuicon.pressed.pixmap:                        
+
+window.close.pixmap:                                   close.xpm
+window.close.unfocus.pixmap:                   close.xpm       
+window.close.pressed.pixmap:                   close_pressed.xpm       
+
+window.iconify.pixmap:                                 min.xpm
+window.iconify.unfocus.pixmap:                 min.xpm 
+window.iconify.pressed.pixmap:                 min_pressed.xpm 
+
+window.maximize.pixmap:                                        max.xpm
+window.maximize.unfocus.pixmap:                        max.xpm 
+window.maximize.pressed.pixmap:                        max_pressed.xpm 
+
+window.stick.pixmap:                                   stick.xpm
+window.stick.unfocus.pixmap:                   stick.xpm       
+window.stick.pressed.pixmap:                   stuck.xpm
+
+window.stuck.pixmap:                                   stuck.xpm
+window.stuck.unfocus.pixmap:                   stuck.xpm
+window.stuck.pressed.pixmap:                   stuck.xpm
+
+window.handle.focus:                                   flat                            
+window.handle.focus.pixmap:                            
+window.handle.focus.color:                             #000000                 
+window.handle.focus.colorTo:                                           
+window.handle.unfocus:                                 flat                            
+window.handle.unfocus.pixmap:                  
+window.handle.unfocus.color:                           #000000         
+window.handle.unfocus.colorTo:                                 
+window.handleWidth:                                    2
+
+window.grip.focus:                                     flat                            
+window.grip.focus.pixmap:                                      
+window.grip.focus.color:                               #000000                                         
+window.grip.focus.colorTo:                                                             
+window.grip.unfocus:                                   flat                            
+window.grip.unfocus.pixmap:                                            
+window.grip.unfocus.color:                             #000000                         
+window.grip.unfocus.colorTo:                                                           
+
+!----------------------------------------------------------------------------------------------
+
+slit: flat
+slit.pixmap:  
+slit.color:  #3A3A3A
+slit.colorTo: #000000  
+slit.borderWidth: 1
+slit.bevelWidth: 1
+slit.borderColor: #484848
+
+!----------------------------------------------------------------------------------------------