Based on a jimmac by Jakub Steiner
(Remaining elements from this theme: taskbar, menu)

This is a clone of the KDE Plastik theme. 
It uses a 17 pixel high title bar.
You can check out the prefs/ folder for example preferences that I am using.

To install the theme copy the gertplastik/ folder into your ~/.icewm/themes/
folder.


Gert Brinkmann
g111@netcologne.de


update: 2005/12/25
* inserted missing mouse-over window-menu image.
* slightly changed taskbar colors.
* taskbar fonts changed from 

  ActiveButtonFontNameXft 	 = "Sans:size=9"
  NormalButtonFontNameXft 	 = "Sans:size=9"
  ActiveTaskBarFontNameXft       = "Sans:size=9:style=Bold"
  NormalTaskBarFontNameXft       = "Adobe Helvetica:size=9"

  ActiveWorkspaceFontNameXft     = "Sans:size=10"
  NormalWorkspaceFontNameXft     = "Sans:size=10"
  
  to
  
  ActiveButtonFontNameXft	= "Sans:size=9"
  NormalButtonFontNameXft	= "Sans:size=9"
  ActiveTaskBarFontNameXft	= "Sans:size=9"
  NormalTaskBarFontNameXft	= "Sans:size=9"

  ActiveWorkspaceFontNameXft	= "Sans:size=9"
  NormalWorkspaceFontNameXft	= "Sans:size=9"

  to save some space. If you want to keep the old fonts, 
  put the old lines into your ~/.icewm/prefoverride

* window title font changed from

  TitleFontNameXft		= "Sans:size=9:style=Bold"

  to
  
  TitleFontNameXft		= "Sans:size=9"

  to save some space. If you want to keep the old font, 
  put the old line into your ~/.icewm/prefoverride

