# pupamik0 theme for pekwm 0.1.11 (previously "puppy Pekwm theme")
# currentmod:`f00-extil'1003**
# hacked from vista theme by 01micko with ttuuxxx icewm theme for puppy... 01micko@gmail.com
# original theme data follows..
# License: GPL
# Author: adriano.src
# Email: adriano.src@gmail.com
# Homepage: http://adrinux.wordpress.com

# $font = "Liberation Sans  Bold-10Left#XFT"
$font = "XFT#verdana:size=10"
$font_title = "XFT#verdana:size=10:weight=bold#1#Left"
$font_cmd = "XFT#monospace:size=13"

Require {
    Templates = "True"
}

Define = "BaseDecor" {
    HeightAdapt = "1"
    Pad = "2 5 5 5"
    Focused = "Image title.png"
    Unfocused = "Image title.png"
    Tab {
	Focused = "Image title.png"
	FocusedSelected = "Image title.png"
	Unfocused = "Image title.png"
	UnfocusedSelected = "Image title.png"
    }
    Separator {
	Focused = "Image tab-separator.png"
	Unfocused = "Image tab-separator.png"
    }
    Font {
	Focused = "$font_title"
    }
    FontColor {
	Focused = "#919191"
	FocusedSelected = "#ffffff"
	Unfocused = "#919191"
	UnfocusedSelected = "#919191"
    }
    Border {
	Focused {
	    TopLeft = "Image title-l.png"
	    Top = "Image border-top.png"
	    TopRight = "Image title-r.png"
	    Left =  "Image border-left.png"
	    Right = "Image border-right.png"
	    BottomLeft = "Image border-btml.png"
	    Bottom = "Image border-btm.png"
	    BottomRight = "Image border-btmr.png"
	}
	Unfocused {
	    TopLeft = "Image title-l.png"
	    Top = "Image border-top.png"
	    TopRight = "Image title-r.png"
	    Left =  "Image border-left.png"
	    Right = "Image border-right.png"
	    BottomLeft = "Image border-btml.png"
	    Bottom = "Image border-btm.png"
	    BottomRight = "Image border-btmr.png"
	}
    }
}
Define = "BaseButtons" {
    Buttons {
        Right = "Close" {
            Focused = "Image close-foc.png"
            Unfocused = "Image close-unf.png"
            Hoover = "Image close-hov.png"
            Pressed = "Image close-prs.png"
            Button = "1" { Actions = "Close" }
            Button = "3" { Actions = "Kill" }
        }
        Right = "Max" {
            Focused = "Image max-foc.png"
            Unfocused = "Image max-unf.png"
            Hoover = "Image max-hov.png"
            Pressed = "Image max-prs.png"
            Button = "1" { Actions = "Toggle Maximized 1 1" }
            Button = "2" { Actions = "Toggle Maximized 0 1" }
            Button = "3" { Actions = "Toggle Maximized 1 0" }
        }
        Right = "Min" {
            Focused = "Image min-foc.png"
            Unfocused = "Image min-unf.png"
            Hoover = "Image min-hov.png"
            Pressed = "Image min-prs.png"
            Button = "1" { Actions = "Set Iconified" }
            Button = "3" { Actions = "Toggle Shaded" }
        }
    }
}
Define = "EmptyDecor" {
    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"
    }
    Border {
        Focused {
	    TopLeft = "Empty"
	    Top = "Empty"
	    TopRight = "Empty"
	    Left = "Empty"
	    Right = "Empty"
	    BottomLeft = "Empty"
	    Bottom = "Empty"
	    BottomRight = "Empty"
	}
	Unfocused {
	    TopLeft = "Empty"
	    Top = "Empty"
	    TopRight = "Empty"
	    Left =  "Empty"
	    Right = "Empty"
	    BottomLeft = "Empty"
	    Bottom = "Empty"
	    BottomRight = "Empty"
	}
    }
}

PDecor {
    Decor = "Default" {
        Title {
            @BaseDecor
            @BaseButtons
        }
    }
    Decor = "cmddialog" {
        Title {
            @BaseDecor
        }
    }
    Decor = "menu" {
        Title {
            @BaseDecor
        }
    }
    Decor = "statuswindow" {
        Title {
            @EmptyDecor
        }
    }
    Decor = "workspaceindicator" {
	Title {
            @BaseDecor
        }
    }
    Decor = "empty" {
	Title {
            @EmptyDecor
        }
    }
}

Harbour {
    Texture = "Solid #0b0b0c"
}
Menu {
    Pad = "2 2 2 2"
    Focused {
	Font = "$font"
	Background = "Solid #0b0b0c"
	Item = "Empty"
	Text = "#bbbbbb"
	Separator = "Image menuline.png#Scaled"
	Arrow = "Image arrow.png"
    }
    Unfocused {
	Font = "$font"
	Background = "Solid #0b0b0c"
	Item = "Empty"
	Text = "#919191"
	Separator = "Image menuline.png#Scaled"
	Arrow = "Image arrow-unf.png"
    }
    Selected {
	Font = "$font_title"
	Background = "Solid #09b9ff"
	Item = "Image item-foc.png#Scaled"
	Text = "#ffffff"
	Arrow = "Image arrow-foc.png"
    }
}
CmdDialog {
    Font = "$font_cmd"
    Texture = "Solid #001266"
    Text = "#ffea80"
    Pad = "5 5 5 10"
}
Status {
    Font = "$font"
    Texture = "Solid #0b0b0c"
    Text = "#ffbf80"
    Pad = "4 4 5 5"
}
WorkspaceIndicator {
    Font = "$font_title"
    Background = "Solid #0b0b0c"
    Workspace = "solid #174c3a"
    WorkspaceActive = "solid #3ecc9c"
    Text = "#99ffdd"
    EdgePadding = "5"
    WorkspacePadding = "3"
}
