[dw-free] Theme: Light On Dark (Negatives)
[commit: http://hg.dwscoalition.org/dw-free/rev/30df6fadab39]
http://bugs.dwscoalition.org/show_bug.cgi?id=1932
New theme by
cesy
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1932
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/negatives/themes.s2
- cgi-bin/LJ/S2Theme/negatives.pm
- htdocs/img/customize/previews/negatives/lightondark.png
-------------------------------------------------------------------------------- diff -r e50876a5900f -r 30df6fadab39 bin/upgrading/s2layers/negatives/themes.s2 --- a/bin/upgrading/s2layers/negatives/themes.s2 Thu Oct 08 15:52:45 2009 +0000 +++ b/bin/upgrading/s2layers/negatives/themes.s2 Thu Oct 08 17:16:43 2009 +0000 @@ -75,6 +75,44 @@ set color_module_link_visited = "#8B0000 set color_module_link_visited = "#8B0000"; +#NEWLAYER: negatives/lightondark +layerinfo type = "theme"; +layerinfo name = "Light On Dark"; +layerinfo redist_uniq = "negatives/lightondark"; +layerinfo author_name = "cesy"; + +set layout_authors = [ { "name" => "cesy", "type" => "user" }]; + +set color_page_background = "#666666"; +set color_page_text = "#ffffff"; +set color_page_link = "#ddddff"; +set color_page_link_visited = "#ffffcc"; +set color_page_link_hover = "#ccffcc"; +set color_page_link_active = "#ffcccc"; + +set color_module_background = "#000000"; +set color_module_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"; + +set color_entry_background = "#000000"; +set color_entry_border = "#ffffff"; +set color_entry_title = "#ffffff"; +set color_entry_text = "#ffffff"; +set color_entry_link = "#ddddff"; +set color_entry_link_hover = "#ccffcc"; +set color_entry_link_visited = "#ffffcc"; +set color_entry_link_active = "#ffcccc"; +set color_entry_interaction_links = "#ffffff"; +set color_entry_interaction_links_visited = "#ffffcc"; +set color_entry_interaction_links_hover = "#ccffcc"; +set color_entry_interaction_links_active = "#ffcccc"; + + #NEWLAYER: negatives/limecherry layerinfo "type" = "theme"; layerinfo "name" = "Lime Cherry"; diff -r e50876a5900f -r 30df6fadab39 cgi-bin/LJ/S2Theme/negatives.pm --- a/cgi-bin/LJ/S2Theme/negatives.pm Thu Oct 08 15:52:45 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/negatives.pm Thu Oct 08 17:16:43 2009 +0000 @@ -16,6 +16,11 @@ sub cats { qw(featured) } sub cats { qw(featured) } sub designer { "zvi" } +package LJ::S2Theme::negatives::lightondark; +use base qw( LJ::S2Theme::negatives ); +sub cats { qw() } +sub designer { "cesy" } + package LJ::S2Theme::negatives::limecherry; use base qw( LJ::S2Theme::negatives ); sub cats { qw() } diff -r e50876a5900f -r 30df6fadab39 htdocs/img/customize/previews/negatives/lightondark.png Binary file htdocs/img/customize/previews/negatives/lightondark.png has changed --------------------------------------------------------------------------------