[dw-free] Theme: Verdigris (Modish)
[commit: http://hg.dwscoalition.org/dw-free/rev/eca92edcffa8]
http://bugs.dwscoalition.org/show_bug.cgi?id=1823
New theme: Verdigris, for Modish, by
zvi. Screenshot by
piranha . Patch by
wyntarvox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1823
New theme: Verdigris, for Modish, by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[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.dat
- bin/upgrading/s2layers/modish/themes.s2
- cgi-bin/LJ/S2Theme/modish.pm
- htdocs/img/customize/previews/modish/verdigris.png
-------------------------------------------------------------------------------- diff -r 1e71898b6390 -r eca92edcffa8 bin/upgrading/s2layers.dat --- a/bin/upgrading/s2layers.dat Sun Oct 11 16:47:58 2009 +0000 +++ b/bin/upgrading/s2layers.dat Sun Oct 11 17:12:18 2009 +0000 @@ -41,6 +41,7 @@ fluidmeasure/themes theme+ fluidmeasure/themes theme+ fluidmeasure/layout modish/layout layout(core2base/layout) core2 +modish/themes theme+ modish/layout negatives/layout layout core2 negatives/themes theme+ negatives/layout diff -r 1e71898b6390 -r eca92edcffa8 bin/upgrading/s2layers/modish/themes.s2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/upgrading/s2layers/modish/themes.s2 Sun Oct 11 17:12:18 2009 +0000 @@ -0,0 +1,34 @@ +#NEWLAYER: modish/verdigris +layerinfo type = "theme"; +layerinfo name = "Verdigris"; +layerinfo author_name = "zvi"; +layerinfo redist_uniq = "modish/verdigris"; + +set layout_authors = [ { "name" => "zvi", "type" => "user" }]; + +set color_comment_title_background = "#ffe8b9"; +set color_entry_background = "#aceded"; +set color_entry_link = "#a66229"; +set color_entry_link_hover = "#248e8e"; +set color_entry_link_visited = "#000000"; +set color_entry_text = "#132245"; +set color_entry_title = "#a66229"; +set color_entry_title_background = "#ffe8b9"; +set color_footer_link_active = "#ffffff"; +set color_footer_link = "#ffd9b9"; +set color_footer_link_hover = "#aceded"; +set color_footer_link_visited = "#132245"; +set color_header_background = "#6ddbdb"; +set color_module_border = "#248e8e"; +set color_module_link_active = "#ffffff"; +set color_module_link = "#ffd9b9"; +set color_module_link_hover = "#aceded"; +set color_module_link_visited = "#132245"; +set color_module_title_background = "#a66229"; +set color_module_title = "#ffe8b9"; +set color_page_background = "#248e8e"; +set color_page_link_active = "#ffe8b9"; +set color_page_link = "#ffffff"; +set color_page_link_hover = "#aceded"; +set color_page_text = "#ffffff"; +set color_page_title = "#a66229"; diff -r 1e71898b6390 -r eca92edcffa8 cgi-bin/LJ/S2Theme/modish.pm --- a/cgi-bin/LJ/S2Theme/modish.pm Sun Oct 11 16:47:58 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/modish.pm Sun Oct 11 17:12:18 2009 +0000 @@ -5,4 +5,11 @@ sub layout_prop { "layout_type" } sub layout_prop { "layout_type" } sub designer { "branchandroot" } + +package LJ::S2Theme::modish::verdigris; +use base qw( LJ::S2Theme::modish ); + +sub cats { qw ( ) } + +sub designer { "zvi" } 1; diff -r 1e71898b6390 -r eca92edcffa8 htdocs/img/customize/previews/modish/verdigris.png Binary file htdocs/img/customize/previews/modish/verdigris.png has changed --------------------------------------------------------------------------------