diff --git a/data/pekwm/themes/EdeClassic/arrow-focus.png b/data/pekwm/themes/EdeClassic/arrow-focus.png new file mode 100755 index 0000000..9da8f04 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/arrow-focus.png differ diff --git a/data/pekwm/themes/EdeClassic/arrow-sel.png b/data/pekwm/themes/EdeClassic/arrow-sel.png new file mode 100755 index 0000000..f89f173 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/arrow-sel.png differ diff --git a/data/pekwm/themes/EdeClassic/border.png b/data/pekwm/themes/EdeClassic/border.png new file mode 100644 index 0000000..ec4d134 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/border.png differ diff --git a/data/pekwm/themes/EdeClassic/bottom-menu.png b/data/pekwm/themes/EdeClassic/bottom-menu.png new file mode 100755 index 0000000..830d7e9 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/bottom-menu.png differ diff --git a/data/pekwm/themes/EdeClassic/close-press.png b/data/pekwm/themes/EdeClassic/close-press.png new file mode 100644 index 0000000..cd56dbd Binary files /dev/null and b/data/pekwm/themes/EdeClassic/close-press.png differ diff --git a/data/pekwm/themes/EdeClassic/close-unfocus.png b/data/pekwm/themes/EdeClassic/close-unfocus.png new file mode 100755 index 0000000..699603e Binary files /dev/null and b/data/pekwm/themes/EdeClassic/close-unfocus.png differ diff --git a/data/pekwm/themes/EdeClassic/close.png b/data/pekwm/themes/EdeClassic/close.png new file mode 100644 index 0000000..1281381 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/close.png differ diff --git a/data/pekwm/themes/EdeClassic/max-press.png b/data/pekwm/themes/EdeClassic/max-press.png new file mode 100644 index 0000000..37800de Binary files /dev/null and b/data/pekwm/themes/EdeClassic/max-press.png differ diff --git a/data/pekwm/themes/EdeClassic/max-unfocus.png b/data/pekwm/themes/EdeClassic/max-unfocus.png new file mode 100644 index 0000000..ec9a024 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/max-unfocus.png differ diff --git a/data/pekwm/themes/EdeClassic/max.png b/data/pekwm/themes/EdeClassic/max.png new file mode 100644 index 0000000..3b55685 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/max.png differ diff --git a/data/pekwm/themes/EdeClassic/menuline.png b/data/pekwm/themes/EdeClassic/menuline.png new file mode 100755 index 0000000..25fe851 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/menuline.png differ diff --git a/data/pekwm/themes/EdeClassic/min-press.png b/data/pekwm/themes/EdeClassic/min-press.png new file mode 100644 index 0000000..b0fd5b3 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/min-press.png differ diff --git a/data/pekwm/themes/EdeClassic/min-unfocus.png b/data/pekwm/themes/EdeClassic/min-unfocus.png new file mode 100755 index 0000000..b7d22c8 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/min-unfocus.png differ diff --git a/data/pekwm/themes/EdeClassic/min.png b/data/pekwm/themes/EdeClassic/min.png new file mode 100644 index 0000000..4ed719e Binary files /dev/null and b/data/pekwm/themes/EdeClassic/min.png differ diff --git a/data/pekwm/themes/EdeClassic/theme b/data/pekwm/themes/EdeClassic/theme new file mode 100755 index 0000000..c49f264 --- /dev/null +++ b/data/pekwm/themes/EdeClassic/theme @@ -0,0 +1,185 @@ +# +# Based on 'classic2' EDE 1.x theme +# + +$font = "Sans-9Left#XFT" + +PDecor { + Decor = "Default" { + Title { + Height = "25" + Pad = "6 10 10 8" + + Focused = "Image title.png" + Unfocused = "Image title-unfocus.png" + + Tab { + Focused = "Image title.png" + FocusedSelected = "Image title.png" + Unfocused = "Image title-unfocus.png" + UnfocusedSelected = "Image title-unfocus.png" + } + + Separator { + Focused = "Empty" + Unfocused = "Empty" + } + + Font { + Focused = "$font" + } + + FontColor { + Focused = "#ffffff" + FocusedSelected = "#ffffff" + Unfocused = "#4b6983" + UnfocusedSelected = "#4b6983" + } + + Buttons { + Right { + Focused = "Image close.png" + Unfocused = "Image close-unfocus.png" + Pressed = "Image close-press.png" + Button = "1" { Actions = "Close" } + Button = "3" { Actions = "Kill" } + } + + Right { + Focused = "Image max.png" + Unfocused = "Image max-unfocus.png" + Pressed = "Image max-press.png" + Button = "1" { Actions = "Toggle Maximized 1 1" } + } + + Right { + Focused = "Image min.png" + Unfocused = "Image min-unfocus.png" + Pressed = "Image min-press.png" + Button = "1" { Actions = "Set Iconified" } + } + } + + Border { + Focused { + TopLeft = "Image border.png" + Top = "Image border.png" + TopRight = "Image border.png" + Left = "Image border.png" + Right = "Image border.png" + BottomLeft = "Image border.png" + Bottom = "Image border.png" + BottomRight = "Image border.png" + } + Unfocused { + TopLeft = "Image border.png" + Top = "Image border.png" + TopRight = "Image border.png" + Left = "Image border.png" + Right = "Image border.png" + BottomLeft = "Image border.png" + Bottom = "Image border.png" + BottomRight = "Image border.png" + } + } + } + } + + Decor = "Titlebarless" { + Title { + 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" + } + } + } + } +} + +Harbour { + Texture = "Solid #7f9ebc" +} + +Menu { + Pad = "2 4 7 7" + + Focused { + Font = "$font" + Background = "Solid #ffffff" + Item = "Empty" + Text = "#000000" + Separator = "Image menuline.png" + Arrow = "Image arrow-focus.png" + } + + Unfocused { + Font = "$font" + Background = "Solid #ffffff" + Item = "Empty" + Text = "#000000" + Separator = "Image menuline.png" + Arrow = "Image arrow-focus.png" + } + + Selected { + Font = "$font" + Background = "Solid #7f9ebc" + Item = "Empty" + Text = "#ffffff" + Arrow = "Image arrow-sel.png" + } +} + +CmdDialog { + Font = "$font" + Texture = "Solid #ffffff" + Text = "#000000" + Pad = "3 0 1 10" +} + +Status { + Font = "$font" + Texture = "Solid #ffffff" + Text = "#000000" + Pad = "2 2 10 10" +} diff --git a/data/pekwm/themes/EdeClassic/title-unfocus.png b/data/pekwm/themes/EdeClassic/title-unfocus.png new file mode 100644 index 0000000..53d2311 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/title-unfocus.png differ diff --git a/data/pekwm/themes/EdeClassic/title.png b/data/pekwm/themes/EdeClassic/title.png new file mode 100644 index 0000000..f0abef1 Binary files /dev/null and b/data/pekwm/themes/EdeClassic/title.png differ diff --git a/data/pekwm/themes/EdeClassic/top-menu.png b/data/pekwm/themes/EdeClassic/top-menu.png new file mode 100755 index 0000000..29a07cf Binary files /dev/null and b/data/pekwm/themes/EdeClassic/top-menu.png differ