fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-09-23 08:50 am

[dw-free] Tranquility III: Deep Purple by dancing_serpent

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

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

New theme for Tranquility III (light on dark, in shades of purple), by [personal profile] dancing_serpent

Patch by [personal profile] dancing_serpent, preview image by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/tranquilityiii/themes.s2
  • cgi-bin/LJ/S2Theme/tranquilityiii.pm
  • htdocs/img/customize/previews/tranquilityiii/deeppurple.png
--------------------------------------------------------------------------------
diff -r 546822cdaab6 -r 1bcdca023b48 bin/upgrading/s2layers/tranquilityiii/themes.s2
--- a/bin/upgrading/s2layers/tranquilityiii/themes.s2	Thu Sep 23 16:40:17 2010 +0800
+++ b/bin/upgrading/s2layers/tranquilityiii/themes.s2	Thu Sep 23 16:50:43 2010 +0800
@@ -78,6 +78,67 @@ function Page::print_theme_stylesheet() 
         }
     """;
 }
+
+
+#NEWLAYER: tranquilityiii/deeppurple
+layerinfo type = "theme";
+layerinfo name = "Deep Purple";
+layerinfo redist_uniq = "tranquilityiii/deeppurple";
+layerinfo author_name = "dancing_serpent";
+
+set theme_authors = [ { "name" => "dancing_serpent", "type" => "user" } ];
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#23002c";
+set color_page_border = "#000000";
+set color_page_link = "#6e368b";
+set color_page_link_active = "#8a5598";
+set color_page_link_hover = "#8a5598";
+set color_page_link_visited = "#6e368b";
+set color_page_text = "#b8aae5";
+
+set color_header_background = "#000000";
+set color_page_title = "#8a5598";
+
+set color_footer_background = "#000000";
+set color_footer_link = "#6e368b";
+set color_footer_link_active = "#8a5598";
+set color_footer_link_hover = "#8a5598";
+set color_footer_link_visited = "#6e368b";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#000000";
+set color_entry_border = "#000000";
+set color_entry_interaction_links = "#6e368b";
+set color_entry_link = "#6e368b";
+set color_entry_link_active = "#8a5598";
+set color_entry_link_hover = "#8a5598";
+set color_entry_link_visited = "#6e368b";
+set color_entry_text = "#b8aae5";
+set color_entry_title = "#8a5598";
+set color_entry_title_background = "#000000";
+
+set color_comment_title_background = "#000000";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#000000";
+set color_module_border = "#000000";
+set color_module_link = "#6e368b";
+set color_module_link_active = "#8a5598";
+set color_module_link_hover = "#8a5598";
+set color_module_link_visited = "#6e368b";
+set color_module_text = "#b8aae5";
+set color_module_title = "#b8aae5";
+set color_module_title_background = "#000000";
 
 
 #NEWLAYER: tranquilityiii/freshblue
diff -r 546822cdaab6 -r 1bcdca023b48 cgi-bin/LJ/S2Theme/tranquilityiii.pm
--- a/cgi-bin/LJ/S2Theme/tranquilityiii.pm	Thu Sep 23 16:40:17 2010 +0800
+++ b/cgi-bin/LJ/S2Theme/tranquilityiii.pm	Thu Sep 23 16:50:43 2010 +0800
@@ -10,6 +10,11 @@ package LJ::S2Theme::tranquilityiii::bri
 package LJ::S2Theme::tranquilityiii::brick;
 use base qw( LJ::S2Theme::tranquilityiii );
 sub cats { qw() }
+
+package LJ::S2Theme::tranquilityiii::deeppurple;
+use base qw( LJ::S2Theme::tranquilityiii );
+sub cats { qw() }
+sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::tranquilityiii::clearmessages;
 use base qw( LJ::S2Theme::tranquilityiii );
diff -r 546822cdaab6 -r 1bcdca023b48 htdocs/img/customize/previews/tranquilityiii/deeppurple.png
Binary file htdocs/img/customize/previews/tranquilityiii/deeppurple.png has changed
--------------------------------------------------------------------------------
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2010-09-23 12:22 pm (UTC)(link)
Deep Purple before Clear Messages...

Glad I'm not the only one who's got problems with the alphabet. :P

Edit: BTW I'll go over it as part of bug 2894 as there are other minor things to tweak so no worries.
Edited 2010-09-23 12:24 (UTC)