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-08-23 03:12 pm

[dw-free] Basic Boxes Eggplant

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

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

Theme: Eggplant by [personal profile] kareila (Basic Boxes)

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/basicboxes/themes.s2
  • cgi-bin/LJ/S2Theme/basicboxes.pm
--------------------------------------------------------------------------------
diff -r 3ddda39173d7 -r 8d2954227d98 bin/upgrading/s2layers/basicboxes/themes.s2
--- a/bin/upgrading/s2layers/basicboxes/themes.s2	Sat Aug 22 19:07:36 2009 -0500
+++ b/bin/upgrading/s2layers/basicboxes/themes.s2	Sun Aug 23 15:10:39 2009 +0000
@@ -36,3 +36,43 @@ set color_module_border = "#566030";
 set color_module_border = "#566030";
 set color_module_title = "#566030";
 set color_module_title = "#e9eed3";
+
+#NEWLAYER: basicboxes/eggplant
+layerinfo type = "theme";
+layerinfo name = "Basic Boxes Eggplant";
+layerinfo redist_uniq = "basicboxes/eggplant";
+layerinfo author_name = "kareila";
+
+set layout_authors = [ { "name" => "kareila", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#40095d";
+set color_page_link = "#a8b257";
+set color_page_border = "#908aa6";
+set color_page_title = "#a8b257";
+
+set color_header_background = "#641471";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#641471";
+set color_entry_text = "#bb90e0";
+set color_entry_link = "#a8b257";
+set color_entry_link_visited = "#908aa6";
+set color_entry_border = "#908aa6";
+set color_entry_title = "#641471";
+set color_entry_title_background = "#a8b257";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#641471";
+set color_module_text = "#bb90e0";
+set color_module_border = "#bb90e0";
+set color_module_title = "#a8b257";
diff -r 3ddda39173d7 -r 8d2954227d98 cgi-bin/LJ/S2Theme/basicboxes.pm
--- a/cgi-bin/LJ/S2Theme/basicboxes.pm	Sat Aug 22 19:07:36 2009 -0500
+++ b/cgi-bin/LJ/S2Theme/basicboxes.pm	Sun Aug 23 15:10:39 2009 +0000
@@ -7,6 +7,10 @@ sub designer { "branchandroot" }
 sub designer { "branchandroot" }
 
 
+package LJ::S2Theme::basicboxes::eggplant;
+use base qw( LJ::S2Theme::basicboxes );
+sub cats { qw() }
+
 package LJ::S2Theme::basicboxes::green;
 use base qw( LJ::S2Theme::basicboxes );
 sub cats { qw( featured ) }
--------------------------------------------------------------------------------