[dw-free] Theme: Muted Seashore (Fluid Measure)
[commit: http://hg.dwscoalition.org/dw-free/rev/c3cf0e3d9637]
http://bugs.dwscoalition.org/show_bug.cgi?id=2058
New theme for Fluid Measure (layout with rounded corners) by
cimorene
Patch and screenshot by 900degrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2058
New theme for Fluid Measure (layout with rounded corners) by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Patch and screenshot by 900degrees.
Files modified:
- bin/upgrading/s2layers/fluidmeasure/themes.s2
- cgi-bin/LJ/S2Theme/fluidmeasure.pm
- htdocs/img/customize/previews/fluidmeasure/mutedseashore.png
-------------------------------------------------------------------------------- diff -r 66e5ca517720 -r c3cf0e3d9637 bin/upgrading/s2layers/fluidmeasure/themes.s2 --- a/bin/upgrading/s2layers/fluidmeasure/themes.s2 Sun Nov 08 15:12:58 2009 +0000 +++ b/bin/upgrading/s2layers/fluidmeasure/themes.s2 Sun Nov 08 15:32:22 2009 +0000 @@ -1,3 +1,53 @@ +#NEWLAYER: fluidmeasure/mutedseashore +layerinfo type = "theme"; +layerinfo name = "Muted Seashore"; +layerinfo redist_uniq = "fluidmeasure/mutedseashore"; +layerinfo author_name = "cimorene"; + +set layout_authors = [ { "name" => "cimorene", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#C5BEA2"; +set color_page_title = "#fff"; +set color_page_link = "#2d5853"; +set color_page_link_visited = "#444444"; +set color_page_border = "#aea27a"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#5a9181"; +set color_footer_background = "#2d5853"; +set color_footer_link = "#fff"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#fff"; +set color_entry_border = "#eee"; +set color_entry_title = "#fff"; +set color_entry_title_background = "#5a9181"; + +##=============================== +## Comment Colors +##=============================== + +set color_module_title_background = "#5a9181"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#C5BEA2"; +set color_module_border = "#2d5853"; +set color_module_title = "#fff"; +set color_comment_title_background = "#346348"; + #NEWLAYER: fluidmeasure/nnwm2009 layerinfo "type" = "theme"; layerinfo "name" = "NNWM 2009"; diff -r 66e5ca517720 -r c3cf0e3d9637 cgi-bin/LJ/S2Theme/fluidmeasure.pm --- a/cgi-bin/LJ/S2Theme/fluidmeasure.pm Sun Nov 08 15:12:58 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/fluidmeasure.pm Sun Nov 08 15:32:22 2009 +0000 @@ -5,6 +5,11 @@ sub layout_prop { "layout_type" } sub layout_prop { "layout_type" } sub designer { "branchandroot" } + +package LJ::S2Theme::fluidmeasure::mutedseashore; +use base qw( LJ::S2Theme::fluidmeasure ); +sub cats { qw( ) } +sub designer { "cimorene" } package LJ::S2Theme::fluidmeasure::nnwm2009; use base qw( LJ::S2Theme::fluidmeasure ); diff -r 66e5ca517720 -r c3cf0e3d9637 htdocs/img/customize/previews/fluidmeasure/mutedseashore.png Binary file htdocs/img/customize/previews/fluidmeasure/mutedseashore.png has changed --------------------------------------------------------------------------------