mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-21 05:38 am

[dw-free] Theme: Repose (Basic Boxes)

[commit: http://hg.dwscoalition.org/dw-free/rev/9607e3bcd682]

http://bugs.dwscoalition.org/show_bug.cgi?id=1817

New color theme for Basic Boxes.

Patch by [personal profile] wyntarvox.

Files modified:
  • bin/upgrading/s2layers/basicboxes/themes.s2
  • cgi-bin/LJ/S2Theme/basicboxes.pm
--------------------------------------------------------------------------------
diff -r b6e9ca6a88ec -r 9607e3bcd682 bin/upgrading/s2layers/basicboxes/themes.s2
--- a/bin/upgrading/s2layers/basicboxes/themes.s2	Mon Sep 21 05:14:53 2009 +0000
+++ b/bin/upgrading/s2layers/basicboxes/themes.s2	Mon Sep 21 05:38:15 2009 +0000
@@ -322,3 +322,44 @@ set color_module_title = "#125468";
 set color_module_title = "#125468";
 set color_module_title_background = "#FFF6ED";
 
+#NEWLAYER: basicboxes/repose
+layerinfo type = "theme";
+layerinfo name = "Repose";
+layerinfo redist_uniq = "basicboxes/repose";
+layerinfo author_name = "twtd";
+
+set layout_authors = [ { "name" => "twtd", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#2C1503";
+set color_page_link = "#9F632C";
+set color_page_text = "#ffffff";
+set color_page_border = "#7bb4ab";
+set color_page_title = "#ffffff";
+
+set color_header_background = "#7bb4ab";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#ffffff";
+set color_entry_text = "#000000";
+set color_entry_link = "#7bb4ab";
+set color_entry_link_visited = "#7bb4ab";
+set color_entry_border = "#2C1503";
+set color_entry_title = "#ffffff";
+set color_entry_title_background = "#7bb4ab";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#A6DAD1";
+set color_module_text = "#43230a";
+set color_module_border = "#7bb4ab";
+set color_module_title = "#43230a";
+set color_module_title_background = "#ffffff";
diff -r b6e9ca6a88ec -r 9607e3bcd682 cgi-bin/LJ/S2Theme/basicboxes.pm
--- a/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Sep 21 05:14:53 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/basicboxes.pm	Mon Sep 21 05:38:15 2009 +0000
@@ -41,4 +41,9 @@ use base qw( LJ::S2Theme::basicboxes );
 use base qw( LJ::S2Theme::basicboxes );
 sub cats { qw() }
 
+package LJ::S2Theme::basicboxes::repose;
+use base qw( LJ::S2Theme::basicboxes );
+sub cats { qw() }
+sub designer { "twtd" }
+
 1;
--------------------------------------------------------------------------------