[dw-free] Barnhouse (Brittle)
[commit: http://hg.dwscoalition.org/dw-free/rev/992e96117a7b]
http://bugs.dwscoalition.org/show_bug.cgi?id=2650
New theme "Barnhouse" for Brittle layout.
Theme and patch by
edgeraven. Preview image by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2650
New theme "Barnhouse" for Brittle layout.
Theme and patch by
![[profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/brittle/themes.s2
- cgi-bin/LJ/S2Theme/brittle.pm
- htdocs/img/customize/previews/brittle/barnhouse.png
-------------------------------------------------------------------------------- diff -r 54af92f900a1 -r 992e96117a7b bin/upgrading/s2layers/brittle/themes.s2 --- a/bin/upgrading/s2layers/brittle/themes.s2 Sat Jun 05 00:10:18 2010 +0800 +++ b/bin/upgrading/s2layers/brittle/themes.s2 Sat Jun 05 17:53:33 2010 -0500 @@ -1,3 +1,41 @@ +#NEWLAYER: brittle/barnhouse +layerinfo "type" = "theme"; +layerinfo "name" = "Barnhouse"; +layerinfo redist_uniq = "brittle/barnhouse"; +layerinfo author_name = "edgeraven"; + +set layout_authors = [ { "name" => "edgeraven", "type" => "user" } ]; + +## Page Colors + +set color_page_background = "#bc3d26"; +set color_page_text = "#0e0e0e"; +set color_page_link = "#8f1600"; +set color_page_link_hover = "#672700"; +set color_page_link_visited = "#4C1C00"; + +## Header and Footer Colors + +set color_footer_background = "#fc9180"; +set color_footer_link = "#8f1600"; +set color_footer_link_hover = "#672700"; +set color_footer_link_visited = "#4C1C00"; + +## Entry Colors + +set color_entry_background = "#fc9180"; +set color_entry_text = "#0e0e0e"; +set color_entry_link = "#8f1600"; +set color_entry_link_hover = "#672700"; +set color_entry_link_visited = "#4C1C00"; + +## Module Colors + +set color_navigation_module_background = "#fc9180"; +set color_navigation_module_link = "#8f1600"; +set color_navigation_module_link_hover = "#672700"; +set color_navigation_module_link_visited = "#4C1C00"; + #NEWLAYER: brittle/nnwm2009 layerinfo type = "theme"; layerinfo name = "NNWM 2009"; diff -r 54af92f900a1 -r 992e96117a7b cgi-bin/LJ/S2Theme/brittle.pm --- a/cgi-bin/LJ/S2Theme/brittle.pm Sat Jun 05 00:10:18 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/brittle.pm Sat Jun 05 17:53:33 2010 -0500 @@ -36,6 +36,11 @@ sub entry_props { return $self->_append_props( "entry_props", @props ); } +package LJ::S2Theme::brittle::barnhouse; +use base qw( LJ::S2Theme::brittle ); +sub cats { qw( ) } +sub designer { "edgeraven" } + package LJ::S2Theme::brittle::nnwm2009; use base qw( LJ::S2Theme::brittle ); sub cats { qw( ) } diff -r 54af92f900a1 -r 992e96117a7b htdocs/img/customize/previews/brittle/barnhouse.png Binary file htdocs/img/customize/previews/brittle/barnhouse.png has changed --------------------------------------------------------------------------------