From e9a8a46fc92669236e37dd096f5a849aed74ca6a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 May 2011 18:56:53 +0300 Subject: Replaced default theme by classic. Moving default theme to theme mana. --- data/themes/mana/CMakeLists.txt | 5 ++++ data/themes/mana/Makefile.am | 9 +++++++ data/themes/mana/colors.xml | 54 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 data/themes/mana/CMakeLists.txt create mode 100644 data/themes/mana/Makefile.am create mode 100644 data/themes/mana/colors.xml (limited to 'data/themes/mana') diff --git a/data/themes/mana/CMakeLists.txt b/data/themes/mana/CMakeLists.txt new file mode 100644 index 000000000..6103cebe6 --- /dev/null +++ b/data/themes/mana/CMakeLists.txt @@ -0,0 +1,5 @@ +SET (FILES + colors.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/mana) diff --git a/data/themes/mana/Makefile.am b/data/themes/mana/Makefile.am new file mode 100644 index 000000000..53253d93e --- /dev/null +++ b/data/themes/mana/Makefile.am @@ -0,0 +1,9 @@ + +guidir = $(pkgdatadir)/data/themes/mana + +gui_DATA = \ + colors.xml + +EXTRA_DIST = \ + $(gui_DATA) \ + CMakeLists.txt diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml new file mode 100644 index 000000000..85ed2b414 --- /dev/null +++ b/data/themes/mana/colors.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2