[dw-nonfree] NNWM 2009: Multi-layout themed color bundle
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/fbc42011be98]
http://bugs.dwscoalition.org/show_bug.cgi?id=1974
Add NaNoWriMo 2009 colored themes to many styles.
Patch by
zvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1974
Add NaNoWriMo 2009 colored themes to many styles.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/sundaymorning/themes.s2
- cgi-bin/LJ/S2Theme/sundaymorning.pm
- cgi-bin/LJ/S2Theme/transmogrified.pm
-------------------------------------------------------------------------------- diff -r 76a39923d0bd -r fbc42011be98 bin/upgrading/s2layers/sundaymorning/themes.s2 --- a/bin/upgrading/s2layers/sundaymorning/themes.s2 Mon Oct 26 05:04:59 2009 +0000 +++ b/bin/upgrading/s2layers/sundaymorning/themes.s2 Sat Oct 31 04:55:44 2009 +0000 @@ -143,6 +143,32 @@ set color_module_link_hover = "#ccffcc"; set color_module_link_hover = "#ccffcc"; set color_module_link_active = "#ffcccc"; +#NEWLAYER: sundaymorning/nnwm2009 +layerinfo type = "theme"; +layerinfo name = "NNWM 2009"; +layerinfo redist_uniq = "sundaymorning/nnwm2009"; +layerinfo author_name = "zvi"; + +set layout_authors = [ { "name" => "zvi", "type" => "user" } ]; + +set color_footer_background = "#ffefbd"; +set color_footer_link = "#ef8229"; + +set color_header_background = "#ffefbd"; + +set color_module_background = "#ffefbd"; +set color_module_text="#000000"; +set color_module_title = "#ef8229"; + +set color_page_background = "#000000"; +set color_page_border = "#842021"; +set color_page_link = "#429ace"; +set color_page_link_active = "#A5CF39"; +set color_page_link_hover = "#842021"; +set color_page_link_visited = "#ef4921"; +set color_page_text = "#ffffff"; +set color_page_title = "#ef8229"; + #NEWLAYER: sundaymorning/pinkswirls layerinfo type = "theme"; diff -r 76a39923d0bd -r fbc42011be98 cgi-bin/LJ/S2Theme/sundaymorning.pm --- a/cgi-bin/LJ/S2Theme/sundaymorning.pm Mon Oct 26 05:04:59 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm Sat Oct 31 04:55:44 2009 +0000 @@ -14,6 +14,12 @@ package LJ::S2Theme::sundaymorning::gree package LJ::S2Theme::sundaymorning::greenswirls; use base qw( LJ::S2Theme::sundaymorning ); sub cats { qw(featured) } + + +package LJ::S2Theme::sundaymorning::nnwm2009; +use base qw( LJ::S2Theme::sundaymorning ); +sub cats { qw(featured) } +sub designer { "zvi" } package LJ::S2Theme::sundaymorning::pinkswirls; use base qw( LJ::S2Theme::sundaymorning ); diff -r 76a39923d0bd -r fbc42011be98 cgi-bin/LJ/S2Theme/transmogrified.pm --- a/cgi-bin/LJ/S2Theme/transmogrified.pm Mon Oct 26 05:04:59 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/transmogrified.pm Sat Oct 31 04:55:44 2009 +0000 @@ -109,6 +109,16 @@ sub cats { qw() } sub cats { qw() } sub designer { "zvi" } +package LJ::S2Theme::transmogrified::zvi; +use base qw( LJ::S2Theme::transmogrified ); +sub cats { qw() } +sub designer { "zvi" } + +package LJ::S2Theme::transmogrified::nnwm2009; +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() } --------------------------------------------------------------------------------