[dw-free] Theme: Hunter Green (Nouveau Oleanders)
[commit: http://hg.dwscoalition.org/dw-free/rev/15a5a8e65b64]
http://bugs.dwscoalition.org/show_bug.cgi?id=2654
New theme: Hunter Green by
dancing_serpent
Patch by
dancing_serpent.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2654
New theme: Hunter Green by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/nouveauoleanders/themes.s2
- cgi-bin/LJ/S2Theme/nouveauoleanders.pm
- htdocs/img/customize/previews/nouveauoleanders/huntergreen.png
-------------------------------------------------------------------------------- diff -r b2c975cd284c -r 15a5a8e65b64 bin/upgrading/s2layers/nouveauoleanders/themes.s2 --- a/bin/upgrading/s2layers/nouveauoleanders/themes.s2 Thu Jun 10 01:46:10 2010 +0800 +++ b/bin/upgrading/s2layers/nouveauoleanders/themes.s2 Thu Jun 10 18:40:37 2010 +0800 @@ -204,6 +204,62 @@ set color_module_title_background = "#28 set color_module_title_background = "#282421"; +#NEWLAYER: nouveauoleanders/huntergreen +layerinfo "type" = "theme"; +layerinfo "name" = "Hunter Green"; +layerinfo author_name = "dancing_serpent"; +layerinfo redist_uniq = "nouveauoleanders/huntergreen"; + +set layout_resources = [ { "name" => "OpenClipart", "url" => "http://www.openclipart.org/" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#ffffff"; +set color_page_link = "#006600"; +set color_page_link_active = "#b2cc64"; +set color_page_link_hover = "#b2cc64"; +set color_page_link_visited = "#006600"; +set color_page_text = "#000000"; +set color_page_title = "#ffffff"; + +##=============================== +## Header and Footer Colors +##=============================== + +set color_header_background = "#003300"; +set color_footer_background = "#003300"; +set color_footer_link = "#ffffff"; +set color_footer_link_active = "#b2cc64"; +set color_footer_link_hover = "#b2cc64"; +set color_footer_link_visited = "#ffffff"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_border = "#000000"; +set color_entry_link = "#006600"; +set color_entry_link_active = "#b2cc64"; +set color_entry_link_hover = "#b2cc64"; +set color_entry_link_visited = "#006600"; +set color_entry_text = "#000000"; +set color_entry_title = "#000000"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#006600"; +set color_module_link = "#ffffff"; +set color_module_link_active = "#b2cc64"; +set color_module_link_hover = "#b2cc64"; +set color_module_link_visited = "#ffffff"; +set color_module_title = "#ffffff"; + + #NEWLAYER: nouveauoleanders/seaandsalt layerinfo "type" = "theme"; layerinfo "name" = "Sea and Salt"; diff -r b2c975cd284c -r 15a5a8e65b64 cgi-bin/LJ/S2Theme/nouveauoleanders.pm --- a/cgi-bin/LJ/S2Theme/nouveauoleanders.pm Thu Jun 10 01:46:10 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/nouveauoleanders.pm Thu Jun 10 18:40:37 2010 +0800 @@ -22,6 +22,11 @@ use base qw( LJ::S2Theme::modish ); use base qw( LJ::S2Theme::modish ); sub cats { qw() } +package LJ::S2Theme::nouveauoleanders::huntergreen; +use base qw( LJ::S2Theme::modish ); +sub cats { qw() } +sub designer { "dancing_serpent" } + package LJ::S2Theme::nouveauoleanders::seaandsalt; use base qw( LJ::S2Theme::modish ); sub cats { qw( featured ) } diff -r b2c975cd284c -r 15a5a8e65b64 htdocs/img/customize/previews/nouveauoleanders/huntergreen.png Binary file htdocs/img/customize/previews/nouveauoleanders/huntergreen.png has changed --------------------------------------------------------------------------------