[dw-nonfree] Theme: Light on Dark (Sunday Morning)
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/42f902589ffc]
http://bugs.dwscoalition.org/show_bug.cgi?id=1933
New theme by
cesy
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1933
New theme 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/sundaymorning/themes.s2
- cgi-bin/LJ/S2Theme/sundaymorning.pm
- htdocs/img/customize/previews/sundaymorning/lightondark.png
- htdocs/stc/sundaymorning/whitesquiggle.png
-------------------------------------------------------------------------------- diff -r 1330756253f1 -r 42f902589ffc bin/upgrading/s2layers/sundaymorning/themes.s2 --- a/bin/upgrading/s2layers/sundaymorning/themes.s2 Thu Oct 08 15:30:01 2009 +0000 +++ b/bin/upgrading/s2layers/sundaymorning/themes.s2 Thu Oct 08 16:59:10 2009 +0000 @@ -92,6 +92,58 @@ set color_navigation_text = "#444000"; set color_navigation_text = "#444000"; +#NEWLAYER: sundaymorning/lightondark +layerinfo type = "theme"; +layerinfo name = "Light On Dark"; +layerinfo redist_uniq = "sundaymorning/lightondark"; +layerinfo author_name = "cesy"; + +set layout_authors = [ { "name" => "cesy", "type" => "user" }]; +set layout_resources = [ { "name" => "Tuts+", "url" => "http://vector.tutsplus.com/freebies/vectors/free-vector-decorative-ornament/" } ]; + +set image_background_page_url = "sundaymorning/whitesquiggle.png"; + +set color_page_background = "#000000"; +set color_page_title_background = "#000000"; +set color_page_title = "#ffffff"; +set color_page_text = "#ffffff"; +set color_page_link = "#ddddff"; +set color_page_link_hover = "#ccffcc"; +set color_page_link_visited = "#ffffcc"; +set color_page_link_active = "#ffcccc"; + +set color_header_background = "#666666"; +set color_header_text = "#cccccc"; +set color_header_hover_background = "#006600"; +set color_header_hover = "#ccffcc"; + +set color_navigation_background = "#000000"; +set color_navigation_border = "#ffffff"; +set color_navigation_text = "#ffffff"; + +set color_entry_background = "#000000"; +set color_entry_border = "#ffffff"; +set color_entry_title_background = "#000000"; +set color_entry_title_border = "#ffffff"; +set color_entry_title = "#ffffff"; +set color_entry_text = "#ffffff"; +set color_entry_link = "#ddddff"; +set color_entry_link_visited = "#ffffcc"; +set color_entry_link_hover = "#ccffcc"; +set color_entry_link_active = "#ffcccc"; + +set color_module_background = "#000000"; +set color_module_border = "#ffffff"; +set color_module_title_background = "#000000"; +set color_module_title_border = "#ffffff"; +set color_module_title = "#ffffff"; +set color_module_text = "#ffffff"; +set color_module_link = "#ddddff"; +set color_module_link_visited = "#ffffcc"; +set color_module_link_hover = "#ccffcc"; +set color_module_link_active = "#ffcccc"; + + #NEWLAYER: sundaymorning/pinkswirls layerinfo type = "theme"; layerinfo name = "Pink Swirls"; diff -r 1330756253f1 -r 42f902589ffc cgi-bin/LJ/S2Theme/sundaymorning.pm --- a/cgi-bin/LJ/S2Theme/sundaymorning.pm Thu Oct 08 15:30:01 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/sundaymorning.pm Thu Oct 08 16:59:10 2009 +0000 @@ -18,6 +18,11 @@ package LJ::S2Theme::sundaymorning::pink package LJ::S2Theme::sundaymorning::pinkswirls; use base qw( LJ::S2Theme::sundaymorning ); sub cats { qw() } + +package LJ::S2Theme::sundaymorning::lightondark; +use base qw( LJ::S2Theme::sundaymorning ); +sub cats { qw( ) } +sub designer { "cesy" } package LJ::S2Theme::sundaymorning::purpleswirls; use base qw( LJ::S2Theme::sundaymorning ); diff -r 1330756253f1 -r 42f902589ffc htdocs/img/customize/previews/sundaymorning/lightondark.png Binary file htdocs/img/customize/previews/sundaymorning/lightondark.png has changed diff -r 1330756253f1 -r 42f902589ffc htdocs/stc/sundaymorning/whitesquiggle.png Binary file htdocs/stc/sundaymorning/whitesquiggle.png has changed --------------------------------------------------------------------------------