diff --git a/generate_report.py b/generate_report.py index 371927e..ce6254a 100644 --- a/generate_report.py +++ b/generate_report.py @@ -177,8 +177,8 @@ def main(): ) parser.add_argument( "--assets", - default="Platinum", - help="Path to Platinum assets directory (default: Platinum)" + default="templates/Platinum", + help="Path to Platinum assets directory (default: templates/Platinum)" ) parser.add_argument( "--background", @@ -187,8 +187,8 @@ def main(): ) parser.add_argument( "--template", - default="platinum.html", - help="HTML template file to use (default: platinum.html)" + default="templates/platinum.html", + help="HTML template file to use (default: templates/platinum.html)" ) args = parser.parse_args() diff --git a/Platinum/Arrows/arrow-down-active.png b/templates/Platinum/Arrows/arrow-down-active.png similarity index 100% rename from Platinum/Arrows/arrow-down-active.png rename to templates/Platinum/Arrows/arrow-down-active.png diff --git a/Platinum/Arrows/arrow-down-insensitive.png b/templates/Platinum/Arrows/arrow-down-insensitive.png similarity index 100% rename from Platinum/Arrows/arrow-down-insensitive.png rename to templates/Platinum/Arrows/arrow-down-insensitive.png diff --git a/Platinum/Arrows/arrow-down-prelight.png b/templates/Platinum/Arrows/arrow-down-prelight.png similarity index 100% rename from Platinum/Arrows/arrow-down-prelight.png rename to templates/Platinum/Arrows/arrow-down-prelight.png diff --git a/Platinum/Arrows/arrow-down.png b/templates/Platinum/Arrows/arrow-down.png similarity index 100% rename from Platinum/Arrows/arrow-down.png rename to templates/Platinum/Arrows/arrow-down.png diff --git a/Platinum/Arrows/arrow-left-insensitive.png b/templates/Platinum/Arrows/arrow-left-insensitive.png similarity index 100% rename from Platinum/Arrows/arrow-left-insensitive.png rename to templates/Platinum/Arrows/arrow-left-insensitive.png diff --git a/Platinum/Arrows/arrow-left-prelight.png b/templates/Platinum/Arrows/arrow-left-prelight.png similarity index 100% rename from Platinum/Arrows/arrow-left-prelight.png rename to templates/Platinum/Arrows/arrow-left-prelight.png diff --git a/Platinum/Arrows/arrow-left.png b/templates/Platinum/Arrows/arrow-left.png similarity index 100% rename from Platinum/Arrows/arrow-left.png rename to templates/Platinum/Arrows/arrow-left.png diff --git a/Platinum/Arrows/arrow-list-down-active.png b/templates/Platinum/Arrows/arrow-list-down-active.png similarity index 100% rename from Platinum/Arrows/arrow-list-down-active.png rename to templates/Platinum/Arrows/arrow-list-down-active.png diff --git a/Platinum/Arrows/arrow-list-up-active.png b/templates/Platinum/Arrows/arrow-list-up-active.png similarity index 100% rename from Platinum/Arrows/arrow-list-up-active.png rename to templates/Platinum/Arrows/arrow-list-up-active.png diff --git a/Platinum/Arrows/arrow-right-insensitive.png b/templates/Platinum/Arrows/arrow-right-insensitive.png similarity index 100% rename from Platinum/Arrows/arrow-right-insensitive.png rename to templates/Platinum/Arrows/arrow-right-insensitive.png diff --git a/Platinum/Arrows/arrow-right-normal.png b/templates/Platinum/Arrows/arrow-right-normal.png similarity index 100% rename from Platinum/Arrows/arrow-right-normal.png rename to templates/Platinum/Arrows/arrow-right-normal.png diff --git a/Platinum/Arrows/arrow-right-prelight.png b/templates/Platinum/Arrows/arrow-right-prelight.png similarity index 100% rename from Platinum/Arrows/arrow-right-prelight.png rename to templates/Platinum/Arrows/arrow-right-prelight.png diff --git a/Platinum/Arrows/arrow-right.png b/templates/Platinum/Arrows/arrow-right.png similarity index 100% rename from Platinum/Arrows/arrow-right.png rename to templates/Platinum/Arrows/arrow-right.png diff --git a/Platinum/Arrows/arrow-up-insensitive.png b/templates/Platinum/Arrows/arrow-up-insensitive.png similarity index 100% rename from Platinum/Arrows/arrow-up-insensitive.png rename to templates/Platinum/Arrows/arrow-up-insensitive.png diff --git a/Platinum/Arrows/arrow-up-prelight.png b/templates/Platinum/Arrows/arrow-up-prelight.png similarity index 100% rename from Platinum/Arrows/arrow-up-prelight.png rename to templates/Platinum/Arrows/arrow-up-prelight.png diff --git a/Platinum/Arrows/arrow-up.png b/templates/Platinum/Arrows/arrow-up.png similarity index 100% rename from Platinum/Arrows/arrow-up.png rename to templates/Platinum/Arrows/arrow-up.png diff --git a/Platinum/Arrows/panel-arrow-left.png b/templates/Platinum/Arrows/panel-arrow-left.png similarity index 100% rename from Platinum/Arrows/panel-arrow-left.png rename to templates/Platinum/Arrows/panel-arrow-left.png diff --git a/Platinum/Arrows/panel-arrow-right.png b/templates/Platinum/Arrows/panel-arrow-right.png similarity index 100% rename from Platinum/Arrows/panel-arrow-right.png rename to templates/Platinum/Arrows/panel-arrow-right.png diff --git a/Platinum/Arrows/transparent.png b/templates/Platinum/Arrows/transparent.png similarity index 100% rename from Platinum/Arrows/transparent.png rename to templates/Platinum/Arrows/transparent.png diff --git a/Platinum/Buttons/button-active.png b/templates/Platinum/Buttons/button-active.png similarity index 100% rename from Platinum/Buttons/button-active.png rename to templates/Platinum/Buttons/button-active.png diff --git a/Platinum/Buttons/button-default.png b/templates/Platinum/Buttons/button-default.png similarity index 100% rename from Platinum/Buttons/button-default.png rename to templates/Platinum/Buttons/button-default.png diff --git a/Platinum/Buttons/button-default2.png b/templates/Platinum/Buttons/button-default2.png similarity index 100% rename from Platinum/Buttons/button-default2.png rename to templates/Platinum/Buttons/button-default2.png diff --git a/Platinum/Buttons/button-insensitive.png b/templates/Platinum/Buttons/button-insensitive.png similarity index 100% rename from Platinum/Buttons/button-insensitive.png rename to templates/Platinum/Buttons/button-insensitive.png diff --git a/Platinum/Buttons/button-normal.png b/templates/Platinum/Buttons/button-normal.png similarity index 100% rename from Platinum/Buttons/button-normal.png rename to templates/Platinum/Buttons/button-normal.png diff --git a/Platinum/Buttons/button-prelight.png b/templates/Platinum/Buttons/button-prelight.png similarity index 100% rename from Platinum/Buttons/button-prelight.png rename to templates/Platinum/Buttons/button-prelight.png diff --git a/Platinum/Buttons/button-pressed.png b/templates/Platinum/Buttons/button-pressed.png similarity index 100% rename from Platinum/Buttons/button-pressed.png rename to templates/Platinum/Buttons/button-pressed.png diff --git a/Platinum/Buttons/button-selected.png b/templates/Platinum/Buttons/button-selected.png similarity index 100% rename from Platinum/Buttons/button-selected.png rename to templates/Platinum/Buttons/button-selected.png diff --git a/Platinum/Charcoal.ttf b/templates/Platinum/Charcoal.ttf similarity index 100% rename from Platinum/Charcoal.ttf rename to templates/Platinum/Charcoal.ttf diff --git a/Platinum/Check-Radio/check-active-prelight.png b/templates/Platinum/Check-Radio/check-active-prelight.png similarity index 100% rename from Platinum/Check-Radio/check-active-prelight.png rename to templates/Platinum/Check-Radio/check-active-prelight.png diff --git a/Platinum/Check-Radio/check-active.png b/templates/Platinum/Check-Radio/check-active.png similarity index 100% rename from Platinum/Check-Radio/check-active.png rename to templates/Platinum/Check-Radio/check-active.png diff --git a/Platinum/Check-Radio/check-normal-prelight.png b/templates/Platinum/Check-Radio/check-normal-prelight.png similarity index 100% rename from Platinum/Check-Radio/check-normal-prelight.png rename to templates/Platinum/Check-Radio/check-normal-prelight.png diff --git a/Platinum/Check-Radio/check-normal.png b/templates/Platinum/Check-Radio/check-normal.png similarity index 100% rename from Platinum/Check-Radio/check-normal.png rename to templates/Platinum/Check-Radio/check-normal.png diff --git a/Platinum/Check-Radio/check-off-inactive.png b/templates/Platinum/Check-Radio/check-off-inactive.png similarity index 100% rename from Platinum/Check-Radio/check-off-inactive.png rename to templates/Platinum/Check-Radio/check-off-inactive.png diff --git a/Platinum/Check-Radio/check-on-inactive.png b/templates/Platinum/Check-Radio/check-on-inactive.png similarity index 100% rename from Platinum/Check-Radio/check-on-inactive.png rename to templates/Platinum/Check-Radio/check-on-inactive.png diff --git a/Platinum/Check-Radio/radio-active-prelight.png b/templates/Platinum/Check-Radio/radio-active-prelight.png similarity index 100% rename from Platinum/Check-Radio/radio-active-prelight.png rename to templates/Platinum/Check-Radio/radio-active-prelight.png diff --git a/Platinum/Check-Radio/radio-active.png b/templates/Platinum/Check-Radio/radio-active.png similarity index 100% rename from Platinum/Check-Radio/radio-active.png rename to templates/Platinum/Check-Radio/radio-active.png diff --git a/Platinum/Check-Radio/radio-normal-prelight.png b/templates/Platinum/Check-Radio/radio-normal-prelight.png similarity index 100% rename from Platinum/Check-Radio/radio-normal-prelight.png rename to templates/Platinum/Check-Radio/radio-normal-prelight.png diff --git a/Platinum/Check-Radio/radio-normal.png b/templates/Platinum/Check-Radio/radio-normal.png similarity index 100% rename from Platinum/Check-Radio/radio-normal.png rename to templates/Platinum/Check-Radio/radio-normal.png diff --git a/Platinum/Check-Radio/radio-off-inactive.png b/templates/Platinum/Check-Radio/radio-off-inactive.png similarity index 100% rename from Platinum/Check-Radio/radio-off-inactive.png rename to templates/Platinum/Check-Radio/radio-off-inactive.png diff --git a/Platinum/Check-Radio/radio-on-inactive.png b/templates/Platinum/Check-Radio/radio-on-inactive.png similarity index 100% rename from Platinum/Check-Radio/radio-on-inactive.png rename to templates/Platinum/Check-Radio/radio-on-inactive.png diff --git a/Platinum/Combo/arrow-insensitive.png b/templates/Platinum/Combo/arrow-insensitive.png similarity index 100% rename from Platinum/Combo/arrow-insensitive.png rename to templates/Platinum/Combo/arrow-insensitive.png diff --git a/Platinum/Combo/arrow-selected.png b/templates/Platinum/Combo/arrow-selected.png similarity index 100% rename from Platinum/Combo/arrow-selected.png rename to templates/Platinum/Combo/arrow-selected.png diff --git a/Platinum/Combo/arrow.png b/templates/Platinum/Combo/arrow.png similarity index 100% rename from Platinum/Combo/arrow.png rename to templates/Platinum/Combo/arrow.png diff --git a/Platinum/Combo/combo-active.png b/templates/Platinum/Combo/combo-active.png similarity index 100% rename from Platinum/Combo/combo-active.png rename to templates/Platinum/Combo/combo-active.png diff --git a/Platinum/Combo/combo-insensitive.png b/templates/Platinum/Combo/combo-insensitive.png similarity index 100% rename from Platinum/Combo/combo-insensitive.png rename to templates/Platinum/Combo/combo-insensitive.png diff --git a/Platinum/Combo/combo-normal.png b/templates/Platinum/Combo/combo-normal.png similarity index 100% rename from Platinum/Combo/combo-normal.png rename to templates/Platinum/Combo/combo-normal.png diff --git a/Platinum/Combo/combo-prelight.png b/templates/Platinum/Combo/combo-prelight.png similarity index 100% rename from Platinum/Combo/combo-prelight.png rename to templates/Platinum/Combo/combo-prelight.png diff --git a/Platinum/Combo/gtk-combo-active.png b/templates/Platinum/Combo/gtk-combo-active.png similarity index 100% rename from Platinum/Combo/gtk-combo-active.png rename to templates/Platinum/Combo/gtk-combo-active.png diff --git a/Platinum/Combo/gtk-combo-insensitive.png b/templates/Platinum/Combo/gtk-combo-insensitive.png similarity index 100% rename from Platinum/Combo/gtk-combo-insensitive.png rename to templates/Platinum/Combo/gtk-combo-insensitive.png diff --git a/Platinum/Combo/gtk-combo-normal.png b/templates/Platinum/Combo/gtk-combo-normal.png similarity index 100% rename from Platinum/Combo/gtk-combo-normal.png rename to templates/Platinum/Combo/gtk-combo-normal.png diff --git a/Platinum/Combo/gtk-combo-prelight.png b/templates/Platinum/Combo/gtk-combo-prelight.png similarity index 100% rename from Platinum/Combo/gtk-combo-prelight.png rename to templates/Platinum/Combo/gtk-combo-prelight.png diff --git a/Platinum/Combo/gtk-option-active.png b/templates/Platinum/Combo/gtk-option-active.png similarity index 100% rename from Platinum/Combo/gtk-option-active.png rename to templates/Platinum/Combo/gtk-option-active.png diff --git a/Platinum/Combo/gtk-option-insensitive.png b/templates/Platinum/Combo/gtk-option-insensitive.png similarity index 100% rename from Platinum/Combo/gtk-option-insensitive.png rename to templates/Platinum/Combo/gtk-option-insensitive.png diff --git a/Platinum/Combo/gtk-option-normal.png b/templates/Platinum/Combo/gtk-option-normal.png similarity index 100% rename from Platinum/Combo/gtk-option-normal.png rename to templates/Platinum/Combo/gtk-option-normal.png diff --git a/Platinum/Combo/gtk-option-prelight.png b/templates/Platinum/Combo/gtk-option-prelight.png similarity index 100% rename from Platinum/Combo/gtk-option-prelight.png rename to templates/Platinum/Combo/gtk-option-prelight.png diff --git a/Platinum/Combo/text-entry.png b/templates/Platinum/Combo/text-entry.png similarity index 100% rename from Platinum/Combo/text-entry.png rename to templates/Platinum/Combo/text-entry.png diff --git a/Platinum/Frame-Gap/frame-gap-end.png b/templates/Platinum/Frame-Gap/frame-gap-end.png similarity index 100% rename from Platinum/Frame-Gap/frame-gap-end.png rename to templates/Platinum/Frame-Gap/frame-gap-end.png diff --git a/Platinum/Frame-Gap/frame-gap-start.png b/templates/Platinum/Frame-Gap/frame-gap-start.png similarity index 100% rename from Platinum/Frame-Gap/frame-gap-start.png rename to templates/Platinum/Frame-Gap/frame-gap-start.png diff --git a/Platinum/Frame-Gap/shadow-gap.png b/templates/Platinum/Frame-Gap/shadow-gap.png similarity index 100% rename from Platinum/Frame-Gap/shadow-gap.png rename to templates/Platinum/Frame-Gap/shadow-gap.png diff --git a/Platinum/Handles/handle-h.png b/templates/Platinum/Handles/handle-h.png similarity index 100% rename from Platinum/Handles/handle-h.png rename to templates/Platinum/Handles/handle-h.png diff --git a/Platinum/Handles/handle-v.png b/templates/Platinum/Handles/handle-v.png similarity index 100% rename from Platinum/Handles/handle-v.png rename to templates/Platinum/Handles/handle-v.png diff --git a/Platinum/Handles/resize-grip.png b/templates/Platinum/Handles/resize-grip.png similarity index 100% rename from Platinum/Handles/resize-grip.png rename to templates/Platinum/Handles/resize-grip.png diff --git a/Platinum/Handles/resize-grip2.png b/templates/Platinum/Handles/resize-grip2.png similarity index 100% rename from Platinum/Handles/resize-grip2.png rename to templates/Platinum/Handles/resize-grip2.png diff --git a/Platinum/Lines/line-h.png b/templates/Platinum/Lines/line-h.png similarity index 100% rename from Platinum/Lines/line-h.png rename to templates/Platinum/Lines/line-h.png diff --git a/Platinum/Lines/line-v.png b/templates/Platinum/Lines/line-v.png similarity index 100% rename from Platinum/Lines/line-v.png rename to templates/Platinum/Lines/line-v.png diff --git a/Platinum/List/focus-item.png b/templates/Platinum/List/focus-item.png similarity index 100% rename from Platinum/List/focus-item.png rename to templates/Platinum/List/focus-item.png diff --git a/Platinum/List/item-normal.png b/templates/Platinum/List/item-normal.png similarity index 100% rename from Platinum/List/item-normal.png rename to templates/Platinum/List/item-normal.png diff --git a/Platinum/List/item-selected.png b/templates/Platinum/List/item-selected.png similarity index 100% rename from Platinum/List/item-selected.png rename to templates/Platinum/List/item-selected.png diff --git a/Platinum/List/list-item-active.png b/templates/Platinum/List/list-item-active.png similarity index 100% rename from Platinum/List/list-item-active.png rename to templates/Platinum/List/list-item-active.png diff --git a/Platinum/List/list-item-insensitive.png b/templates/Platinum/List/list-item-insensitive.png similarity index 100% rename from Platinum/List/list-item-insensitive.png rename to templates/Platinum/List/list-item-insensitive.png diff --git a/Platinum/List/list-item-normal.png b/templates/Platinum/List/list-item-normal.png similarity index 100% rename from Platinum/List/list-item-normal.png rename to templates/Platinum/List/list-item-normal.png diff --git a/Platinum/List/list-item-selected.png b/templates/Platinum/List/list-item-selected.png similarity index 100% rename from Platinum/List/list-item-selected.png rename to templates/Platinum/List/list-item-selected.png diff --git a/Platinum/List/tab-insensitive.png b/templates/Platinum/List/tab-insensitive.png similarity index 100% rename from Platinum/List/tab-insensitive.png rename to templates/Platinum/List/tab-insensitive.png diff --git a/Platinum/List/tab-normal.png b/templates/Platinum/List/tab-normal.png similarity index 100% rename from Platinum/List/tab-normal.png rename to templates/Platinum/List/tab-normal.png diff --git a/Platinum/List/tab-prelight.png b/templates/Platinum/List/tab-prelight.png similarity index 100% rename from Platinum/List/tab-prelight.png rename to templates/Platinum/List/tab-prelight.png diff --git a/Platinum/MONACO.TTF b/templates/Platinum/MONACO.TTF similarity index 100% rename from Platinum/MONACO.TTF rename to templates/Platinum/MONACO.TTF diff --git a/Platinum/Menu/item-bg.png b/templates/Platinum/Menu/item-bg.png similarity index 100% rename from Platinum/Menu/item-bg.png rename to templates/Platinum/Menu/item-bg.png diff --git a/Platinum/Menu/menu-arrow-white.png b/templates/Platinum/Menu/menu-arrow-white.png similarity index 100% rename from Platinum/Menu/menu-arrow-white.png rename to templates/Platinum/Menu/menu-arrow-white.png diff --git a/Platinum/Menu/menu-arrow.png b/templates/Platinum/Menu/menu-arrow.png similarity index 100% rename from Platinum/Menu/menu-arrow.png rename to templates/Platinum/Menu/menu-arrow.png diff --git a/Platinum/Menu/menu-bg.png b/templates/Platinum/Menu/menu-bg.png similarity index 100% rename from Platinum/Menu/menu-bg.png rename to templates/Platinum/Menu/menu-bg.png diff --git a/Platinum/Menu/menu-item-arrow-prelight.png b/templates/Platinum/Menu/menu-item-arrow-prelight.png similarity index 100% rename from Platinum/Menu/menu-item-arrow-prelight.png rename to templates/Platinum/Menu/menu-item-arrow-prelight.png diff --git a/Platinum/Menu/menu-item-arrow.png b/templates/Platinum/Menu/menu-item-arrow.png similarity index 100% rename from Platinum/Menu/menu-item-arrow.png rename to templates/Platinum/Menu/menu-item-arrow.png diff --git a/Platinum/Menu/menubar (copy 1).png b/templates/Platinum/Menu/menubar (copy 1).png similarity index 100% rename from Platinum/Menu/menubar (copy 1).png rename to templates/Platinum/Menu/menubar (copy 1).png diff --git a/Platinum/Menu/menubar-item.png b/templates/Platinum/Menu/menubar-item.png similarity index 100% rename from Platinum/Menu/menubar-item.png rename to templates/Platinum/Menu/menubar-item.png diff --git a/Platinum/Menu/menubar-selected.png b/templates/Platinum/Menu/menubar-selected.png similarity index 100% rename from Platinum/Menu/menubar-selected.png rename to templates/Platinum/Menu/menubar-selected.png diff --git a/Platinum/Menu/menubar.png b/templates/Platinum/Menu/menubar.png similarity index 100% rename from Platinum/Menu/menubar.png rename to templates/Platinum/Menu/menubar.png diff --git a/Platinum/Others/bg-tiled.xpm b/templates/Platinum/Others/bg-tiled.xpm similarity index 100% rename from Platinum/Others/bg-tiled.xpm rename to templates/Platinum/Others/bg-tiled.xpm diff --git a/Platinum/Others/divider-h.png b/templates/Platinum/Others/divider-h.png similarity index 100% rename from Platinum/Others/divider-h.png rename to templates/Platinum/Others/divider-h.png diff --git a/Platinum/Others/divider-v.png b/templates/Platinum/Others/divider-v.png similarity index 100% rename from Platinum/Others/divider-v.png rename to templates/Platinum/Others/divider-v.png diff --git a/Platinum/Others/focus.png b/templates/Platinum/Others/focus.png similarity index 100% rename from Platinum/Others/focus.png rename to templates/Platinum/Others/focus.png diff --git a/Platinum/Others/focus_rounded_border.png b/templates/Platinum/Others/focus_rounded_border.png similarity index 100% rename from Platinum/Others/focus_rounded_border.png rename to templates/Platinum/Others/focus_rounded_border.png diff --git a/Platinum/Others/metal.png b/templates/Platinum/Others/metal.png similarity index 100% rename from Platinum/Others/metal.png rename to templates/Platinum/Others/metal.png diff --git a/Platinum/Others/null-2.png b/templates/Platinum/Others/null-2.png similarity index 100% rename from Platinum/Others/null-2.png rename to templates/Platinum/Others/null-2.png diff --git a/Platinum/Others/null.png b/templates/Platinum/Others/null.png similarity index 100% rename from Platinum/Others/null.png rename to templates/Platinum/Others/null.png diff --git a/Platinum/Others/ruler-h.png b/templates/Platinum/Others/ruler-h.png similarity index 100% rename from Platinum/Others/ruler-h.png rename to templates/Platinum/Others/ruler-h.png diff --git a/Platinum/Others/ruler-v.png b/templates/Platinum/Others/ruler-v.png similarity index 100% rename from Platinum/Others/ruler-v.png rename to templates/Platinum/Others/ruler-v.png diff --git a/Platinum/Others/stripes.png b/templates/Platinum/Others/stripes.png similarity index 100% rename from Platinum/Others/stripes.png rename to templates/Platinum/Others/stripes.png diff --git a/Platinum/Others/tooltip.png b/templates/Platinum/Others/tooltip.png similarity index 100% rename from Platinum/Others/tooltip.png rename to templates/Platinum/Others/tooltip.png diff --git a/Platinum/Panel/active.png b/templates/Platinum/Panel/active.png similarity index 100% rename from Platinum/Panel/active.png rename to templates/Platinum/Panel/active.png diff --git a/Platinum/Panel/applet-bg.png b/templates/Platinum/Panel/applet-bg.png similarity index 100% rename from Platinum/Panel/applet-bg.png rename to templates/Platinum/Panel/applet-bg.png diff --git a/Platinum/Panel/h-handle-bg.png b/templates/Platinum/Panel/h-handle-bg.png similarity index 100% rename from Platinum/Panel/h-handle-bg.png rename to templates/Platinum/Panel/h-handle-bg.png diff --git a/Platinum/Panel/handle-bg.png b/templates/Platinum/Panel/handle-bg.png similarity index 100% rename from Platinum/Panel/handle-bg.png rename to templates/Platinum/Panel/handle-bg.png diff --git a/Platinum/Panel/insensitive.png b/templates/Platinum/Panel/insensitive.png similarity index 100% rename from Platinum/Panel/insensitive.png rename to templates/Platinum/Panel/insensitive.png diff --git a/Platinum/Panel/normal.png b/templates/Platinum/Panel/normal.png similarity index 100% rename from Platinum/Panel/normal.png rename to templates/Platinum/Panel/normal.png diff --git a/Platinum/Panel/panel-bg.png b/templates/Platinum/Panel/panel-bg.png similarity index 100% rename from Platinum/Panel/panel-bg.png rename to templates/Platinum/Panel/panel-bg.png diff --git a/Platinum/Panel/panel-handle-h.png b/templates/Platinum/Panel/panel-handle-h.png similarity index 100% rename from Platinum/Panel/panel-handle-h.png rename to templates/Platinum/Panel/panel-handle-h.png diff --git a/Platinum/Panel/panel-handle-v.png b/templates/Platinum/Panel/panel-handle-v.png similarity index 100% rename from Platinum/Panel/panel-handle-v.png rename to templates/Platinum/Panel/panel-handle-v.png diff --git a/Platinum/Panel/panel-menu-item.png b/templates/Platinum/Panel/panel-menu-item.png similarity index 100% rename from Platinum/Panel/panel-menu-item.png rename to templates/Platinum/Panel/panel-menu-item.png diff --git a/Platinum/Panel/prelight.png b/templates/Platinum/Panel/prelight.png similarity index 100% rename from Platinum/Panel/prelight.png rename to templates/Platinum/Panel/prelight.png diff --git a/Platinum/ProgressBar/progress.png b/templates/Platinum/ProgressBar/progress.png similarity index 100% rename from Platinum/ProgressBar/progress.png rename to templates/Platinum/ProgressBar/progress.png diff --git a/Platinum/ProgressBar/progressbar-horiz.png b/templates/Platinum/ProgressBar/progressbar-horiz.png similarity index 100% rename from Platinum/ProgressBar/progressbar-horiz.png rename to templates/Platinum/ProgressBar/progressbar-horiz.png diff --git a/Platinum/ProgressBar/progressbar-vert.png b/templates/Platinum/ProgressBar/progressbar-vert.png similarity index 100% rename from Platinum/ProgressBar/progressbar-vert.png rename to templates/Platinum/ProgressBar/progressbar-vert.png diff --git a/Platinum/ProgressBar/trough-progressbar-horiz.png b/templates/Platinum/ProgressBar/trough-progressbar-horiz.png similarity index 100% rename from Platinum/ProgressBar/trough-progressbar-horiz.png rename to templates/Platinum/ProgressBar/trough-progressbar-horiz.png diff --git a/Platinum/ProgressBar/trough-progressbar-vert.png b/templates/Platinum/ProgressBar/trough-progressbar-vert.png similarity index 100% rename from Platinum/ProgressBar/trough-progressbar-vert.png rename to templates/Platinum/ProgressBar/trough-progressbar-vert.png diff --git a/Platinum/Range/null-horiz.png b/templates/Platinum/Range/null-horiz.png similarity index 100% rename from Platinum/Range/null-horiz.png rename to templates/Platinum/Range/null-horiz.png diff --git a/Platinum/Range/null.png b/templates/Platinum/Range/null.png similarity index 100% rename from Platinum/Range/null.png rename to templates/Platinum/Range/null.png diff --git a/Platinum/Range/slider-horiz-insensitive.png b/templates/Platinum/Range/slider-horiz-insensitive.png similarity index 100% rename from Platinum/Range/slider-horiz-insensitive.png rename to templates/Platinum/Range/slider-horiz-insensitive.png diff --git a/Platinum/Range/slider-horiz-prelight.png b/templates/Platinum/Range/slider-horiz-prelight.png similarity index 100% rename from Platinum/Range/slider-horiz-prelight.png rename to templates/Platinum/Range/slider-horiz-prelight.png diff --git a/Platinum/Range/slider-horiz.png b/templates/Platinum/Range/slider-horiz.png similarity index 100% rename from Platinum/Range/slider-horiz.png rename to templates/Platinum/Range/slider-horiz.png diff --git a/Platinum/Range/slider-vert-insensitive.png b/templates/Platinum/Range/slider-vert-insensitive.png similarity index 100% rename from Platinum/Range/slider-vert-insensitive.png rename to templates/Platinum/Range/slider-vert-insensitive.png diff --git a/Platinum/Range/slider-vert-prelight.png b/templates/Platinum/Range/slider-vert-prelight.png similarity index 100% rename from Platinum/Range/slider-vert-prelight.png rename to templates/Platinum/Range/slider-vert-prelight.png diff --git a/Platinum/Range/slider-vert.png b/templates/Platinum/Range/slider-vert.png similarity index 100% rename from Platinum/Range/slider-vert.png rename to templates/Platinum/Range/slider-vert.png diff --git a/Platinum/Range/trough-horizontal.png b/templates/Platinum/Range/trough-horizontal.png similarity index 100% rename from Platinum/Range/trough-horizontal.png rename to templates/Platinum/Range/trough-horizontal.png diff --git a/Platinum/Range/trough-vertical.png b/templates/Platinum/Range/trough-vertical.png similarity index 100% rename from Platinum/Range/trough-vertical.png rename to templates/Platinum/Range/trough-vertical.png diff --git a/Platinum/Scrollbars/h-overlay.png b/templates/Platinum/Scrollbars/h-overlay.png similarity index 100% rename from Platinum/Scrollbars/h-overlay.png rename to templates/Platinum/Scrollbars/h-overlay.png diff --git a/Platinum/Scrollbars/slider-horizontal-active.png b/templates/Platinum/Scrollbars/slider-horizontal-active.png similarity index 100% rename from Platinum/Scrollbars/slider-horizontal-active.png rename to templates/Platinum/Scrollbars/slider-horizontal-active.png diff --git a/Platinum/Scrollbars/slider-horizontal-insens.png b/templates/Platinum/Scrollbars/slider-horizontal-insens.png similarity index 100% rename from Platinum/Scrollbars/slider-horizontal-insens.png rename to templates/Platinum/Scrollbars/slider-horizontal-insens.png diff --git a/Platinum/Scrollbars/slider-horizontal-prelight.png b/templates/Platinum/Scrollbars/slider-horizontal-prelight.png similarity index 100% rename from Platinum/Scrollbars/slider-horizontal-prelight.png rename to templates/Platinum/Scrollbars/slider-horizontal-prelight.png diff --git a/Platinum/Scrollbars/slider-horizontal.png b/templates/Platinum/Scrollbars/slider-horizontal.png similarity index 100% rename from Platinum/Scrollbars/slider-horizontal.png rename to templates/Platinum/Scrollbars/slider-horizontal.png diff --git a/Platinum/Scrollbars/slider-vert-insens.png b/templates/Platinum/Scrollbars/slider-vert-insens.png similarity index 100% rename from Platinum/Scrollbars/slider-vert-insens.png rename to templates/Platinum/Scrollbars/slider-vert-insens.png diff --git a/Platinum/Scrollbars/slider-vertical-active.png b/templates/Platinum/Scrollbars/slider-vertical-active.png similarity index 100% rename from Platinum/Scrollbars/slider-vertical-active.png rename to templates/Platinum/Scrollbars/slider-vertical-active.png diff --git a/Platinum/Scrollbars/slider-vertical-prelight.png b/templates/Platinum/Scrollbars/slider-vertical-prelight.png similarity index 100% rename from Platinum/Scrollbars/slider-vertical-prelight.png rename to templates/Platinum/Scrollbars/slider-vertical-prelight.png diff --git a/Platinum/Scrollbars/slider-vertical.png b/templates/Platinum/Scrollbars/slider-vertical.png similarity index 100% rename from Platinum/Scrollbars/slider-vertical.png rename to templates/Platinum/Scrollbars/slider-vertical.png diff --git a/Platinum/Scrollbars/stepper-down-active.png b/templates/Platinum/Scrollbars/stepper-down-active.png similarity index 100% rename from Platinum/Scrollbars/stepper-down-active.png rename to templates/Platinum/Scrollbars/stepper-down-active.png diff --git a/Platinum/Scrollbars/stepper-down-insens.png b/templates/Platinum/Scrollbars/stepper-down-insens.png similarity index 100% rename from Platinum/Scrollbars/stepper-down-insens.png rename to templates/Platinum/Scrollbars/stepper-down-insens.png diff --git a/Platinum/Scrollbars/stepper-down-prelight.png b/templates/Platinum/Scrollbars/stepper-down-prelight.png similarity index 100% rename from Platinum/Scrollbars/stepper-down-prelight.png rename to templates/Platinum/Scrollbars/stepper-down-prelight.png diff --git a/Platinum/Scrollbars/stepper-down.png b/templates/Platinum/Scrollbars/stepper-down.png similarity index 100% rename from Platinum/Scrollbars/stepper-down.png rename to templates/Platinum/Scrollbars/stepper-down.png diff --git a/Platinum/Scrollbars/stepper-left-active.png b/templates/Platinum/Scrollbars/stepper-left-active.png similarity index 100% rename from Platinum/Scrollbars/stepper-left-active.png rename to templates/Platinum/Scrollbars/stepper-left-active.png diff --git a/Platinum/Scrollbars/stepper-left-insens.png b/templates/Platinum/Scrollbars/stepper-left-insens.png similarity index 100% rename from Platinum/Scrollbars/stepper-left-insens.png rename to templates/Platinum/Scrollbars/stepper-left-insens.png diff --git a/Platinum/Scrollbars/stepper-left-prelight.png b/templates/Platinum/Scrollbars/stepper-left-prelight.png similarity index 100% rename from Platinum/Scrollbars/stepper-left-prelight.png rename to templates/Platinum/Scrollbars/stepper-left-prelight.png diff --git a/Platinum/Scrollbars/stepper-left.png b/templates/Platinum/Scrollbars/stepper-left.png similarity index 100% rename from Platinum/Scrollbars/stepper-left.png rename to templates/Platinum/Scrollbars/stepper-left.png diff --git a/Platinum/Scrollbars/stepper-right-active.png b/templates/Platinum/Scrollbars/stepper-right-active.png similarity index 100% rename from Platinum/Scrollbars/stepper-right-active.png rename to templates/Platinum/Scrollbars/stepper-right-active.png diff --git a/Platinum/Scrollbars/stepper-right-insens.png b/templates/Platinum/Scrollbars/stepper-right-insens.png similarity index 100% rename from Platinum/Scrollbars/stepper-right-insens.png rename to templates/Platinum/Scrollbars/stepper-right-insens.png diff --git a/Platinum/Scrollbars/stepper-right-prelight.png b/templates/Platinum/Scrollbars/stepper-right-prelight.png similarity index 100% rename from Platinum/Scrollbars/stepper-right-prelight.png rename to templates/Platinum/Scrollbars/stepper-right-prelight.png diff --git a/Platinum/Scrollbars/stepper-right.png b/templates/Platinum/Scrollbars/stepper-right.png similarity index 100% rename from Platinum/Scrollbars/stepper-right.png rename to templates/Platinum/Scrollbars/stepper-right.png diff --git a/Platinum/Scrollbars/stepper-up-active.png b/templates/Platinum/Scrollbars/stepper-up-active.png similarity index 100% rename from Platinum/Scrollbars/stepper-up-active.png rename to templates/Platinum/Scrollbars/stepper-up-active.png diff --git a/Platinum/Scrollbars/stepper-up-insens.png b/templates/Platinum/Scrollbars/stepper-up-insens.png similarity index 100% rename from Platinum/Scrollbars/stepper-up-insens.png rename to templates/Platinum/Scrollbars/stepper-up-insens.png diff --git a/Platinum/Scrollbars/stepper-up-prelight.png b/templates/Platinum/Scrollbars/stepper-up-prelight.png similarity index 100% rename from Platinum/Scrollbars/stepper-up-prelight.png rename to templates/Platinum/Scrollbars/stepper-up-prelight.png diff --git a/Platinum/Scrollbars/stepper-up.png b/templates/Platinum/Scrollbars/stepper-up.png similarity index 100% rename from Platinum/Scrollbars/stepper-up.png rename to templates/Platinum/Scrollbars/stepper-up.png diff --git a/Platinum/Scrollbars/trough-scrollbar-horiz.png b/templates/Platinum/Scrollbars/trough-scrollbar-horiz.png similarity index 100% rename from Platinum/Scrollbars/trough-scrollbar-horiz.png rename to templates/Platinum/Scrollbars/trough-scrollbar-horiz.png diff --git a/Platinum/Scrollbars/trough-scrollbar-vert.png b/templates/Platinum/Scrollbars/trough-scrollbar-vert.png similarity index 100% rename from Platinum/Scrollbars/trough-scrollbar-vert.png rename to templates/Platinum/Scrollbars/trough-scrollbar-vert.png diff --git a/Platinum/Scrollbars/v-overlay.png b/templates/Platinum/Scrollbars/v-overlay.png similarity index 100% rename from Platinum/Scrollbars/v-overlay.png rename to templates/Platinum/Scrollbars/v-overlay.png diff --git a/Platinum/Shadows/entry-in.png b/templates/Platinum/Shadows/entry-in.png similarity index 100% rename from Platinum/Shadows/entry-in.png rename to templates/Platinum/Shadows/entry-in.png diff --git a/Platinum/Shadows/entry-out.png b/templates/Platinum/Shadows/entry-out.png similarity index 100% rename from Platinum/Shadows/entry-out.png rename to templates/Platinum/Shadows/entry-out.png diff --git a/Platinum/Shadows/focus-entry.png b/templates/Platinum/Shadows/focus-entry.png similarity index 100% rename from Platinum/Shadows/focus-entry.png rename to templates/Platinum/Shadows/focus-entry.png diff --git a/Platinum/Shadows/shadow-etched-in.png b/templates/Platinum/Shadows/shadow-etched-in.png similarity index 100% rename from Platinum/Shadows/shadow-etched-in.png rename to templates/Platinum/Shadows/shadow-etched-in.png diff --git a/Platinum/Shadows/shadow-etched-out.png b/templates/Platinum/Shadows/shadow-etched-out.png similarity index 100% rename from Platinum/Shadows/shadow-etched-out.png rename to templates/Platinum/Shadows/shadow-etched-out.png diff --git a/Platinum/Shadows/shadow-in.png b/templates/Platinum/Shadows/shadow-in.png similarity index 100% rename from Platinum/Shadows/shadow-in.png rename to templates/Platinum/Shadows/shadow-in.png diff --git a/Platinum/Shadows/shadow-none.png b/templates/Platinum/Shadows/shadow-none.png similarity index 100% rename from Platinum/Shadows/shadow-none.png rename to templates/Platinum/Shadows/shadow-none.png diff --git a/Platinum/Shadows/shadow-out.png b/templates/Platinum/Shadows/shadow-out.png similarity index 100% rename from Platinum/Shadows/shadow-out.png rename to templates/Platinum/Shadows/shadow-out.png diff --git a/Platinum/Shadows/statusbar-gradient-bg.png b/templates/Platinum/Shadows/statusbar-gradient-bg.png similarity index 100% rename from Platinum/Shadows/statusbar-gradient-bg.png rename to templates/Platinum/Shadows/statusbar-gradient-bg.png diff --git a/Platinum/Shadows/text-entry-out.png b/templates/Platinum/Shadows/text-entry-out.png similarity index 100% rename from Platinum/Shadows/text-entry-out.png rename to templates/Platinum/Shadows/text-entry-out.png diff --git a/Platinum/Shadows/text-entry.png b/templates/Platinum/Shadows/text-entry.png similarity index 100% rename from Platinum/Shadows/text-entry.png rename to templates/Platinum/Shadows/text-entry.png diff --git a/Platinum/Spin/arrow-down-active.png b/templates/Platinum/Spin/arrow-down-active.png similarity index 100% rename from Platinum/Spin/arrow-down-active.png rename to templates/Platinum/Spin/arrow-down-active.png diff --git a/Platinum/Spin/arrow-down-disable.png b/templates/Platinum/Spin/arrow-down-disable.png similarity index 100% rename from Platinum/Spin/arrow-down-disable.png rename to templates/Platinum/Spin/arrow-down-disable.png diff --git a/Platinum/Spin/arrow-down.png b/templates/Platinum/Spin/arrow-down.png similarity index 100% rename from Platinum/Spin/arrow-down.png rename to templates/Platinum/Spin/arrow-down.png diff --git a/Platinum/Spin/arrow-up-active.png b/templates/Platinum/Spin/arrow-up-active.png similarity index 100% rename from Platinum/Spin/arrow-up-active.png rename to templates/Platinum/Spin/arrow-up-active.png diff --git a/Platinum/Spin/arrow-up-disable.png b/templates/Platinum/Spin/arrow-up-disable.png similarity index 100% rename from Platinum/Spin/arrow-up-disable.png rename to templates/Platinum/Spin/arrow-up-disable.png diff --git a/Platinum/Spin/arrow-up.png b/templates/Platinum/Spin/arrow-up.png similarity index 100% rename from Platinum/Spin/arrow-up.png rename to templates/Platinum/Spin/arrow-up.png diff --git a/Platinum/Spin/spin-bg.png b/templates/Platinum/Spin/spin-bg.png similarity index 100% rename from Platinum/Spin/spin-bg.png rename to templates/Platinum/Spin/spin-bg.png diff --git a/Platinum/Tabs/gap-bottom.png b/templates/Platinum/Tabs/gap-bottom.png similarity index 100% rename from Platinum/Tabs/gap-bottom.png rename to templates/Platinum/Tabs/gap-bottom.png diff --git a/Platinum/Tabs/gap-left.png b/templates/Platinum/Tabs/gap-left.png similarity index 100% rename from Platinum/Tabs/gap-left.png rename to templates/Platinum/Tabs/gap-left.png diff --git a/Platinum/Tabs/gap-right.png b/templates/Platinum/Tabs/gap-right.png similarity index 100% rename from Platinum/Tabs/gap-right.png rename to templates/Platinum/Tabs/gap-right.png diff --git a/Platinum/Tabs/gap-top.png b/templates/Platinum/Tabs/gap-top.png similarity index 100% rename from Platinum/Tabs/gap-top.png rename to templates/Platinum/Tabs/gap-top.png diff --git a/Platinum/Tabs/notebook-bottom.png b/templates/Platinum/Tabs/notebook-bottom.png similarity index 100% rename from Platinum/Tabs/notebook-bottom.png rename to templates/Platinum/Tabs/notebook-bottom.png diff --git a/Platinum/Tabs/notebook.png b/templates/Platinum/Tabs/notebook.png similarity index 100% rename from Platinum/Tabs/notebook.png rename to templates/Platinum/Tabs/notebook.png diff --git a/Platinum/Tabs/null.png b/templates/Platinum/Tabs/null.png similarity index 100% rename from Platinum/Tabs/null.png rename to templates/Platinum/Tabs/null.png diff --git a/Platinum/Tabs/tab-bottom-active.png b/templates/Platinum/Tabs/tab-bottom-active.png similarity index 100% rename from Platinum/Tabs/tab-bottom-active.png rename to templates/Platinum/Tabs/tab-bottom-active.png diff --git a/Platinum/Tabs/tab-bottom.png b/templates/Platinum/Tabs/tab-bottom.png similarity index 100% rename from Platinum/Tabs/tab-bottom.png rename to templates/Platinum/Tabs/tab-bottom.png diff --git a/Platinum/Tabs/tab-left-active.png b/templates/Platinum/Tabs/tab-left-active.png similarity index 100% rename from Platinum/Tabs/tab-left-active.png rename to templates/Platinum/Tabs/tab-left-active.png diff --git a/Platinum/Tabs/tab-left.png b/templates/Platinum/Tabs/tab-left.png similarity index 100% rename from Platinum/Tabs/tab-left.png rename to templates/Platinum/Tabs/tab-left.png diff --git a/Platinum/Tabs/tab-right-active.png b/templates/Platinum/Tabs/tab-right-active.png similarity index 100% rename from Platinum/Tabs/tab-right-active.png rename to templates/Platinum/Tabs/tab-right-active.png diff --git a/Platinum/Tabs/tab-right.png b/templates/Platinum/Tabs/tab-right.png similarity index 100% rename from Platinum/Tabs/tab-right.png rename to templates/Platinum/Tabs/tab-right.png diff --git a/Platinum/Tabs/tab-top-active.png b/templates/Platinum/Tabs/tab-top-active.png similarity index 100% rename from Platinum/Tabs/tab-top-active.png rename to templates/Platinum/Tabs/tab-top-active.png diff --git a/Platinum/Tabs/tab-top.png b/templates/Platinum/Tabs/tab-top.png similarity index 100% rename from Platinum/Tabs/tab-top.png rename to templates/Platinum/Tabs/tab-top.png diff --git a/Platinum/Toolbar/null.png b/templates/Platinum/Toolbar/null.png similarity index 100% rename from Platinum/Toolbar/null.png rename to templates/Platinum/Toolbar/null.png diff --git a/Platinum/Toolbar/toolbar.png b/templates/Platinum/Toolbar/toolbar.png similarity index 100% rename from Platinum/Toolbar/toolbar.png rename to templates/Platinum/Toolbar/toolbar.png diff --git a/Platinum/Toolbar/toolbutton-active.png b/templates/Platinum/Toolbar/toolbutton-active.png similarity index 100% rename from Platinum/Toolbar/toolbutton-active.png rename to templates/Platinum/Toolbar/toolbutton-active.png diff --git a/Platinum/Toolbar/toolbutton-insensitive.png b/templates/Platinum/Toolbar/toolbutton-insensitive.png similarity index 100% rename from Platinum/Toolbar/toolbutton-insensitive.png rename to templates/Platinum/Toolbar/toolbutton-insensitive.png diff --git a/Platinum/Toolbar/toolbutton-normal.png b/templates/Platinum/Toolbar/toolbutton-normal.png similarity index 100% rename from Platinum/Toolbar/toolbutton-normal.png rename to templates/Platinum/Toolbar/toolbutton-normal.png diff --git a/Platinum/Toolbar/toolbutton-selected.png b/templates/Platinum/Toolbar/toolbutton-selected.png similarity index 100% rename from Platinum/Toolbar/toolbutton-selected.png rename to templates/Platinum/Toolbar/toolbutton-selected.png diff --git a/Platinum/Windows/bottom-active.png b/templates/Platinum/Windows/bottom-active.png similarity index 100% rename from Platinum/Windows/bottom-active.png rename to templates/Platinum/Windows/bottom-active.png diff --git a/Platinum/Windows/bottom-inactive.png b/templates/Platinum/Windows/bottom-inactive.png similarity index 100% rename from Platinum/Windows/bottom-inactive.png rename to templates/Platinum/Windows/bottom-inactive.png diff --git a/Platinum/Windows/bottom-left-active.png b/templates/Platinum/Windows/bottom-left-active.png similarity index 100% rename from Platinum/Windows/bottom-left-active.png rename to templates/Platinum/Windows/bottom-left-active.png diff --git a/Platinum/Windows/bottom-left-inactive.png b/templates/Platinum/Windows/bottom-left-inactive.png similarity index 100% rename from Platinum/Windows/bottom-left-inactive.png rename to templates/Platinum/Windows/bottom-left-inactive.png diff --git a/Platinum/Windows/bottom-right-active.png b/templates/Platinum/Windows/bottom-right-active.png similarity index 100% rename from Platinum/Windows/bottom-right-active.png rename to templates/Platinum/Windows/bottom-right-active.png diff --git a/Platinum/Windows/bottom-right-inactive.png b/templates/Platinum/Windows/bottom-right-inactive.png similarity index 100% rename from Platinum/Windows/bottom-right-inactive.png rename to templates/Platinum/Windows/bottom-right-inactive.png diff --git a/Platinum/Windows/close-active.png b/templates/Platinum/Windows/close-active.png similarity index 100% rename from Platinum/Windows/close-active.png rename to templates/Platinum/Windows/close-active.png diff --git a/Platinum/Windows/close-active.xcf b/templates/Platinum/Windows/close-active.xcf similarity index 100% rename from Platinum/Windows/close-active.xcf rename to templates/Platinum/Windows/close-active.xcf diff --git a/Platinum/Windows/close-inactive.png b/templates/Platinum/Windows/close-inactive.png similarity index 100% rename from Platinum/Windows/close-inactive.png rename to templates/Platinum/Windows/close-inactive.png diff --git a/Platinum/Windows/close-pressed.png b/templates/Platinum/Windows/close-pressed.png similarity index 100% rename from Platinum/Windows/close-pressed.png rename to templates/Platinum/Windows/close-pressed.png diff --git a/Platinum/Windows/close-pressed.xcf b/templates/Platinum/Windows/close-pressed.xcf similarity index 100% rename from Platinum/Windows/close-pressed.xcf rename to templates/Platinum/Windows/close-pressed.xcf diff --git a/Platinum/Windows/hide-active.png b/templates/Platinum/Windows/hide-active.png similarity index 100% rename from Platinum/Windows/hide-active.png rename to templates/Platinum/Windows/hide-active.png diff --git a/Platinum/Windows/hide-inactive.png b/templates/Platinum/Windows/hide-inactive.png similarity index 100% rename from Platinum/Windows/hide-inactive.png rename to templates/Platinum/Windows/hide-inactive.png diff --git a/Platinum/Windows/hide-pressed.png b/templates/Platinum/Windows/hide-pressed.png similarity index 100% rename from Platinum/Windows/hide-pressed.png rename to templates/Platinum/Windows/hide-pressed.png diff --git a/Platinum/Windows/left-active.png b/templates/Platinum/Windows/left-active.png similarity index 100% rename from Platinum/Windows/left-active.png rename to templates/Platinum/Windows/left-active.png diff --git a/Platinum/Windows/left-inactive.png b/templates/Platinum/Windows/left-inactive.png similarity index 100% rename from Platinum/Windows/left-inactive.png rename to templates/Platinum/Windows/left-inactive.png diff --git a/Platinum/Windows/maximize-active.png b/templates/Platinum/Windows/maximize-active.png similarity index 100% rename from Platinum/Windows/maximize-active.png rename to templates/Platinum/Windows/maximize-active.png diff --git a/Platinum/Windows/maximize-inactive.png b/templates/Platinum/Windows/maximize-inactive.png similarity index 100% rename from Platinum/Windows/maximize-inactive.png rename to templates/Platinum/Windows/maximize-inactive.png diff --git a/Platinum/Windows/maximize-pressed.png b/templates/Platinum/Windows/maximize-pressed.png similarity index 100% rename from Platinum/Windows/maximize-pressed.png rename to templates/Platinum/Windows/maximize-pressed.png diff --git a/Platinum/Windows/maximize-toggled-active.png b/templates/Platinum/Windows/maximize-toggled-active.png similarity index 100% rename from Platinum/Windows/maximize-toggled-active.png rename to templates/Platinum/Windows/maximize-toggled-active.png diff --git a/Platinum/Windows/maximize-toggled-inactive.png b/templates/Platinum/Windows/maximize-toggled-inactive.png similarity index 100% rename from Platinum/Windows/maximize-toggled-inactive.png rename to templates/Platinum/Windows/maximize-toggled-inactive.png diff --git a/Platinum/Windows/maximize-toggled-pressed.png b/templates/Platinum/Windows/maximize-toggled-pressed.png similarity index 100% rename from Platinum/Windows/maximize-toggled-pressed.png rename to templates/Platinum/Windows/maximize-toggled-pressed.png diff --git a/Platinum/Windows/menu-active.png b/templates/Platinum/Windows/menu-active.png similarity index 100% rename from Platinum/Windows/menu-active.png rename to templates/Platinum/Windows/menu-active.png diff --git a/Platinum/Windows/menu-inactive.png b/templates/Platinum/Windows/menu-inactive.png similarity index 100% rename from Platinum/Windows/menu-inactive.png rename to templates/Platinum/Windows/menu-inactive.png diff --git a/Platinum/Windows/menu-pressed.png b/templates/Platinum/Windows/menu-pressed.png similarity index 100% rename from Platinum/Windows/menu-pressed.png rename to templates/Platinum/Windows/menu-pressed.png diff --git a/Platinum/Windows/right-active.png b/templates/Platinum/Windows/right-active.png similarity index 100% rename from Platinum/Windows/right-active.png rename to templates/Platinum/Windows/right-active.png diff --git a/Platinum/Windows/right-inactive.png b/templates/Platinum/Windows/right-inactive.png similarity index 100% rename from Platinum/Windows/right-inactive.png rename to templates/Platinum/Windows/right-inactive.png diff --git a/Platinum/Windows/shade-active.png b/templates/Platinum/Windows/shade-active.png similarity index 100% rename from Platinum/Windows/shade-active.png rename to templates/Platinum/Windows/shade-active.png diff --git a/Platinum/Windows/shade-inactive.png b/templates/Platinum/Windows/shade-inactive.png similarity index 100% rename from Platinum/Windows/shade-inactive.png rename to templates/Platinum/Windows/shade-inactive.png diff --git a/Platinum/Windows/shade-pressed.png b/templates/Platinum/Windows/shade-pressed.png similarity index 100% rename from Platinum/Windows/shade-pressed.png rename to templates/Platinum/Windows/shade-pressed.png diff --git a/Platinum/Windows/stick-active.png b/templates/Platinum/Windows/stick-active.png similarity index 100% rename from Platinum/Windows/stick-active.png rename to templates/Platinum/Windows/stick-active.png diff --git a/Platinum/Windows/stick-inactive.png b/templates/Platinum/Windows/stick-inactive.png similarity index 100% rename from Platinum/Windows/stick-inactive.png rename to templates/Platinum/Windows/stick-inactive.png diff --git a/Platinum/Windows/stick-pressed.png b/templates/Platinum/Windows/stick-pressed.png similarity index 100% rename from Platinum/Windows/stick-pressed.png rename to templates/Platinum/Windows/stick-pressed.png diff --git a/Platinum/Windows/stick-toggled-active.png b/templates/Platinum/Windows/stick-toggled-active.png similarity index 100% rename from Platinum/Windows/stick-toggled-active.png rename to templates/Platinum/Windows/stick-toggled-active.png diff --git a/Platinum/Windows/title-1-active.png b/templates/Platinum/Windows/title-1-active.png similarity index 100% rename from Platinum/Windows/title-1-active.png rename to templates/Platinum/Windows/title-1-active.png diff --git a/Platinum/Windows/title-1-inactive.png b/templates/Platinum/Windows/title-1-inactive.png similarity index 100% rename from Platinum/Windows/title-1-inactive.png rename to templates/Platinum/Windows/title-1-inactive.png diff --git a/Platinum/Windows/title-2-active.png b/templates/Platinum/Windows/title-2-active.png similarity index 100% rename from Platinum/Windows/title-2-active.png rename to templates/Platinum/Windows/title-2-active.png diff --git a/Platinum/Windows/title-2-inactive.png b/templates/Platinum/Windows/title-2-inactive.png similarity index 100% rename from Platinum/Windows/title-2-inactive.png rename to templates/Platinum/Windows/title-2-inactive.png diff --git a/Platinum/Windows/title-3-active.png b/templates/Platinum/Windows/title-3-active.png similarity index 100% rename from Platinum/Windows/title-3-active.png rename to templates/Platinum/Windows/title-3-active.png diff --git a/Platinum/Windows/title-3-inactive.png b/templates/Platinum/Windows/title-3-inactive.png similarity index 100% rename from Platinum/Windows/title-3-inactive.png rename to templates/Platinum/Windows/title-3-inactive.png diff --git a/Platinum/Windows/title-4-active.png b/templates/Platinum/Windows/title-4-active.png similarity index 100% rename from Platinum/Windows/title-4-active.png rename to templates/Platinum/Windows/title-4-active.png diff --git a/Platinum/Windows/title-4-inactive.png b/templates/Platinum/Windows/title-4-inactive.png similarity index 100% rename from Platinum/Windows/title-4-inactive.png rename to templates/Platinum/Windows/title-4-inactive.png diff --git a/Platinum/Windows/title-5-active.png b/templates/Platinum/Windows/title-5-active.png similarity index 100% rename from Platinum/Windows/title-5-active.png rename to templates/Platinum/Windows/title-5-active.png diff --git a/Platinum/Windows/title-5-inactive.png b/templates/Platinum/Windows/title-5-inactive.png similarity index 100% rename from Platinum/Windows/title-5-inactive.png rename to templates/Platinum/Windows/title-5-inactive.png diff --git a/Platinum/Windows/top-left-active.png b/templates/Platinum/Windows/top-left-active.png similarity index 100% rename from Platinum/Windows/top-left-active.png rename to templates/Platinum/Windows/top-left-active.png diff --git a/Platinum/Windows/top-left-inactive.png b/templates/Platinum/Windows/top-left-inactive.png similarity index 100% rename from Platinum/Windows/top-left-inactive.png rename to templates/Platinum/Windows/top-left-inactive.png diff --git a/Platinum/Windows/top-right-active.png b/templates/Platinum/Windows/top-right-active.png similarity index 100% rename from Platinum/Windows/top-right-active.png rename to templates/Platinum/Windows/top-right-active.png diff --git a/Platinum/Windows/top-right-inactive.png b/templates/Platinum/Windows/top-right-inactive.png similarity index 100% rename from Platinum/Windows/top-right-inactive.png rename to templates/Platinum/Windows/top-right-inactive.png diff --git a/Platinum/folder.png b/templates/Platinum/folder.png similarity index 100% rename from Platinum/folder.png rename to templates/Platinum/folder.png diff --git a/brutalism.html b/templates/brutalism.html similarity index 100% rename from brutalism.html rename to templates/brutalism.html diff --git a/glassmorphism.html b/templates/glassmorphism.html similarity index 100% rename from glassmorphism.html rename to templates/glassmorphism.html diff --git a/neumorphism.html b/templates/neumorphism.html similarity index 100% rename from neumorphism.html rename to templates/neumorphism.html diff --git a/platinum.html b/templates/platinum.html similarity index 100% rename from platinum.html rename to templates/platinum.html