/*
 This is a pekwm-dev-20050227 theme. Last modified by shared 2005-03-12.

 - Opus3 Alpha
 - Original by Ross 'b0se' Harvey: http://b0se.deviantart.com | http://www.Opusworks.org
 - Pekwm-cvs Port by hewbert: http://www.hewbert.com
 - Re-Ported to Pekwm-dev by SystemX: <pyavitz@gmail.com>
 - Edited to apply to dev theme standards. By shared <themes@adresh.com> (2005-03-12)
   - Theme directory name now contains the pekwm-dev version the theme is initially meant for.
   - Text indenting in theme config unified, was a mess.
   - Added menu separators.
   - Fixed decor sections to contain all required theme structure.
   - Removed the unused colour variables.
   - Added top/topleft/topright pixmaps for decor TITLEBARLESS. Don't
     understand what it was for before, titlebarless windows would have
     looked the exact same even without a titlebarless decor section.
     Not much sense in a titlebarless decor that does nothing to improve
     the looks of a titlebarless windows over what the default decor
     allready does, now is there?
   - Added BORDERLESS decor section to improve titlebar look when no
     topleft/topright borders are available.
   - Added images title-right-fo, title-right-un, title-left-fo, title-left-un,
     and used them as the titlebar ends in the BORDERLESS decor section.
   - Fixed titlebar text colours to actually show wich client is active
     in a group. Were all the same colour in the past, an useability killer
     like no other.
*/

PDecor {
Decor = "DEFAULT" {
	Title {
		Height = "22"
		Pad = "3 0 0 3"
		Focused = "Image title-fo.png"
		Unfocused = "Image title-un.png"
		Tab {
			Focused = "Image title-fo.png"
			FocusedSelected = "Image title-fo.png"
			Unfocused = "Image title-un.png"
			UnfocusedSelected = "Image title-un.png"
		}
		Separator {
			Focused = "Image sep-foc.png"
			Unfocused = "Image sep-un.png"
		}
		Font {
			Focused="Lucida:size=10#CENTER#1 #XFT" 
			Unfocused="Lucida:size=10#CENTER#1 #XFT"
		}
		FontColor {
			Focused = "#dddddd #000000"
			FocusedSelected = "#ffffff #000000"
			Unfocused = "#cccccc #cccccc"
			UnfocusedSelected = "#e7e7e7 #e7e7e7"
		}
		Buttons {
			Right {
				Focused = "Image btn-close-fo.png"
				Unfocused = "Image btn-close-un.png"
				Pressed = "Image btn-close-pr.png"
				Button = "1" { Actions = "Close" }
			}
			Right {
				Focused = "Image btn-max-fo.png"
				Unfocused = "Image btn-max-un.png"
				Pressed = "Image btn-max-pr.png"
				Button = "1" { Actions = "Toggle Maximized True True" }
			}
			Right {
				Focused = "Image btn-min-fo.png"
				Unfocused = "Image btn-min-un.png"
				Pressed = "Image btn-min-pr.png"
				Button = "1" { Actions = "Set Iconified" }
			}
			Right {
				Focused = "Image title-decor-fo.png"
				Unfocused = "Image title-decor-un.png"
				Pressed = "Image title-decor-fo.png"
				Button = "1" { Actions = "empty" }
			}
		}
		Border {
			Focused {
				TopLeft = "Image tl-sq-fo.png"
				Top = "Image top-fo.png"
				TopRight = "Image tr-sq-fo.png"
				Left = "Image left-fo.png"
				Right = "Image right-fo.png"
				BottomLeft = "Image bl-fo.png"
				BottomRight = "Image br-fo.png"
				Bottom = "Image bottom-fo.png"
			}
			Unfocused {
				TopLeft = "Image tl-sq-un.png"
				Top = "Image top-un.png"
				TopRight = "Image tr-sq-un.png"
				Left = "Image left-un.png"
				Right = "Image right-un.png"
				BottomLeft = "Image bl-un.png"
				BottomRight = "Image br-un.png"
				Bottom = "Image bottom-un.png"
			}
		}
	}
}

##### Menus ####

Decor ="Menu" {
	Title {
		Height="22"
		Pad="3 0 0 3"
		Focused = "Image title-fo.png"
		Unfocused = "Image title-un.png"
		Tab {
			Focused = "EMPTY"
			FocusedSelected = "EMPTY"
			Unfocused = "EMPTY"
			UnfocusedSelected = "EMPTY"
		}
		Separator {
			Focused = "Empty"
			Unfocused = "Empty"
		}
		Font {
			Focused = "Lucida:size=10#Center#1 1#XFT"
		}
		FontColor {
			Focused = "#ffffff"
			FocusedSelected = "#ffffff"
			Unfocused = "#ffffff"
			UnfocusedSelected = "#ffffff"
		}
		Buttons {}
		Border {
			Focused {
				TopLeft = "Image tl-sq-fo.png"
				Top = "Image top-fo.png"
				TopRight = "Image tr-sq-fo.png"
				Left = "Image left-fo.png"
				Right = "Image right-fo.png"
				BottomLeft = "Image bl-fo.png"
				BottomRight = "Image br-fo.png"
				Bottom = "Image bottom-fo.png"
			}
			Unfocused {
				TopLeft = "Image tl-sq-un.png"
				Top = "Image top-un.png"
				TopRight = "Image tr-sq-un.png"
				Left = "Image left-un.png"
				Right = "Image right-un.png"
				BottomLeft = "Image bl-un.png"
				BottomRight = "Image br-un.png"
				Bottom = "Image bottom-un.png"
			}
		}
	}
}

Decor = "TITLEBARLESS" {
	Title {
		Height = "0"
		Pad = "0 0 0 0"
		Focused = "EMPTY"
		Unfocused = "EMPTY"
		Tab {
			Focused = "EMPTY"
			FocusedSelected = "EMPTY"
			Unfocused = "EMPTY"
			UnfocusedSelected = "EMPTY"
		}
		Separator {
			Focused = "EMPTY"
			Unfocused = "EMPTY"
		}
		Font {
			Focused = "EMPTY"
		}
		FontColor {
			Focused = "EMPTY"
			FocusedSelected = "EMPTY"
			Unfocused = "EMPTY"
			UnfocusedSelected = "EMPTY"
		}
		Buttons {}
		Border {
			Focused {
				TopLeft = "Image tl-tb-fo.png"
				Top = "Image top-tb-fo.png"
				TopRight = "Image tr-tb-fo.png"
				Left = "Image left-fo.png"
				Right = "Image right-fo.png"
				BottomLeft = "Image bl-fo.png"
				BottomRight = "Image br-fo.png"
				Bottom = "Image bottom-fo.png"
			}
			Unfocused {
				TopLeft = "Image tl-tb-un.png"
				Top = "Image top-tb-un.png"
				TopRight = "Image tr-tb-un.png"
				Left = "Image left-un.png"
				Right = "Image right-un.png"
				BottomLeft = "Image bl-un.png"
				BottomRight = "Image br-un.png"
				Bottom = "Image bottom-un.png"
			}
		}
	}
}

Decor = "BORDERLESS" {
	Title {
		Height = "22"
		Pad = "3 0 0 3"
		Focused = "Image title-fo.png"
		Unfocused = "Image title-un.png"
		Tab {
			Focused = "Image title-fo.png"
			FocusedSelected = "Image title-fo.png"
			Unfocused = "Image title-un.png"
			UnfocusedSelected = "Image title-un.png"
		}
		Separator {
			Focused = "Image sep-foc.png"
			Unfocused = "Image sep-un.png"
		}
		Font {
			Focused="Lucida:size=10#CENTER#1 #XFT" 
			Unfocused="Lucida:size=10#CENTER#1 #XFT"
		}
		FontColor {
			Focused = "#dddddd #000000"
			FocusedSelected = "#ffffff #000000"
			Unfocused = "#cccccc #cccccc"
			UnfocusedSelected = "#e7e7e7 #e7e7e7"
		}
		Buttons {
			Right {
				Focused = "Image title-right-fo.png"
				Unfocused = "Image title-right-un.png"
				Pressed = "Image title-right-fo.png"
				Button = "1" { Actions = "Raise" }
			}
			Right {
				Focused = "Image btn-close-fo.png"
				Unfocused = "Image btn-close-un.png"
				Pressed = "Image btn-close-pr.png"
				Button = "1" { Actions = "Close" }
			}
			Right {
				Focused = "Image btn-max-fo.png"
				Unfocused = "Image btn-max-un.png"
				Pressed = "Image btn-max-pr.png"
				Button = "1" { Actions = "Toggle Maximized True True" }
			}
			Right {
				Focused = "Image btn-min-fo.png"
				Unfocused = "Image btn-min-un.png"
				Pressed = "Image btn-min-pr.png"
				Button = "1" { Actions = "Set Iconified" }
			}
			Right {
				Focused = "Image title-decor-fo.png"
				Unfocused = "Image title-decor-un.png"
				Pressed = "Image title-decor-fo.png"
				Button = "1" { Actions = "empty" }
			}
			Left {
				Focused = "Image title-left-fo.png"
				Unfocused = "Image title-left-un.png"
				Pressed = "Image title-left-fo.png"
				Button = "1" { Actions = "Raise" }
			}
		}
		Border {
			Focused {
				TopLeft = "EMPTY"
				Top = "EMPTY"
				TopRight = "EMPTY"
				Left = "EMPTY"
				Right = "EMPTY"
				BottomLeft = "EMPTY"
				BottomRight = "EMPTY"
				Bottom = "EMPTY"
			}
			Unfocused {
				TopLeft = "EMPTY"
				Top = "EMPTY"
				TopRight = "EMPTY"
				Left = "EMPTY"
				Right = "EMPTY"
				BottomLeft = "EMPTY"
				BottomRight = "EMPTY"
				Bottom = "EMPTY"
			}
		}
	}
}

Decor = "STATUSWINDOW" {
	Title {
		Height = "0"
		Pad = "0 0 0 0"
		Focused = "EMPTY"
		Unfocused = "EMPTY"
		Tab {
			Focused = "EMPTY"
			FocusedSelected = "EMPTY"
			Unfocused = "EMPTY"
			UnfocusedSelected = "EMPTY"
		}
		Separator {
			Focused = "EMPTY"
			Unfocused = "EMPTY"
		}
		Font {
			Focused = "EMPTY"
		}
		FontColor {
			Focused = "EMPTY"
			FocusedSelected = "EMPTY"
			Unfocused = "EMPTY"
			UnfocusedSelected = "EMPTY"
		}
		Buttons {}
		Border {  
			Focused {
				TopLeft = "Image tl-sq-fo.png"
				Top = "Image top-fo.png"
				TopRight = "Image tr-sq-fo.png"
				Left = "Image left-fo.png"
				Right = "Image right-fo.png"
				BottomLeft = "Image bl-fo.png"
				BottomRight = "Image br-fo.png"
				Bottom = "Image bottom-fo.png"
			}
			Unfocused {
				TopLeft = "Image tl-sq-un.png"
				Top = "Image top-un.png"
				TopRight = "Image tr-sq-un.png"
				Left = "Image left-un.png"
				Right = "Image right-un.png"
				BottomLeft = "Image bl-un.png"
				BottomRight = "Image br-un.png"
				Bottom = "Image bottom-un.png"
			}
		}
	}
}
  
} # END PDecor

Harbour {
	Texture = "SolidRaised #aaaaaa #eeeeee #666666 1 0"
}

Menu {
	Focused {
		Font = "Lucida:size=10#LEFT#0 0#XFT"
		Background = "Solid #000000"
		Item = "Solid #eeeeee"
		Arrow = "Solid #000000 4x4"
		Text = "#2c2c2c"
		Separator = "Solid #555555 1x1"
	}
	Unfocused {
		Font = "Lucida:size=10#LEFT#0 0#XFT"
		Background = "Solid #000000"
		Item = "Solid #e2e2e2"
		Arrow = "Solid #000000 4x4"
		Text = "#2c2c2c"
		Separator = "Solid #ffffff 1x1"
	}
	Selected {
		Font = "Lucida:size=10#LEFT#0 0#XFT"
		Background = "Solid #000000"
		Item = "SolidRaised #8da2c6 #000000 #000000 1 0"
		Arrow = "Solid #FFFFFF 4x4"
		Text = "#FFFFFF"
	}
	Pad = "4 4 4 4"
}

CmdDialog {
	Font = "Lucida:size=10#CENTER#0 0#XFT"
	Texture = "Image title-fo.png"
	Text = "#ffffff"
	Pad = "3 0 0 3"
}

Status {
	Font = "Lucida:size=10#CENTER#0 0#XFT"
	Texture = "Image title-fo.png"
	Text = "#ffffff"
	Pad = "3 0 0 3"
}

Root {
//	Command = "Esetroot -s ~/.pekwm/themes/OpusOS/GNANT.png"
}
