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-01 05:36 pm

[dw-nonfree] Theme: Black Eye (Transmogrified)

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

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

New theme: Black Eye (purple on black theme for Transmogrified), by [personal profile] dancing_serpent

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/transmogrified/themes.s2
  • cgi-bin/LJ/S2Theme/transmogrified.pm
--------------------------------------------------------------------------------
diff -r 5bb42e4bbd66 -r 9324dc62a036 bin/upgrading/s2layers/transmogrified/themes.s2
--- a/bin/upgrading/s2layers/transmogrified/themes.s2	Thu Oct 01 17:23:43 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/themes.s2	Thu Oct 01 17:35:14 2009 +0000
@@ -62,6 +62,76 @@ set color_tagspage_border = "#739adf";
 set color_tagspage_border = "#739adf";
 set color_tagspage_title_background = "#cfe0e6";
 set color_comments_form_border = "#fc7f3f";
+
+
+#NEWLAYER: transmogrified/blackeye
+layerinfo type = "theme";
+layerinfo name = "Black Eye";
+layerinfo redist_uniq = "transmogrified/blackeye";
+layerinfo author_name = "dancing_serpent";
+
+set layout_authors = [ { "name" => "dancing_serpent", "type" => "user" }];
+
+set color_module_title_border = "#8a5598";
+set color_header_hover = "#8a5598";
+set color_entry_subject_alt = "#000000";
+set color_module_link_hover = "#b8aae5";
+set color_entry_title_border = "#8a5598";
+set color_archivemonth_title = "#8a5598";
+set color_header_background = "#8a5598";
+set color_header_text = "#000000";
+set color_tagspage_title_border = "#000000";
+set color_entry_background_alt = "#000000";
+set color_page_background = "#8a5598";
+set color_footer_text = "#b8aae5";
+set color_entry_link_hover_alt = "#b8aae5";
+set color_archivemonth_border = "#8a5598";
+set color_entry_link_hover = "#b8aae5";
+set color_module_border = "#8a5598";
+set color_entry_link = "#6e368b";
+set color_page_title_background = "#000000";
+set color_tagspage_border = "#000000";
+set color_entry_title = "#000000";
+set color_entry_link_active_alt = "#6e368b";
+set color_navigation_border = "#000000";
+set color_archivemonth_background = "#000000";
+set color_page_link_hover = "#b8aae5";
+set color_entry_link_active = "#6e368b";
+set color_tagspage_title_background = "#8a5598";
+set color_entry_background = "#000000";
+set color_entry_subject_alt_background = "#8a5598";
+set color_main_background = "#000000";
+set color_page_link_active = "#6e368b";
+set color_page_link = "#6e368b";
+set color_module_background = "#000000";
+set color_page_text = "#b8aae5";
+set color_header_hover_background = "#000000";
+set color_module_title = "#b8aae5";
+set color_entry_border = "#8a5598";
+set color_entry_text = "#b8aae5";
+set color_footer_background = "#8a5598";
+set color_entry_border_alt = "#8a5598";
+set color_entry_link_alt = "#6e368b";
+set color_entry_subject_alt_border = "#8a5598";
+set color_navigation_background = "#000000";
+set color_module_title_background = "#000000";
+set color_archivemonth_title_background = "#000000";
+set color_page_title = "#8a5598";
+set color_entry_text_alt = "#b8aae5";
+set color_module_link = "#6e368b";
+set color_entry_link_visited = "#6e368b";
+set color_comments_form_border = "#000000";
+set color_module_link_visited = "#6e368b";
+set color_page_link_visited = "#6e368b";
+set color_navigation_text = "#b8aae5";
+set color_entry_title_background = "#8a5598";
+set color_entry_link_visited_alt = "#6e368b";
+set color_archivemonth_title_border = "#000000";
+set color_module_link_active = "#6e368b";
+set color_tagspage_title = "#000000";
+set color_module_text = "#b8aae5";
+set color_footer_link = "#000000";
+
 
 #NEWLAYER: transmogrified/blackorwhite
 layerinfo "type" = "theme";
diff -r 5bb42e4bbd66 -r 9324dc62a036 cgi-bin/LJ/S2Theme/transmogrified.pm
--- a/cgi-bin/LJ/S2Theme/transmogrified.pm	Thu Oct 01 17:23:43 2009 +0000
+++ b/cgi-bin/LJ/S2Theme/transmogrified.pm	Thu Oct 01 17:35:14 2009 +0000
@@ -81,52 +81,49 @@ use base qw( LJ::S2Theme::transmogrified
 use base qw( LJ::S2Theme::transmogrified );
 sub cats { qw( base ) }
 
+package LJ::S2Theme::transmogrified::blackeye;
+use base qw( LJ::S2Theme::transmogrified );
+sub cats { qw() }
+sub designer { "dancing_serpent" }
+
 package LJ::S2Theme::transmogrified::blackorwhite;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw() }
 sub designer { "zvi" }
 
 
 package LJ::S2Theme::transmogrified::cottoncandydust;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw() }
 sub designer { "zvi" }
 
 
 package LJ::S2Theme::transmogrified::earthandsky;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw() }
 sub designer { "zvi" }
 
 
 package LJ::S2Theme::transmogrified::goldenticket;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw() }
 sub designer { "zvi" }
 
 package LJ::S2Theme::transmogrified::ocean;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw() }
 sub designer { "dancing_serpent" }
 
 
 package LJ::S2Theme::transmogrified::subtlealmond;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw() }
 sub designer { "zvi" }
 
 
 package LJ::S2Theme::transmogrified::whiteorblack;
 use base qw( LJ::S2Theme::transmogrified );
-
 sub cats { qw( featured ) }
 sub designer { "zvi" }
 
-
 1;
--------------------------------------------------------------------------------

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