From 27a58851d956ada93af563bd5848cc0ab3a5f97d Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Tue, 17 Apr 2007 08:08:02 +0000 Subject: [PATCH] - Patch #132018 by Steven et al: add .info files to themes. --- themes/bluemarine/bluemarine.info | 3 +++ themes/chameleon/chameleon.info | 9 +++++++++ themes/chameleon/marvin/marvin.info | 5 +++++ themes/garland/garland.info | 3 +++ themes/garland/minnelli/minnelli.info | 3 +++ themes/pushbutton/pushbutton.info | 3 +++ 6 files changed, 26 insertions(+) create mode 100644 themes/bluemarine/bluemarine.info create mode 100644 themes/chameleon/chameleon.info create mode 100644 themes/chameleon/marvin/marvin.info create mode 100644 themes/garland/garland.info create mode 100644 themes/garland/minnelli/minnelli.info create mode 100644 themes/pushbutton/pushbutton.info diff --git a/themes/bluemarine/bluemarine.info b/themes/bluemarine/bluemarine.info new file mode 100644 index 000000000000..9ab8fb44cd09 --- /dev/null +++ b/themes/bluemarine/bluemarine.info @@ -0,0 +1,3 @@ +; $Id$ +name = Bluemarine +description = Table-based multi-column theme with a marine and ash color scheme. diff --git a/themes/chameleon/chameleon.info b/themes/chameleon/chameleon.info new file mode 100644 index 000000000000..7c120d336644 --- /dev/null +++ b/themes/chameleon/chameleon.info @@ -0,0 +1,9 @@ +; $Id$ +name = Chameleon +description = Minimalist tabled theme with light colors. +regions[left] = Left sidebar +regions[right] = Right sidebar +features[] = logo +features[] = favicon +features[] = name +features[] = slogan diff --git a/themes/chameleon/marvin/marvin.info b/themes/chameleon/marvin/marvin.info new file mode 100644 index 000000000000..d72deaeb61fe --- /dev/null +++ b/themes/chameleon/marvin/marvin.info @@ -0,0 +1,5 @@ +; $Id$ +name = Marvin +description = Boxy tabled theme in all grays. +regions[left] = Left sidebar +regions[right] = Right sidebar diff --git a/themes/garland/garland.info b/themes/garland/garland.info new file mode 100644 index 000000000000..7f2d65677cef --- /dev/null +++ b/themes/garland/garland.info @@ -0,0 +1,3 @@ +; $Id$ +name = Garland +description = Tableless, recolorable, multi-column, fluid width theme (default). diff --git a/themes/garland/minnelli/minnelli.info b/themes/garland/minnelli/minnelli.info new file mode 100644 index 000000000000..34795cbdfffd --- /dev/null +++ b/themes/garland/minnelli/minnelli.info @@ -0,0 +1,3 @@ +; $Id$ +name = Minnelli +description = Tableless, recolorable, multi-column, fixed width theme. diff --git a/themes/pushbutton/pushbutton.info b/themes/pushbutton/pushbutton.info new file mode 100644 index 000000000000..f76b1dd3bdf3 --- /dev/null +++ b/themes/pushbutton/pushbutton.info @@ -0,0 +1,3 @@ +; $Id$ +name = Pushbutton +description = Tabled, multi-column theme in blue and orange tones. \ No newline at end of file -- GitLab