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-19 03:07 pm

[dw-free] Themes: Beach After Sunset and Pigeon Blue (Fluid Measure)

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

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

Two new themes for Fluid Measure, by [personal profile] dancing_serpent:

* Beach After Sunset (shades of orange and dark greens and blues)
* Pigeon Blue (clean shades of blues)

Patch and screenshot by 900degrees.

Files modified:
  • bin/upgrading/s2layers/fluidmeasure/themes.s2
  • cgi-bin/LJ/S2Theme/fluidmeasure.pm
  • htdocs/img/customize/previews/fluidmeasure/beachaftersunset.png
  • htdocs/img/customize/previews/fluidmeasure/pigeonblue.png
--------------------------------------------------------------------------------
diff -r a7a5cc5b836b -r d67bcdc2a02b bin/upgrading/s2layers/fluidmeasure/themes.s2
--- a/bin/upgrading/s2layers/fluidmeasure/themes.s2	Thu Nov 19 14:48:12 2009 +0000
+++ b/bin/upgrading/s2layers/fluidmeasure/themes.s2	Thu Nov 19 15:05:58 2009 +0000
@@ -1,3 +1,70 @@
+#NEWLAYER: fluidmeasure/beachaftersunset
+layerinfo type = "theme";
+layerinfo name = "Beach After Sunset";
+layerinfo redist_uniq = "fluidmeasure/beachaftersunset";
+layerinfo author_name = "dancing_serpent";
+ 
+set layout_authors = [ { "name" => "dancing_serpent", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#be7303";
+set color_page_text = "#be7303";
+set color_page_link = "#1f6b68";
+set color_page_link_active = "6b4d1f";
+set color_page_link_hover = "6b4d1f";
+set color_page_link_visited = "#1f6b68";
+set color_page_border = "#be7303";
+set color_page_title = "#1f6b68";
+
+##===============================
+## Header and Footer Colors
+##===============================
+
+set color_header_background = "#1f2727";
+set color_footer_background = "#6b4d1f";
+set color_footer_link = "#1f2727";
+set color_footer_link_active = "1f6b68";
+set color_footer_link_hover = "1f6b68";
+set color_footer_link_visited = "1f2727";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#264241";
+set color_entry_text = "be7303";
+set color_entry_link = "1f6b68";
+set color_entry_link_active = "6b4d1f";
+set color_entry_link_hover = "6b4d1f";
+set color_entry_link_visited = "1f6b68";
+set color_entry_border = "#1f2727";
+set color_entry_title = "#1f2727";
+set color_entry_title_background = "#1f6b68";
+set color_entry_interaction_links = "1f6b68";
+
+##===============================
+## Comment Colors
+##===============================
+
+set color_comment_title_background = "#1f6b68";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#264241";
+set color_module_text = "1f6b68";
+set color_module_link = "#6b4d1f";
+set color_module_link_active = "6b4d1f";
+set color_module_link_hover = "6b4d1f";
+set color_module_link_visited = "#6b4d1f";
+set color_module_title = "#1f2727";
+set color_module_title_background = "#1f6b68";
+set color_module_border = "#6b4d1f";
+
 #NEWLAYER: fluidmeasure/mutedseashore
 layerinfo type = "theme";
 layerinfo name = "Muted Seashore";
@@ -146,6 +213,73 @@ function Page::print_theme_stylesheet() 
 
 }
 
+#NEWLAYER: fluidmeasure/pigeonblue
+layerinfo type = "theme";
+layerinfo name = "Pigeon Blue";
+layerinfo redist_uniq = "fluidmeasure/pigeonblue";
+layerinfo author_name = "dancing_serpent";
+ 
+set layout_authors = [ { "name" => "dancing_serpent", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#babdc4";
+set color_page_text = "#babdc4";
+set color_page_link = "#454f70";
+set color_page_link_active = "808aac";
+set color_page_link_hover = "808aac";
+set color_page_link_visited = "#454f70";
+set color_page_border = "#babdc4";
+set color_page_title = "#454f70";
+
+##===============================
+## Header and Footer Colors
+##===============================
+
+set color_header_background = "#020920";
+set color_footer_background = "#808aac";
+set color_footer_link = "#020920";
+set color_footer_link_active = "454f70";
+set color_footer_link_hover = "454f70";
+set color_footer_link_visited = "020920";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#19223f";
+set color_entry_text = "babdc4";
+set color_entry_link = "454f70";
+set color_entry_link_active = "808aac";
+set color_entry_link_hover = "808aac";
+set color_entry_link_visited = "454f70";
+set color_entry_border = "#020920";
+set color_entry_title = "#020920";
+set color_entry_title_background = "#454f70";
+set color_entry_interaction_links = "454f70";
+
+##===============================
+## Comment Colors
+##===============================
+
+set color_comment_title_background = "#454f70";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#19223f";
+set color_module_text = "454f70";
+set color_module_link = "#808aac";
+set color_module_link_active = "808aac";
+set color_module_link_hover = "808aac";
+set color_module_link_visited = "#808aac";
+set color_module_title = "#020920";
+set color_module_title_background = "#454f70";
+set color_module_border = "#808aac";
+
 #NEWLAYER: fluidmeasure/spice
 layerinfo type = "theme";
 layerinfo name = "Spice";
diff -r a7a5cc5b836b -r d67bcdc2a02b cgi-bin/LJ/S2Theme/fluidmeasure.pm
--- a/cgi-bin/LJ/S2Theme/fluidmeasure.pm	Thu Nov 19 14:48:12 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/fluidmeasure.pm	Thu Nov 19 15:05:58 2009 +0000
@@ -5,6 +5,11 @@ sub layout_prop { "layout_type" }
 sub layout_prop { "layout_type" }
 
 sub designer { "branchandroot" }
+
+package LJ::S2Theme::fluidmeasure::beachaftersunset;
+use base qw( LJ::S2Theme::fluidmeasure );
+sub cats { qw( ) }
+sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::fluidmeasure::mutedseashore;
 use base qw( LJ::S2Theme::fluidmeasure );
@@ -20,6 +25,11 @@ use base qw( LJ::S2Theme::fluidmeasure )
 use base qw( LJ::S2Theme::fluidmeasure );
 sub cats { qw() }
 
+package LJ::S2Theme::fluidmeasure::pigeonblue;
+use base qw( LJ::S2Theme::fluidmeasure );
+sub cats { qw( ) }
+sub designer { "dancing_serpent" }
+
 package LJ::S2Theme::fluidmeasure::spice;
 use base qw( LJ::S2Theme::fluidmeasure );
 sub cats { qw( base ) }
diff -r a7a5cc5b836b -r d67bcdc2a02b htdocs/img/customize/previews/fluidmeasure/beachaftersunset.png
Binary file htdocs/img/customize/previews/fluidmeasure/beachaftersunset.png has changed
diff -r a7a5cc5b836b -r d67bcdc2a02b htdocs/img/customize/previews/fluidmeasure/pigeonblue.png
Binary file htdocs/img/customize/previews/fluidmeasure/pigeonblue.png has changed
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org