From 124a109b6c9c8ef319bb43fd088d844d26591d26 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 16 Sep 2011 02:49:58 +0300 Subject: Add unity theme by freya. --- data/themes/unity/CMakeLists.txt | 47 ++++++++++++++++++ data/themes/unity/Makefile.am | 51 +++++++++++++++++++ data/themes/unity/beingpopup.xml | 19 +++++++ data/themes/unity/button.png | Bin 0 -> 956 bytes data/themes/unity/button_disabled.png | Bin 0 -> 955 bytes data/themes/unity/buttonhi.png | Bin 0 -> 956 bytes data/themes/unity/buttonpress.png | Bin 0 -> 956 bytes data/themes/unity/char.xml | 19 +++++++ data/themes/unity/checkbox.png | Bin 0 -> 1028 bytes data/themes/unity/close_button.png | Bin 0 -> 1218 bytes data/themes/unity/colors.xml | 69 ++++++++++++++++++++++++++ data/themes/unity/deepbox.png | Bin 0 -> 476 bytes data/themes/unity/hscroll_left_default.png | Bin 0 -> 247 bytes data/themes/unity/hscroll_left_highlight.png | Bin 0 -> 247 bytes data/themes/unity/hscroll_left_pressed.png | Bin 0 -> 247 bytes data/themes/unity/hscroll_right_default.png | Bin 0 -> 241 bytes data/themes/unity/hscroll_right_highlight.png | Bin 0 -> 249 bytes data/themes/unity/hscroll_right_pressed.png | Bin 0 -> 249 bytes data/themes/unity/item_shortcut_bgr.png | Bin 0 -> 1243 bytes data/themes/unity/itempopup.xml | 19 +++++++ data/themes/unity/popup.xml | 19 +++++++ data/themes/unity/progress.png | Bin 0 -> 259 bytes data/themes/unity/radioin.png | Bin 0 -> 292 bytes data/themes/unity/radioin_highlight.png | Bin 0 -> 298 bytes data/themes/unity/radioout.png | Bin 0 -> 268 bytes data/themes/unity/radioout_highlight.png | Bin 0 -> 262 bytes data/themes/unity/resize.png | Bin 0 -> 164 bytes data/themes/unity/selection.png | Bin 0 -> 216 bytes data/themes/unity/slider.png | Bin 0 -> 1246 bytes data/themes/unity/slider_hilight.png | Bin 0 -> 1246 bytes data/themes/unity/sticky_button.png | Bin 0 -> 432 bytes data/themes/unity/tab.png | Bin 0 -> 1211 bytes data/themes/unity/tab_hilight.png | Bin 0 -> 212 bytes data/themes/unity/tabselected.png | Bin 0 -> 210 bytes data/themes/unity/textpopup.xml | 19 +++++++ data/themes/unity/vscroll_down_default.png | Bin 0 -> 256 bytes data/themes/unity/vscroll_down_highlight.png | Bin 0 -> 256 bytes data/themes/unity/vscroll_down_pressed.png | Bin 0 -> 256 bytes data/themes/unity/vscroll_grey.png | Bin 0 -> 210 bytes data/themes/unity/vscroll_highlight.png | Bin 0 -> 205 bytes data/themes/unity/vscroll_up_default.png | Bin 0 -> 249 bytes data/themes/unity/vscroll_up_highlight.png | Bin 0 -> 252 bytes data/themes/unity/vscroll_up_pressed.png | Bin 0 -> 252 bytes data/themes/unity/window.png | Bin 0 -> 12508 bytes data/themes/unity/window.xml | 19 +++++++ 45 files changed, 281 insertions(+) create mode 100644 data/themes/unity/CMakeLists.txt create mode 100644 data/themes/unity/Makefile.am create mode 100644 data/themes/unity/beingpopup.xml create mode 100644 data/themes/unity/button.png create mode 100644 data/themes/unity/button_disabled.png create mode 100644 data/themes/unity/buttonhi.png create mode 100644 data/themes/unity/buttonpress.png create mode 100644 data/themes/unity/char.xml create mode 100644 data/themes/unity/checkbox.png create mode 100644 data/themes/unity/close_button.png create mode 100644 data/themes/unity/colors.xml create mode 100644 data/themes/unity/deepbox.png create mode 100644 data/themes/unity/hscroll_left_default.png create mode 100644 data/themes/unity/hscroll_left_highlight.png create mode 100644 data/themes/unity/hscroll_left_pressed.png create mode 100644 data/themes/unity/hscroll_right_default.png create mode 100644 data/themes/unity/hscroll_right_highlight.png create mode 100644 data/themes/unity/hscroll_right_pressed.png create mode 100644 data/themes/unity/item_shortcut_bgr.png create mode 100644 data/themes/unity/itempopup.xml create mode 100644 data/themes/unity/popup.xml create mode 100644 data/themes/unity/progress.png create mode 100644 data/themes/unity/radioin.png create mode 100644 data/themes/unity/radioin_highlight.png create mode 100644 data/themes/unity/radioout.png create mode 100644 data/themes/unity/radioout_highlight.png create mode 100644 data/themes/unity/resize.png create mode 100644 data/themes/unity/selection.png create mode 100644 data/themes/unity/slider.png create mode 100644 data/themes/unity/slider_hilight.png create mode 100644 data/themes/unity/sticky_button.png create mode 100644 data/themes/unity/tab.png create mode 100644 data/themes/unity/tab_hilight.png create mode 100644 data/themes/unity/tabselected.png create mode 100644 data/themes/unity/textpopup.xml create mode 100644 data/themes/unity/vscroll_down_default.png create mode 100644 data/themes/unity/vscroll_down_highlight.png create mode 100644 data/themes/unity/vscroll_down_pressed.png create mode 100644 data/themes/unity/vscroll_grey.png create mode 100644 data/themes/unity/vscroll_highlight.png create mode 100644 data/themes/unity/vscroll_up_default.png create mode 100644 data/themes/unity/vscroll_up_highlight.png create mode 100644 data/themes/unity/vscroll_up_pressed.png create mode 100644 data/themes/unity/window.png create mode 100644 data/themes/unity/window.xml (limited to 'data/themes/unity') diff --git a/data/themes/unity/CMakeLists.txt b/data/themes/unity/CMakeLists.txt new file mode 100644 index 000000000..06d4f2920 --- /dev/null +++ b/data/themes/unity/CMakeLists.txt @@ -0,0 +1,47 @@ +SET (FILES + beingpopup.xml + button.png + button_disabled.png + buttonhi.png + buttonpress.png + char.xml + checkbox.png + close_button.png + colors.xml + deepbox.png + hscroll_left_default.png + hscroll_left_highlight.png + hscroll_left_pressed.png + hscroll_right_default.png + hscroll_right_highlight.png + hscroll_right_pressed.png + item_shortcut_bgr.png + itempopup.xml + popup.xml + progress.png + radioin.png + radioin_highlight.png + radioout.png + radioout_highlight.png + resize.png + selection.png + slider.png + slider_hilight.png + sticky_button.png + tab.png + tab_hilight.png + tabselected.png + textpopup.xml + vscroll_down_default.png + vscroll_down_highlight.png + vscroll_down_pressed.png + vscroll_grey.png + vscroll_highlight.png + vscroll_up_default.png + vscroll_up_highlight.png + vscroll_up_pressed.png + window.png + window.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/unity) diff --git a/data/themes/unity/Makefile.am b/data/themes/unity/Makefile.am new file mode 100644 index 000000000..fb91baa5f --- /dev/null +++ b/data/themes/unity/Makefile.am @@ -0,0 +1,51 @@ + +guidir = $(pkgdatadir)/data/themes/unity + +gui_DATA = \ + beingpopup.xml \ + button.png \ + button_disabled.png \ + buttonhi.png \ + buttonpress.png \ + char.xml \ + checkbox.png \ + close_button.png \ + colors.xml \ + deepbox.png \ + window.xml \ + hscroll_left_default.png \ + hscroll_left_highlight.png \ + hscroll_left_pressed.png \ + hscroll_right_default.png \ + hscroll_right_highlight.png \ + hscroll_right_pressed.png \ + item_shortcut_bgr.png \ + itempopup.xml \ + popup.xml \ + progress.png \ + radioin.png \ + radioin_highlight.png \ + radioout.png \ + radioout_highlight.png \ + resize.png \ + selection.png \ + slider.png \ + slider_hilight.png \ + sticky_button.png \ + tab.png \ + tab_hilight.png \ + tabselected.png \ + textpopup.xml \ + vscroll_down_default.png \ + vscroll_down_highlight.png \ + vscroll_down_pressed.png \ + vscroll_grey.png \ + vscroll_highlight.png \ + vscroll_up_default.png \ + vscroll_up_highlight.png \ + vscroll_up_pressed.png \ + window.png + +EXTRA_DIST = \ + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/themes/unity/beingpopup.xml b/data/themes/unity/beingpopup.xml new file mode 100644 index 000000000..215d4528e --- /dev/null +++ b/data/themes/unity/beingpopup.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/data/themes/unity/button.png b/data/themes/unity/button.png new file mode 100644 index 000000000..5e2bfbfc4 Binary files /dev/null and b/data/themes/unity/button.png differ diff --git a/data/themes/unity/button_disabled.png b/data/themes/unity/button_disabled.png new file mode 100644 index 000000000..b709473ae Binary files /dev/null and b/data/themes/unity/button_disabled.png differ diff --git a/data/themes/unity/buttonhi.png b/data/themes/unity/buttonhi.png new file mode 100644 index 000000000..83318d19a Binary files /dev/null and b/data/themes/unity/buttonhi.png differ diff --git a/data/themes/unity/buttonpress.png b/data/themes/unity/buttonpress.png new file mode 100644 index 000000000..5e2bfbfc4 Binary files /dev/null and b/data/themes/unity/buttonpress.png differ diff --git a/data/themes/unity/char.xml b/data/themes/unity/char.xml new file mode 100644 index 000000000..215d4528e --- /dev/null +++ b/data/themes/unity/char.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/data/themes/unity/checkbox.png b/data/themes/unity/checkbox.png new file mode 100644 index 000000000..2b1a1b5ec Binary files /dev/null and b/data/themes/unity/checkbox.png differ diff --git a/data/themes/unity/close_button.png b/data/themes/unity/close_button.png new file mode 100644 index 000000000..3eb0866be Binary files /dev/null and b/data/themes/unity/close_button.png differ diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml new file mode 100644 index 000000000..c1bca3d8c --- /dev/null +++ b/data/themes/unity/colors.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/themes/unity/deepbox.png b/data/themes/unity/deepbox.png new file mode 100644 index 000000000..e6dae6a45 Binary files /dev/null and b/data/themes/unity/deepbox.png differ diff --git a/data/themes/unity/hscroll_left_default.png b/data/themes/unity/hscroll_left_default.png new file mode 100644 index 000000000..a5e588041 Binary files /dev/null and b/data/themes/unity/hscroll_left_default.png differ diff --git a/data/themes/unity/hscroll_left_highlight.png b/data/themes/unity/hscroll_left_highlight.png new file mode 100644 index 000000000..38da69a96 Binary files /dev/null and b/data/themes/unity/hscroll_left_highlight.png differ diff --git a/data/themes/unity/hscroll_left_pressed.png b/data/themes/unity/hscroll_left_pressed.png new file mode 100644 index 000000000..38da69a96 Binary files /dev/null and b/data/themes/unity/hscroll_left_pressed.png differ diff --git a/data/themes/unity/hscroll_right_default.png b/data/themes/unity/hscroll_right_default.png new file mode 100644 index 000000000..3346f8c95 Binary files /dev/null and b/data/themes/unity/hscroll_right_default.png differ diff --git a/data/themes/unity/hscroll_right_highlight.png b/data/themes/unity/hscroll_right_highlight.png new file mode 100644 index 000000000..76b62aeba Binary files /dev/null and b/data/themes/unity/hscroll_right_highlight.png differ diff --git a/data/themes/unity/hscroll_right_pressed.png b/data/themes/unity/hscroll_right_pressed.png new file mode 100644 index 000000000..76b62aeba Binary files /dev/null and b/data/themes/unity/hscroll_right_pressed.png differ diff --git a/data/themes/unity/item_shortcut_bgr.png b/data/themes/unity/item_shortcut_bgr.png new file mode 100644 index 000000000..03b9b9a79 Binary files /dev/null and b/data/themes/unity/item_shortcut_bgr.png differ diff --git a/data/themes/unity/itempopup.xml b/data/themes/unity/itempopup.xml new file mode 100644 index 000000000..215d4528e --- /dev/null +++ b/data/themes/unity/itempopup.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/data/themes/unity/popup.xml b/data/themes/unity/popup.xml new file mode 100644 index 000000000..215d4528e --- /dev/null +++ b/data/themes/unity/popup.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/data/themes/unity/progress.png b/data/themes/unity/progress.png new file mode 100644 index 000000000..47c0724d4 Binary files /dev/null and b/data/themes/unity/progress.png differ diff --git a/data/themes/unity/radioin.png b/data/themes/unity/radioin.png new file mode 100644 index 000000000..7c82fe0e0 Binary files /dev/null and b/data/themes/unity/radioin.png differ diff --git a/data/themes/unity/radioin_highlight.png b/data/themes/unity/radioin_highlight.png new file mode 100644 index 000000000..bdc5decd3 Binary files /dev/null and b/data/themes/unity/radioin_highlight.png differ diff --git a/data/themes/unity/radioout.png b/data/themes/unity/radioout.png new file mode 100644 index 000000000..7fa4f97c4 Binary files /dev/null and b/data/themes/unity/radioout.png differ diff --git a/data/themes/unity/radioout_highlight.png b/data/themes/unity/radioout_highlight.png new file mode 100644 index 000000000..c43d19b9a Binary files /dev/null and b/data/themes/unity/radioout_highlight.png differ diff --git a/data/themes/unity/resize.png b/data/themes/unity/resize.png new file mode 100644 index 000000000..15f3fb9dd Binary files /dev/null and b/data/themes/unity/resize.png differ diff --git a/data/themes/unity/selection.png b/data/themes/unity/selection.png new file mode 100644 index 000000000..0dfceb7c5 Binary files /dev/null and b/data/themes/unity/selection.png differ diff --git a/data/themes/unity/slider.png b/data/themes/unity/slider.png new file mode 100644 index 000000000..1762289b6 Binary files /dev/null and b/data/themes/unity/slider.png differ diff --git a/data/themes/unity/slider_hilight.png b/data/themes/unity/slider_hilight.png new file mode 100644 index 000000000..99cda32d8 Binary files /dev/null and b/data/themes/unity/slider_hilight.png differ diff --git a/data/themes/unity/sticky_button.png b/data/themes/unity/sticky_button.png new file mode 100644 index 000000000..bed1b0a91 Binary files /dev/null and b/data/themes/unity/sticky_button.png differ diff --git a/data/themes/unity/tab.png b/data/themes/unity/tab.png new file mode 100644 index 000000000..8b473466d Binary files /dev/null and b/data/themes/unity/tab.png differ diff --git a/data/themes/unity/tab_hilight.png b/data/themes/unity/tab_hilight.png new file mode 100644 index 000000000..2c2f84ed0 Binary files /dev/null and b/data/themes/unity/tab_hilight.png differ diff --git a/data/themes/unity/tabselected.png b/data/themes/unity/tabselected.png new file mode 100644 index 000000000..b2ad6ed13 Binary files /dev/null and b/data/themes/unity/tabselected.png differ diff --git a/data/themes/unity/textpopup.xml b/data/themes/unity/textpopup.xml new file mode 100644 index 000000000..215d4528e --- /dev/null +++ b/data/themes/unity/textpopup.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/data/themes/unity/vscroll_down_default.png b/data/themes/unity/vscroll_down_default.png new file mode 100644 index 000000000..d7e6b61ac Binary files /dev/null and b/data/themes/unity/vscroll_down_default.png differ diff --git a/data/themes/unity/vscroll_down_highlight.png b/data/themes/unity/vscroll_down_highlight.png new file mode 100644 index 000000000..e3e5dbf3b Binary files /dev/null and b/data/themes/unity/vscroll_down_highlight.png differ diff --git a/data/themes/unity/vscroll_down_pressed.png b/data/themes/unity/vscroll_down_pressed.png new file mode 100644 index 000000000..e3e5dbf3b Binary files /dev/null and b/data/themes/unity/vscroll_down_pressed.png differ diff --git a/data/themes/unity/vscroll_grey.png b/data/themes/unity/vscroll_grey.png new file mode 100644 index 000000000..f18e7058d Binary files /dev/null and b/data/themes/unity/vscroll_grey.png differ diff --git a/data/themes/unity/vscroll_highlight.png b/data/themes/unity/vscroll_highlight.png new file mode 100644 index 000000000..157502dbc Binary files /dev/null and b/data/themes/unity/vscroll_highlight.png differ diff --git a/data/themes/unity/vscroll_up_default.png b/data/themes/unity/vscroll_up_default.png new file mode 100644 index 000000000..2b559dfda Binary files /dev/null and b/data/themes/unity/vscroll_up_default.png differ diff --git a/data/themes/unity/vscroll_up_highlight.png b/data/themes/unity/vscroll_up_highlight.png new file mode 100644 index 000000000..f2b171d83 Binary files /dev/null and b/data/themes/unity/vscroll_up_highlight.png differ diff --git a/data/themes/unity/vscroll_up_pressed.png b/data/themes/unity/vscroll_up_pressed.png new file mode 100644 index 000000000..f2b171d83 Binary files /dev/null and b/data/themes/unity/vscroll_up_pressed.png differ diff --git a/data/themes/unity/window.png b/data/themes/unity/window.png new file mode 100644 index 000000000..c325c1f2e Binary files /dev/null and b/data/themes/unity/window.png differ diff --git a/data/themes/unity/window.xml b/data/themes/unity/window.xml new file mode 100644 index 000000000..410d07b4c --- /dev/null +++ b/data/themes/unity/window.xml @@ -0,0 +1,19 @@ + + + + -- cgit v1.2.3-60-g2f50