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-12-11 03:49 pm

[dw-free] Theme: Plastic Grass (Modish)

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

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

Theme for Modish: Plastic Grass, by [personal profile] zvi

Patch and screenshot by [personal profile] wyntarvox.

Files modified:
  • bin/upgrading/s2layers/modish/themes.s2
  • cgi-bin/LJ/S2Theme/modish.pm
  • htdocs/img/customize/previews/modish/plasticgrass.png
--------------------------------------------------------------------------------
diff -r f79ce52d5c1d -r e9c38b4446a4 bin/upgrading/s2layers/modish/themes.s2
--- a/bin/upgrading/s2layers/modish/themes.s2	Fri Dec 11 14:23:58 2009 +0000
+++ b/bin/upgrading/s2layers/modish/themes.s2	Fri Dec 11 15:48:55 2009 +0000
@@ -89,6 +89,23 @@ set color_page_text = "#ffffff";
 set color_page_text = "#ffffff";
 set color_page_title = "#ef8229";
 
+#NEWLAYER: modish/plasticgrass
+layerinfo type = "theme";
+layerinfo name = "Plastic Grass";
+layerinfo author_name = "zvi";
+layerinfo redist_uniq = "modish/plasticgrass";
+
+set layout_authors = [ { "name" => "zvi", "type" => "user" } ];
+
+set color_page_link_active = "#d59b90";
+set color_page_background = "#ffffff";
+set color_page_link = "#a9c384";
+set color_page_title = "#9A7EA2";
+set color_page_text = "#000000";
+set color_page_link_visited = "#83608d";
+set color_header_background = "#c2d7a6";
+set color_page_link_hover = "#e8bbb3";
+set color_page_border = "#a9c384";
 
 #NEWLAYER: modish/verdigris
 layerinfo type = "theme";
diff -r f79ce52d5c1d -r e9c38b4446a4 cgi-bin/LJ/S2Theme/modish.pm
--- a/cgi-bin/LJ/S2Theme/modish.pm	Fri Dec 11 14:23:58 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/modish.pm	Fri Dec 11 15:48:55 2009 +0000
@@ -23,6 +23,10 @@ sub cats { qw ( ) }
 sub cats { qw ( ) }
 sub designer { "zvi" }
 
+package LJ::S2Theme::modish::plasticgrass;
+use base qw( LJ::S2Theme::modish );
+sub cats { qw ( ) }
+sub designer { "zvi" }
 
 package LJ::S2Theme::modish::verdigris;
 use base qw( LJ::S2Theme::modish );
diff -r f79ce52d5c1d -r e9c38b4446a4 htdocs/img/customize/previews/modish/plasticgrass.png
Binary file htdocs/img/customize/previews/modish/plasticgrass.png has changed
--------------------------------------------------------------------------------