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-10-03 02:20 pm

[dw-nonfree] Theme: Red Contrast (Sunday Morning)

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/a1ef32ffaa84]

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

New theme: Red Contrast, by [personal profile] ambrya

Patch by [personal profile] ninetydegrees, screenshot by [personal profile] piranha.

Files modified:
  • bin/upgrading/s2layers/sundaymorning/themes.s2
  • cgi-bin/LJ/S2Theme/sundaymorning.pm
  • htdocs/img/customize/previews/sundaymorning/redcontrast.png
--------------------------------------------------------------------------------
diff -r 5e8b455b9796 -r a1ef32ffaa84 bin/upgrading/s2layers/sundaymorning/themes.s2
--- a/bin/upgrading/s2layers/sundaymorning/themes.s2	Sat Oct 03 13:51:57 2009 +0000
+++ b/bin/upgrading/s2layers/sundaymorning/themes.s2	Sat Oct 03 14:19:56 2009 +0000
@@ -186,6 +186,50 @@ set color_navigation_text = "#444000";
 set color_navigation_text = "#444000";
 
 
+#NEWLAYER: sundaymorning/redcontrast
+layerinfo type = "theme";
+layerinfo name = "Red Contrast";
+layerinfo redist_uniq = "sundaymorning/redcontrast";
+layerinfo author_name = "ambrya";
+
+set layout_authors = [ { "name" => "ambrya", "type" => "user" }];
+
+set color_page_background = "#5a0000";
+set color_page_text = "#82fa64";
+set color_page_link = "#fff499";
+set color_page_link_active = "#e2b586";
+set color_page_link_hover = "#e2b586";
+set color_page_link_visited = "#fff499";
+
+set color_page_title = "#82fa64";
+set color_header_text = "#82fa64";
+set color_header_hover = "#5a0000";
+set color_header_hover_background = "#82fa64";
+
+set color_module_text = "#c3ffb1";
+set color_module_link = "#e2b586";
+set color_module_link_active = "#fff499";
+set color_module_link_hover = "#fff499";
+set color_module_link_visited = "#e2b586";
+set color_module_background = "#3c0000";
+set color_module_border = "#82fa64";
+
+set color_module_title_background = "#5a0000";
+set color_module_title_border = "#1a4918";
+
+set color_entry_text = "#b7ff78";
+set color_entry_background = "#3c0000";
+set color_entry_border = "#82fa64";
+
+set color_entry_title_background = "#5a0000";
+set color_entry_title_border = "#82fa64";
+
+set color_entry_link = "#82fa64";
+set color_entry_link_active = "#c3ffb1";
+set color_entry_link_hover = "#c3ffb1";
+set color_entry_link_visited = "#82fa64";
+
+
 #NEWLAYER: sundaymorning/redsquiggle
 layerinfo type = "theme";
 layerinfo name = "Red Squiggle";
diff -r 5e8b455b9796 -r a1ef32ffaa84 cgi-bin/LJ/S2Theme/sundaymorning.pm
--- a/cgi-bin/LJ/S2Theme/sundaymorning.pm	Sat Oct 03 13:51:57 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm	Sat Oct 03 14:19:56 2009 +0000
@@ -23,6 +23,10 @@ use base qw( LJ::S2Theme::sundaymorning 
 use base qw( LJ::S2Theme::sundaymorning );
 sub cats { qw() }
 
+package LJ::S2Theme::sundaymorning::redcontrast;
+use base qw( LJ::S2Theme::sundaymorning );
+sub cats { qw( ) }
+sub designer { "ambrya" }
 package LJ::S2Theme::sundaymorning::redsquiggle;
 use base qw( LJ::S2Theme::sundaymorning );
 sub cats { qw( featured ) }
diff -r 5e8b455b9796 -r a1ef32ffaa84 htdocs/img/customize/previews/sundaymorning/redcontrast.png
Binary file htdocs/img/customize/previews/sundaymorning/redcontrast.png has changed
--------------------------------------------------------------------------------