From 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jan 2011 01:48:38 +0200 Subject: Initial commit. This code based on mana client http://www.gitorious.org/mana/mana and my private repository. --- data/themes/enchilado/CMakeLists.txt | 14 ++++++++ data/themes/enchilado/Makefile.am | 17 ++++++++++ data/themes/enchilado/button.png | Bin 0 -> 2659 bytes data/themes/enchilado/button_disabled.png | Bin 0 -> 2659 bytes data/themes/enchilado/buttonhi.png | Bin 0 -> 2659 bytes data/themes/enchilado/buttonpress.png | Bin 0 -> 2659 bytes data/themes/enchilado/colors.xml | 53 ++++++++++++++++++++++++++++++ data/themes/enchilado/tab.png | Bin 0 -> 867 bytes data/themes/enchilado/tab_hilight.png | Bin 0 -> 2344 bytes data/themes/enchilado/tabselected.png | Bin 0 -> 2344 bytes data/themes/enchilado/window.png | Bin 0 -> 7500 bytes data/themes/enchilado/window.xml | 19 +++++++++++ 12 files changed, 103 insertions(+) create mode 100644 data/themes/enchilado/CMakeLists.txt create mode 100755 data/themes/enchilado/Makefile.am create mode 100644 data/themes/enchilado/button.png create mode 100644 data/themes/enchilado/button_disabled.png create mode 100644 data/themes/enchilado/buttonhi.png create mode 100644 data/themes/enchilado/buttonpress.png create mode 100644 data/themes/enchilado/colors.xml create mode 100644 data/themes/enchilado/tab.png create mode 100644 data/themes/enchilado/tab_hilight.png create mode 100644 data/themes/enchilado/tabselected.png create mode 100644 data/themes/enchilado/window.png create mode 100644 data/themes/enchilado/window.xml (limited to 'data/themes/enchilado') diff --git a/data/themes/enchilado/CMakeLists.txt b/data/themes/enchilado/CMakeLists.txt new file mode 100644 index 000000000..8b6277eaf --- /dev/null +++ b/data/themes/enchilado/CMakeLists.txt @@ -0,0 +1,14 @@ +SET (FILES + button.png + button_disabled.png + buttonhi.png + buttonpress.png + colors.xml + tab.png + tab_hilight.png + tabselected.png + window.png + window.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/enchilado) diff --git a/data/themes/enchilado/Makefile.am b/data/themes/enchilado/Makefile.am new file mode 100755 index 000000000..4e09c11f1 --- /dev/null +++ b/data/themes/enchilado/Makefile.am @@ -0,0 +1,17 @@ + +guidir = $(pkgdatadir)/data/themes/enchilado + +gui_DATA = \ + button.png \ + button_disabled.png \ + buttonhi.png \ + buttonpress.png \ + colors.xml \ + tab.png \ + tab_hilight.png \ + tabselected.png \ + window.png \ + window.xml + +EXTRA_DIST = \ + $(gui_DATA) diff --git a/data/themes/enchilado/button.png b/data/themes/enchilado/button.png new file mode 100644 index 000000000..f6fdeaa9e Binary files /dev/null and b/data/themes/enchilado/button.png differ diff --git a/data/themes/enchilado/button_disabled.png b/data/themes/enchilado/button_disabled.png new file mode 100644 index 000000000..d570fbad8 Binary files /dev/null and b/data/themes/enchilado/button_disabled.png differ diff --git a/data/themes/enchilado/buttonhi.png b/data/themes/enchilado/buttonhi.png new file mode 100644 index 000000000..6e2575c1b Binary files /dev/null and b/data/themes/enchilado/buttonhi.png differ diff --git a/data/themes/enchilado/buttonpress.png b/data/themes/enchilado/buttonpress.png new file mode 100644 index 000000000..03b01d4f2 Binary files /dev/null and b/data/themes/enchilado/buttonpress.png differ diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml new file mode 100644 index 000000000..026c150a5 --- /dev/null +++ b/data/themes/enchilado/colors.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/themes/enchilado/tab.png b/data/themes/enchilado/tab.png new file mode 100644 index 000000000..3a00d7d12 Binary files /dev/null and b/data/themes/enchilado/tab.png differ diff --git a/data/themes/enchilado/tab_hilight.png b/data/themes/enchilado/tab_hilight.png new file mode 100644 index 000000000..67eecc2a5 Binary files /dev/null and b/data/themes/enchilado/tab_hilight.png differ diff --git a/data/themes/enchilado/tabselected.png b/data/themes/enchilado/tabselected.png new file mode 100644 index 000000000..259d3d343 Binary files /dev/null and b/data/themes/enchilado/tabselected.png differ diff --git a/data/themes/enchilado/window.png b/data/themes/enchilado/window.png new file mode 100644 index 000000000..1d1b5bb34 Binary files /dev/null and b/data/themes/enchilado/window.png differ diff --git a/data/themes/enchilado/window.xml b/data/themes/enchilado/window.xml new file mode 100644 index 000000000..015c6ce32 --- /dev/null +++ b/data/themes/enchilado/window.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2