[dw-free] Theme: Clear Green (Stepping Stones)
[commit: http://hg.dwscoalition.org/dw-free/rev/0a588874ae75]
http://bugs.dwscoalition.org/show_bug.cgi?id=1909
New theme: Clear Green, by
ambrya
Patch by
ninetydegrees, screenshot by
piranha.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1909
New theme: Clear 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)
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/steppingstones/themes.s2
- cgi-bin/LJ/S2Theme/steppingstones.pm
- htdocs/img/customize/previews/steppingstones/cleargreen.png
-------------------------------------------------------------------------------- diff -r b4f3b76b3de7 -r 0a588874ae75 bin/upgrading/s2layers/steppingstones/themes.s2 --- a/bin/upgrading/s2layers/steppingstones/themes.s2 Sat Oct 03 13:45:10 2009 +0000 +++ b/bin/upgrading/s2layers/steppingstones/themes.s2 Sat Oct 03 14:34:33 2009 +0000 @@ -34,6 +34,55 @@ set color_module_text = "#000"; set color_module_text = "#000"; set color_module_link = "#A16E44"; set color_module_link_visited = "#A18E70"; + + +#NEWLAYER: steppingstones/cleargreen +layerinfo type = "theme"; +layerinfo name = "Clear Green"; +layerinfo redist_uniq = "steppingstones/cleargreen"; +layerinfo author_name = "ambrya"; + +set layout_authors = [ { "name" => "ambrya", "type" => "user" }]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#b1f2aa"; +set color_page_text = "#082d06"; +set color_page_link = "#2c5f2d"; +set color_page_link_active = "#2c5f2d"; +set color_page_link_hover = "#ab2825"; +set color_page_link_visited = "#2c6337"; +set color_page_title = "#911111"; + +set color_footer_link = "#2c6337"; +set color_footer_link_hover = "#911111"; +set color_footer_link_visited = "#2c6337"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#c3ffbc"; +set color_entry_link = "#911111"; +set color_entry_link_active = "#2c6337"; +set color_entry_link_visited = "#911111"; +set color_entry_link_hover = "#2c5f2d"; +set color_entry_interaction_links = "#911111"; + +set color_comment_title_background = "#c3ffbc"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#c3ffbc"; +set color_module_title = "#082d06"; +set color_module_text = "#010101"; +set color_module_link = "#911111"; +set color_module_link_hover = "#2c5f2d"; +set color_module_link_visited = "#911111"; #NEWLAYER: steppingstones/duskyrose diff -r b4f3b76b3de7 -r 0a588874ae75 cgi-bin/LJ/S2Theme/steppingstones.pm --- a/cgi-bin/LJ/S2Theme/steppingstones.pm Sat Oct 03 13:45:10 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/steppingstones.pm Sat Oct 03 14:34:33 2009 +0000 @@ -10,6 +10,11 @@ package LJ::S2Theme::steppingstones::cho package LJ::S2Theme::steppingstones::chocolate; use base qw( LJ::S2Theme::steppingstones ); sub cats { qw( featured ) } + +package LJ::S2Theme::steppingstones::cleargreen; +use base qw( LJ::S2Theme::steppingstones ); +sub cats { qw( ) } +sub designer { "ambrya" } package LJ::S2Theme::steppingstones::duskyrose; use base qw( LJ::S2Theme::steppingstones ); diff -r b4f3b76b3de7 -r 0a588874ae75 htdocs/img/customize/previews/steppingstones/cleargreen.png Binary file htdocs/img/customize/previews/steppingstones/cleargreen.png has changed --------------------------------------------------------------------------------