[dw-free] Theme: Light on Dark (Drifting)
[commit: http://hg.dwscoalition.org/dw-free/rev/7dee35c18532]
http://bugs.dwscoalition.org/show_bug.cgi?id=1900
Light on Dark theme for Drifting, by
cesy
Patch by
wyntarvox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1900
Light on Dark theme for Drifting, 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/drifting/themes.s2
- cgi-bin/LJ/S2Theme/drifting.pm
- htdocs/img/customize/previews/drifting/lightondark.png
-------------------------------------------------------------------------------- diff -r 4b4e00576abd -r 7dee35c18532 bin/upgrading/s2layers/drifting/themes.s2 --- a/bin/upgrading/s2layers/drifting/themes.s2 Sun Oct 11 09:15:38 2009 +0000 +++ b/bin/upgrading/s2layers/drifting/themes.s2 Sun Oct 11 09:30:26 2009 +0000 @@ -52,3 +52,30 @@ set color_page_subtitle = "#4D0040"; set color_page_subtitle = "#4D0040"; set color_page_text = "#ffe6eb"; set color_page_title = "#804075"; + +#NEWLAYER: drifting/lightondark +layerinfo type = "theme"; +layerinfo name = "Light on Dark"; +layerinfo redist_uniq = "drifting/lightondark"; +layerinfo author_name = "cesy"; + +set layout_authors = [ { "name" => "cesy", "type" => "user" } ]; + +set color_page_link_active = "#ffcccc"; +set color_page_background = "#000000"; +set color_page_link = "#ddddff"; +set color_page_title = "#666666"; +set image_background_header_repeat = "repeat"; +set color_module_border = "#ffffff"; +set color_entry_text = "#ffffff"; +set color_entry_border = "#ffffff"; +set color_page_text = "#ffffff"; +set color_module_title = "#999999"; +set color_header_background = "#999999"; +set image_background_page_position = "top left"; +set color_entry_title = "#ffffff"; +set color_page_link_visited = "#ffffcc"; +set image_background_page_repeat = "repeat"; +set color_page_border = "#ffffff"; +set color_page_subtitle = "#666666"; +set color_entry_background = "#000000"; diff -r 4b4e00576abd -r 7dee35c18532 cgi-bin/LJ/S2Theme/drifting.pm --- a/cgi-bin/LJ/S2Theme/drifting.pm Sun Oct 11 09:15:38 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/drifting.pm Sun Oct 11 09:30:26 2009 +0000 @@ -12,4 +12,10 @@ use base qw( LJ::S2Theme::drifting ); sub cats { qw( featured ) } sub designer { "zvi" } + +package LJ::S2Theme::drifting::lightondark; +use base qw( LJ::S2Theme::drifting ); + +sub cats { qw( ) } +sub designer { "cesy" } 1; diff -r 4b4e00576abd -r 7dee35c18532 htdocs/img/customize/previews/drifting/lightondark.png Binary file htdocs/img/customize/previews/drifting/lightondark.png has changed --------------------------------------------------------------------------------