afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-11-28 10:01 am

[dw-free] Theme: Clean Sheets (Modish)

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

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

New theme for Modish: Clean Sheets by [personal profile] zvi

Patch and screenshot by wyntarvox.

Files modified:
  • bin/upgrading/s2layers/modish/themes.s2
  • cgi-bin/LJ/S2Theme/modish.pm
  • htdocs/img/customize/previews/modish/cleansheets.png
--------------------------------------------------------------------------------
diff -r d510d250961a -r cb3016e86c40 bin/upgrading/s2layers/modish/themes.s2
--- a/bin/upgrading/s2layers/modish/themes.s2	Sat Nov 28 09:54:17 2009 +0000
+++ b/bin/upgrading/s2layers/modish/themes.s2	Sat Nov 28 10:01:10 2009 +0000
@@ -1,3 +1,22 @@
+#NEWLAYER: modish/cleansheets
+layerinfo type = "theme";
+layerinfo name = "Clean Sheets";
+layerinfo redist_uniq = "modish/cleansheets";
+layerinfo author_name = "zvi";
+
+set layout_authors = [ { "name" => "zvi", "type" => "user" } ];
+
+set color_page_link_active = "#090974";
+set color_page_background = "#ffffff";
+set color_page_link = "#ff9200";
+set color_page_title = "#1b1bb3";
+set color_page_text = "#1b1bb3";
+set color_page_link_visited = "#1BB31B";
+set color_page_link_hover = "#7373d9";
+set color_page_border = "#1b1bb3";
+
+set color_module_link_hover ="#B31B1B";
+
 #NEWLAYER: modish/greyscale
 layerinfo type = "theme";
 layerinfo name = "Greyscale";
diff -r d510d250961a -r cb3016e86c40 cgi-bin/LJ/S2Theme/modish.pm
--- a/cgi-bin/LJ/S2Theme/modish.pm	Sat Nov 28 09:54:17 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/modish.pm	Sat Nov 28 10:01:10 2009 +0000
@@ -5,6 +5,12 @@ sub layout_prop { "layout_type" }
 sub layout_prop { "layout_type" }
 
 sub designer { "branchandroot" }
+
+package LJ::S2Theme::modish::cleansheets;
+use base qw( LJ::S2Theme::modish );
+
+sub cats { qw ( ) }
+sub designer { "zvi" }
 
 package LJ::S2Theme::modish::greyscale;
 use base qw( LJ::S2Theme::modish );
diff -r d510d250961a -r cb3016e86c40 htdocs/img/customize/previews/modish/cleansheets.png
Binary file htdocs/img/customize/previews/modish/cleansheets.png has changed
--------------------------------------------------------------------------------