// +------------------------------------------------------------------+
// | Theme Name:		Murrine-Green                                 |
// | Porter:			hewbert <josh@hewbert.com>                    |
// | Last Modified:		13OCT2007                                     |
// | Pekwm Version:		0.1.6 and comptatible                         |
// +------------------------------------------------------------------+

// Fonts:
$FONT			= "Liberation Sans-10:bold#CENTER#XFT"
# "snap#CENTER"		// Titlebar Font
$MTFONT			= "Liberation Sans-9:italic#CENTER#XFT"
# "nu#LEFT"			// Menu's Font


PDecor {

Decor = "DEFAULT" {
	Title {
		Height = "20"
		Pad = "2 8 4 4"
		Focused = "Image title-focus.png#Tiled"
		Unfocused = "Image title-unfocus.png#Tiled"

		Tab {
			Focused = "Image title-focus.png"
			FocusedSelected = "Image title-focus.png"
			Unfocused = "Image title-unfocus.png"
			UnfocusedSelected = "Image title-unfocus.png"
		}
		Separator {
			Focused = "Solid #757f66 1x18"
			Unfocused = "Solid #a6a89b 1x20"
		}
		Font {
			Focused = "$FONT#1 1#CENTER"
		}
		FontColor {
			Focused = "#888888 #f0fbdf"
			FocusedSelected = "#636363 #f0fbdf"
			Unfocused = "#bdc595 #f9fbf4"
			UnfocusedSelected = "#929875 #f9fbf4"
		}

		Buttons {
			Right {
				Focused = "Image btn-close-focus.png"
				Unfocused = "Image btn-close-unfocus.png"
				Pressed = "Image btn-close-press.png"
				Button = "1" { Actions = "Close" }
				Button = "3" { Actions = "Kill" }
			}

# Uncomment the following if you want a maximize button.
			Right {
				Focused = "Image btn-max-focus.png"
				Unfocused = "Image btn-max-unfocus.png"
				Pressed = "Image btn-max-press.png"
				Button = "1" { Actions = "Toggle Maximized 1 1" }
			}

#			Left {
			Right {
				Focused = "Image btn-min-focus.png"
				Unfocused = "Image btn-min-unfocus.png"
				Pressed = "Image btn-min-press.png"
				Button = "1" { Actions = "Set Iconified" }
			}
		}

		Border {
			Focused {
				TopLeft = "Image tl-focus.png"
				Top = "Image top.png"
				TopRight = "Image tr-focus.png"
				Left = "Image left-focus.png"
				Right = "Image right-focus.png"
				BottomLeft = "Image bl-focus.png"
				Bottom = "Image bottom-focus.png"
				BottomRight = "Image br-focus.png"
			}
			Unfocused {
				TopLeft = "Image tl-unfocus.png"
				Top = "Image top-unfocus.png"
				TopRight = "Image tr-unfocus.png"
				Left = "Image left-unfocus.png"
				Right = "Image right-unfocus.png"
				BottomLeft = "Image bl-unfocus.png"
				Bottom = "Image bottom-unfocus.png"
				BottomRight = "Image br-unfocus.png"
			}
		}
	}
} # Decor->DEFAULT

Decor = "BORDERLESS" {
	Title {
		Height = "20"
		Pad = "0 8 4 4"

		Focused = "Image title-focus.png#Tiled"
		Unfocused = "Image title-unfocus.png#Tiled"

		Tab {
			Focused = "Image title-focus.png"
			FocusedSelected = "Image title-focus.png"
			Unfocused = "Image title-unfocus.png"
			UnfocusedSelected = "Image title-unfocus.png"
		}
		Separator {
			Focused = "Solid #757f66 1x18"
			Unfocused = "Solid #a6a89b 1x20"
		}
		Font {
			Focused = "$FONT#1 1#CENTER"
		}
		FontColor {
			Focused = "#888888 #f0fbdf"
			FocusedSelected = "#636363 #f0fbdf"
			Unfocused = "#bdc595 #f9fbf4"
			UnfocusedSelected = "#929875 #f9fbf4"
		}

		Buttons {
			Right {
				Focused = "Image tr-focus.png"
				Unfocused = "Image tr-unfocus.png"
				Pressed = "Image tr-focus.png"
			}
			Right {
				Focused = "Image btn-close-focus.png"
				Unfocused = "Image btn-close-unfocus.png"
				Pressed = "Image btn-close-press.png"
				Button = "1" { Actions = "Close" }
				Button = "3" { Actions = "Kill" }
			}

# Uncomment the following if you want a maximize button.
			Right {
				Focused = "Image btn-max-focus.png"
				Unfocused = "Image btn-max-unfocus.png"
				Pressed = "Image btn-max-press.png"
				Button = "1" { Actions = "Toggle Maximized 1 1" }
			}

			Left {
				Focused = "Image tl-focus.png"
				Unfocused = "Image tl-unfocus.png"
				Pressed = "Image tl-press.png"
			}

#			Left {
			Right {
				Focused = "Image btn-min-focus.png"
				Unfocused = "Image btn-min-unfocus.png"
				Pressed = "Image btn-min-press.png"
				Button = "1" { Actions = "Set Iconified" }
			}
		}

		Border {
		}
	}
} # Decor->BORDERLESS

Decor = "MENU" {
	Title {
		Height = "2"
		Pad = "2 1 0 0"

		Focused = "Image title-focus.png#Tiled"
		Unfocused = "Image title-unfocus.png#Tiled"

		Tab {
			Focused = "Image title-focus.png"
			FocusedSelected = "Image title-focus.png"
			Unfocused = "Image title-unfocus.png"
			UnfocusedSelected = "Image title-unfocus.png"
		}
		Separator {
			Focused = "EMPTY"
			Unfocused = "EMPTY"
		}
		Font {
			Focused = "$MTFONT#1 1#CENTER"
		}
		FontColor {
			Focused = "#888888 #f0fbdf"
			FocusedSelected = "#636363 #f0fbdf"
			Unfocused = "#bdc595 #f9fbf4"
			UnfocusedSelected = "#929875 #f9fbf4"
		}
		Buttons {
		}
		Border {
			Focused {
				TopLeft = "Image tl-focus.png"
				Top = "Image top.png"
				TopRight = "Image tr-focus.png"
				Left = "Image left-focus.png"
				Right = "Image right-focus.png"
				BottomLeft = "Image bl-focus.png"
				Bottom = "Image bottom-focus.png"
				BottomRight = "Image br-focus.png"
			}
			Unfocused {
				TopLeft = "Image tl-unfocus.png"
				Top = "Image top-unfocus.png"
				TopRight = "Image tr-unfocus.png"
				Left = "Image left-unfocus.png"
				Right = "Image right-unfocus.png"
				BottomLeft = "Image bl-unfocus.png"
				Bottom = "Image bottom-unfocus.png"
				BottomRight = "Image br-unfocus.png"
			}
		}
	}
} # Decor->MENU

Decor = "STATUSWINDOW" {
	Title {
		Height = "20"
		Pad = "1 6 5 5"
		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 = "Solid #888888 1x1"
				Top = "Solid #888888 1x1"
				TopRight = "Solid #888888 1x1"
				Left = "Solid #888888 1x1"
				Right = "Solid #888888 1x1"
				BottomLeft = "Solid #888888 1x1"
				Bottom = "Solid #888888 1x1"
				BottomRight = "Solid #888888 1x1"
			}
			Unfocused {
				TopLeft = "Solid #666666 1x1"
				Top = "Solid #666666 1x1"
				TopRight = "Solid #666666 1x1"
				Left = "Solid #666666 1x1"
				Right = "Solid #666666 1x1"
				BottomLeft = "Solid #666666 1x1"
				Bottom = "Solid #666666 1x1"
				BottomRight = "Solid #666666 1x1"
			}
		}
		
	}

} # Decor->STATUSWINDOW{}

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 = "Solid #757f66 1x18"
			Unfocused = "Solid #a6a89b 1x20"
		}
		Font {
			Focused = "EMPTY"
		}
		FontColor {
			Focused = "EMPTY"
			FocusedSelected = "EMPTY"
			Unfocused = "EMPTY"
			UnfocusedSelected = "EMPTY"
		}
		Buttons {
		}
		Border {
			Focused {
				TopLeft = "Image tbl-tl-focus.png"
				Top = "Image tbl-top-focus.png"
				TopRight = "Image tbl-tr-focus.png"
				Left = "Image left-focus.png"
				Right = "Image right-focus.png"
				BottomLeft = "Image bl-focus.png"
				Bottom = "Image bottom-focus.png"
				BottomRight = "Image br-focus.png"
			}
			Unfocused {
				TopLeft = "Image tbl-tl-unfocus.png"
				Top = "Image tbl-top-unfocus.png"
				TopRight = "Image tbl-tr-unfocus.png"
				Left = "Image left-unfocus.png"
				Right = "Image right-unfocus.png"
				BottomLeft = "Image bl-unfocus.png"
				Bottom = "Image bottom-unfocus.png"
				BottomRight = "Image br-unfocus.png"
			}
		}
		
	}

} # Decor->TITLEBARLESS{}

Decor = "CMDDIALOG" {
	Title {
		Height = "20"
		Pad = "2 6 4 4"

		Focused = "Image title-focus.png#Tiled"
		Unfocused = "Image title-unfocus.png#Tiled"

		Tab {
			Focused = "Image title-focus.png"
			FocusedSelected = "Image title-focus.png"
			Unfocused = "Image title-unfocus.png"
			UnfocusedSelected = "Image title-unfocus.png"
		}
		Separator {
			Focused = "EMPTY"
			Unfocused = "EMPTY"
		}
		Font {
			Focused = "$FONT#1 1#CENTER"
		}
		FontColor {
			Focused = "#888888 #f0fbdf"
			FocusedSelected = "#636363 #f0fbdf"
			Unfocused = "#bdc595 #f9fbf4"
			UnfocusedSelected = "#929875 #f9fbf4"
		}
		Buttons {
			Right {
				Focused = "Image btn-close-focus.png"
				Unfocused = "Image btn-close-unfocus.png"
				Pressed = "Image btn-close-press.png"
				Button = "1" { Actions = "Close" }
				Button = "3" { Actions = "Kill" }
			}
		}
		Border {
			Focused {
				TopLeft = "Image tl-focus.png"
				Top = "Image top.png"
				TopRight = "Image tr-focus.png"
				Left = "Image left-focus.png"
				Right = "Image right-focus.png"
				BottomLeft = "Image bl-focus.png"
				Bottom = "Image bottom-focus.png"
				BottomRight = "Image br-focus.png"
			}
			Unfocused {
				TopLeft = "Image tl-unfocus.png"
				Top = "Image top-unfocus.png"
				TopRight = "Image tr-unfocus.png"
				Left = "Image left-unfocus.png"
				Right = "Image right-unfocus.png"
				BottomLeft = "Image bl-unfocus.png"
				Bottom = "Image bottom-unfocus.png"
				BottomRight = "Image br-unfocus.png"
			}
		}
	}
} # Decor->CMDDIALOG{}

} # PDecor

Harbour {
	Texture = "SolidRaised #000000 #000000 #000000 0 0"
}

Menu {
	Focused {
		Font = "$MTFONT"
		Background = "Solid #edf0dd"
		Item = "EMPTY"
		Text = "#2c2c2c"
		Separator = "Solid #4e5544 0x1"
		Arrow = "Solid #4e5544 4x4"
	}
	Unfocused {
		Font = "$MTFONT"
		Background = "Solid #edf0dd"
		Item = "EMPTY"
		Text = "#2c2c2c"
		Separator = "Solid #4e5544 0x1"
		Arrow = "Solid #4e5544 4x4"
	}
	Selected {
		Font = "$MTFONT"
		Background = "Solid #ceddb8"
		Item = "EMPTY"
		Text = "#4e5544"
		Arrow = "Solid #ffffff 4x4"
	}
	Pad = "2 4 4 4"
}

CmdDialog {
	Font = "$FONT"
	Texture = "Solid #edf0dd"
	Text = "#2c2c2c"
	Pad = "2 6 4 4"
}

Status {
	Font = "$FONT"
	Texture = "Solid #ceddb8"
	Text = "#4e5544"
	Pad = "2 6 4 4"
}

Root {
	Command = "false"
}
