[dw-free] Theme: Greyscale (Modish)
[commit: http://hg.dwscoalition.org/dw-free/rev/5986a4268fae]
http://bugs.dwscoalition.org/show_bug.cgi?id=1828
Theme for Modish: Greyscale by
twtd
Patch by
wyntarvox. Screenshot by
piranha
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1828
Theme for Modish: Greyscale 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/modish/themes.s2
- cgi-bin/LJ/S2Theme/modish.pm
- htdocs/img/customize/previews/modish/greyscale.png
-------------------------------------------------------------------------------- diff -r 598157b7832b -r 5986a4268fae bin/upgrading/s2layers/modish/themes.s2 --- a/bin/upgrading/s2layers/modish/themes.s2 Thu Oct 22 13:42:33 2009 +0000 +++ b/bin/upgrading/s2layers/modish/themes.s2 Thu Oct 22 14:00:00 2009 +0000 @@ -1,3 +1,49 @@ +#NEWLAYER: modish/greyscale +layerinfo type = "theme"; +layerinfo name = "Greyscale"; +layerinfo redist_uniq = "modish/greyscale"; +layerinfo author_name = "twtd"; + +set layout_authors = [ { "name" => "twtd", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#F3F2F2"; +set color_page_text = "#222222"; +set color_page_link = "#3A3A3A"; +set color_page_link_active = "#1B1C5D"; +set color_page_link_visited = "#1B1C5D"; +set color_page_title = "#ffffff"; + +set color_header_background = "#3A3A3A"; +set color_footer_background = "#3A3A3A"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_title = "#ffffff"; +set color_entry_title_background = "#3A3A3A"; +set color_entry_border = "#3A3A3A"; + +##=============================== +## Module Colors +##=============================== + +set color_module_title = "#3A3A3A"; +set color_module_border = "#000000"; + +##=============================== +## Footer Colors +##=============================== + +set color_footer_link = "#FFFFFF"; +set color_footer_link_active = "#FFFFFF"; +set color_footer_link_hover = "#FFFFFF"; +set color_footer_link_visited = "#FFFFFF"; + #NEWLAYER: modish/verdigris layerinfo type = "theme"; layerinfo name = "Verdigris"; diff -r 598157b7832b -r 5986a4268fae cgi-bin/LJ/S2Theme/modish.pm --- a/cgi-bin/LJ/S2Theme/modish.pm Thu Oct 22 13:42:33 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/modish.pm Thu Oct 22 14:00:00 2009 +0000 @@ -6,10 +6,15 @@ sub layout_prop { "layout_type" } sub designer { "branchandroot" } +package LJ::S2Theme::modish::greyscale; +use base qw( LJ::S2Theme::modish ); + +sub cats { qw ( ) } +sub designer { "twtd" } + package LJ::S2Theme::modish::verdigris; use base qw( LJ::S2Theme::modish ); sub cats { qw ( ) } - sub designer { "zvi" } 1; diff -r 598157b7832b -r 5986a4268fae htdocs/img/customize/previews/modish/greyscale.png Binary file htdocs/img/customize/previews/modish/greyscale.png has changed --------------------------------------------------------------------------------