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

[dw-nonfree] Theme: Pale Jewels (Transmogrified)

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

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

Pale Jewels: new theme for Transmogrified by [personal profile] dancing_serpent

Patch and screenshot by 900degrees.

Files modified:
  • bin/upgrading/s2layers/transmogrified/themes.s2
  • cgi-bin/LJ/S2Theme/transmogrified.pm
  • htdocs/img/customize/previews/transmogrified/palejewels.png
--------------------------------------------------------------------------------
diff -r 87f2a23d7d39 -r 7c2c10c5007a bin/upgrading/s2layers/transmogrified/themes.s2
--- a/bin/upgrading/s2layers/transmogrified/themes.s2	Mon Nov 02 22:48:42 2009 -0600
+++ b/bin/upgrading/s2layers/transmogrified/themes.s2	Sun Nov 08 15:43:40 2009 +0000
@@ -516,6 +516,83 @@ set color_module_text = "#000000";
 set color_module_text = "#000000";
 set color_footer_link = "#6ab1b2";
 set color_tagspage_background = "#effeff";
+
+#NEWLAYER: transmogrified/palejewels
+layerinfo type = "theme";
+layerinfo name = "Pale Jewels";
+layerinfo redist_uniq = "transmogrified/palejewels";
+layerinfo author_name = "dancing_serpent";
+ 
+set layout_authors = [ { "name" => "dancing_serpent", "type" => "user" } ];
+
+set color_page_background = "#886c9d";
+set color_main_background = "#e9faee";
+set color_page_text = "#363636";
+set color_page_title_background = "#a3a68a";
+set color_page_title = "#363636";
+set color_page_link = "#ad5176";
+set color_page_link_hover = "#ff9966";
+set color_page_link_active = "#ff9966";
+set color_page_link_visited = "#ad5176";
+
+set color_header_background = "#886c9d";
+set color_header_text = "#363636";
+set color_header_hover_background = "#e9faee";
+set color_header_hover = "#ff9966";
+
+set color_module_link = "#ad5176";
+set color_module_link_hover = "#ff9966";
+set color_module_link_active = "#ff9966";
+set color_module_link_visited = "#ad5176";
+set color_module_border = "#886c9d";
+set color_module_text = "#363636";
+set color_module_background = "#e9faee";
+set color_module_title = "#363636";
+set color_module_title_background = "#a3a68a";
+set color_module_title_border = "#a3a68a";
+
+set color_entry_border = "#e9faee";
+set color_entry_background = "#e9faee";
+set color_entry_link = "#ad5176";
+set color_entry_link_hover = "#ff9966";
+set color_entry_link_active = "#ff9966";
+set color_entry_link_visited = "#ad5176";
+set color_entry_text = "#363636";
+set color_entry_title = "#363636";
+set color_entry_title_border = "#a3a68a";
+set color_entry_title_background = "#a3a68a";
+set color_entry_border_alt = "#e9faee";
+set color_entry_background_alt = "#e9faee";
+set color_entry_link_alt = "#ad5176";
+set color_entry_link_hover_alt = "#ff9966";
+set color_entry_link_active_alt = "#ff9966";
+set color_entry_link_visited_alt = "#ad5176";
+set color_entry_text_alt = "#363636";
+set color_entry_subject_alt = "#363636";
+set color_entry_subject_alt_border = "#886c9d";
+set color_entry_subject_alt_background = "#886c9d";
+
+set color_footer_background = "#a3a68a";
+set color_footer_text = "#363636";
+set color_footer_link = "#ad5176";
+
+set color_navigation_text = "#363636";
+set color_navigation_background = "#e9faee";
+set color_navigation_border = "#e9faee";
+
+set color_archivemonth_background = "#e9faee";
+set color_archivemonth_border = "#e9faee";
+set color_archivemonth_title = "#363636";
+set color_archivemonth_title_border = "#a3a68a";
+set color_archivemonth_title_background = "#a3a68a";
+
+set color_tagspage_title = "#363636";
+set color_tagspage_title_border = "#a3a68a";
+set color_tagspage_background = "#e9faee";
+set color_tagspage_border = "#e9faee";
+set color_tagspage_title_background = "#a3a68a";
+
+set color_comments_form_border = "#e9faee";
 
 #NEWLAYER: transmogrified/subtlealmond
 layerinfo "type" = "theme";
diff -r 87f2a23d7d39 -r 7c2c10c5007a cgi-bin/LJ/S2Theme/transmogrified.pm
--- a/cgi-bin/LJ/S2Theme/transmogrified.pm	Mon Nov 02 22:48:42 2009 -0600
+++ b/cgi-bin/LJ/S2Theme/transmogrified.pm	Sun Nov 08 15:43:40 2009 +0000
@@ -124,6 +124,10 @@ sub cats { qw( featured ) }
 sub cats { qw( featured ) }
 sub designer { "dancing_serpent" }
 
+package LJ::S2Theme::transmogrified::palejewels;
+use base qw( LJ::S2Theme::transmogrified );
+sub cats { qw( ) }
+sub designer { "dancing_serpent" }
 
 package LJ::S2Theme::transmogrified::subtlealmond;
 use base qw( LJ::S2Theme::transmogrified );
diff -r 87f2a23d7d39 -r 7c2c10c5007a htdocs/img/customize/previews/transmogrified/palejewels.png
Binary file htdocs/img/customize/previews/transmogrified/palejewels.png has changed
--------------------------------------------------------------------------------