[dw-free] Drifting: 2 themes
[commit: http://hg.dwscoalition.org/dw-free/rev/ea37a2264c0c]
http://bugs.dwscoalition.org/show_bug.cgi?id=3440
Two new themes for Drifting by
timeasmymeasure.
Patch and previews by ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3440
Two new themes for Drifting by
Patch and previews by ninetydegrees.
Files modified:
- bin/upgrading/s2layers/drifting/themes.s2
- htdocs/img/customize/previews/drifting/springmornings.png
- htdocs/img/customize/previews/drifting/wintermornings.png
--------------------------------------------------------------------------------
diff -r 561d4c06e7ba -r ea37a2264c0c bin/upgrading/s2layers/drifting/themes.s2
--- a/bin/upgrading/s2layers/drifting/themes.s2 Mon Apr 04 16:20:07 2011 +0800
+++ b/bin/upgrading/s2layers/drifting/themes.s2 Mon Apr 04 17:36:49 2011 +0800
@@ -360,6 +360,40 @@ function Page::print_theme_stylesheet()
""";
}
+#NEWLAYER: drifting/springmornings
+layerinfo type = "theme";
+layerinfo name = "Spring Mornings";
+layerinfo redist_uniq = "drifting/springmornings";
+layerinfo author_name = "timeasmymeasure";
+
+set theme_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fffdcf";
+set color_page_border = "#888";
+set color_page_link = "#2f9f27";
+set color_page_text = "#616161";
+set color_page_title = "#2f9f27";
+set color_header_background = "#fffdcf";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#FFFEEC";
+set color_entry_border = "#888";
+set color_entry_title = "#4f4f4f";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_border = "#888";
+set color_module_title = "#4f4f4f";
+
#NEWLAYER: drifting/sweetpossibilities
layerinfo type = "theme";
@@ -448,3 +482,38 @@ set font_journal_title_size = "2.5";
set font_journal_title_size = "2.5";
set font_module_heading = "Trebuchet MS, Arial";
set font_title_fallback = "sans-serif";
+
+
+#NEWLAYER: drifting/wintermornings
+layerinfo type = "theme";
+layerinfo name = "Winter Mornings";
+layerinfo redist_uniq = "drifting/wintermornings";
+layerinfo author_name = "timeasmymeasure";
+
+set theme_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#fafafa";
+set color_page_border = "#888";
+set color_page_link = "#246c9f";
+set color_page_text = "#616161";
+set color_page_title = "#246c9f";
+set color_header_background = "#fafafa";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#f4f4f4";
+set color_entry_border = "#888";
+set color_entry_title = "#4f4f4f";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_border = "#888";
+set color_module_title = "#4f4f4f";
diff -r 561d4c06e7ba -r ea37a2264c0c htdocs/img/customize/previews/drifting/springmornings.png
Binary file htdocs/img/customize/previews/drifting/springmornings.png has changed
diff -r 561d4c06e7ba -r ea37a2264c0c htdocs/img/customize/previews/drifting/wintermornings.png
Binary file htdocs/img/customize/previews/drifting/wintermornings.png has changed
--------------------------------------------------------------------------------
