[dw-free] Two Themes: Fresh Prose and Purple Haze (Modular)
[commit: http://hg.dwscoalition.org/dw-free/rev/bdd4abb0184b]
http://bugs.dwscoalition.org/show_bug.cgi?id=2746
Two new Modular themes: Fresh Prose and Purple Haze.
Themes designed by
timeasmymeasure. Patch prepared by
dancing_serpent. Preview images by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2746
Two new Modular themes: Fresh Prose and Purple Haze.
Themes designed 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/modular/themes.s2
- cgi-bin/LJ/S2Theme/modular.pm
- htdocs/img/customize/previews/modular/freshprose.png
- htdocs/img/customize/previews/modular/purplehaze.png
-------------------------------------------------------------------------------- diff -r ba034ebf76ca -r bdd4abb0184b bin/upgrading/s2layers/modular/themes.s2 --- a/bin/upgrading/s2layers/modular/themes.s2 Mon Jun 28 11:42:08 2010 -0500 +++ b/bin/upgrading/s2layers/modular/themes.s2 Mon Jun 28 12:01:53 2010 -0500 @@ -215,6 +215,51 @@ set color_module_border = "#825C2F"; set color_module_border = "#825C2F"; +#NEWLAYER: modular/freshprose +layerinfo type = "theme"; +layerinfo name = "Fresh Prose"; +layerinfo author_name = "timeasmymeasure"; +layerinfo redist_uniq = "modular/freshprose"; + +set layout_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#dad6bc"; +set color_page_border = "#ebe9dc"; +set color_page_link = "#b68187"; +set color_page_link_active = "#b68187"; +set color_page_link_hover = "#885b5a"; +set color_page_link_visited = "#b68187"; +set color_page_text = "#705f50"; +set color_header_background = "#ffffff"; +set color_footer_background = "#ffffff"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_border = "#f6f7f2"; +set color_entry_title_background = "#f6f7f2"; + +##=============================== +## Comment Colors +##=============================== + +set color_comment_title_background = "#f6f7f2"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#ffffff"; +set color_module_border = "#f6f7f2"; +set color_module_title_background = "#f6f7f2"; + + #NEWLAYER: modular/greensummer layerinfo type = "theme"; layerinfo name = "Green Summer"; @@ -439,6 +484,55 @@ set color_module_border = "#322D0D"; set color_module_border = "#322D0D"; +#NEWLAYER: modular/purplehaze +layerinfo type = "theme"; +layerinfo name = "Purple Haze"; +layerinfo author_name = "timeasmymeasure"; +layerinfo redist_uniq = "modular/purplehaze"; + +set layout_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_link = "#787878"; +set color_page_link_active = "#787878"; +set color_page_link_hover = "#989898"; +set color_page_link_visited = "#787878"; +set color_page_text = "#000000"; +set color_page_title = "#ffffff"; +set color_page_background = "#ededed"; +set color_page_border = "#ededed"; +set color_footer_background = "#b6a2b8"; +set color_footer_link = "#ffffff"; +set color_header_background = "#b6a2b8"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_border = "#ededed"; +set color_entry_title = "#ffffff"; +set color_entry_title_background = "#b6a2b8"; + +##=============================== +## Comment Colors +##=============================== + +set color_comment_title_background = "#b6a2b8"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#ffffff"; +set color_module_border = "#ededed"; +set color_module_title = "#ffffff"; +set color_module_title_background = "#b6a2b8"; + + #NEWLAYER: modular/swiminthesea layerinfo type = "theme"; layerinfo name = "Swim in the Sea"; diff -r ba034ebf76ca -r bdd4abb0184b cgi-bin/LJ/S2Theme/modular.pm --- a/cgi-bin/LJ/S2Theme/modular.pm Mon Jun 28 11:42:08 2010 -0500 +++ b/cgi-bin/LJ/S2Theme/modular.pm Mon Jun 28 12:01:53 2010 -0500 @@ -22,6 +22,11 @@ use base qw( LJ::S2Theme::modular ); use base qw( LJ::S2Theme::modular ); sub cats { qw ( ) } +package LJ::S2Theme::modular::freshprose; +use base qw( LJ::S2Theme::modular ); +sub cats { qw ( ) } +sub designer { "timeasmymeasure" } + package LJ::S2Theme::modular::greensummer; use base qw( LJ::S2Theme::modular ); sub cats { qw ( ) } @@ -38,6 +43,11 @@ use base qw( LJ::S2Theme::modular ); use base qw( LJ::S2Theme::modular ); sub cats { qw ( ) } +package LJ::S2Theme::modular::purplehaze; +use base qw( LJ::S2Theme::modular ); +sub cats { qw ( ) } +sub designer { "timeasmymeasure" } + package LJ::S2Theme::modular::swiminthesea; use base qw( LJ::S2Theme::modular ); sub cats { qw ( ) } diff -r ba034ebf76ca -r bdd4abb0184b htdocs/img/customize/previews/modular/freshprose.png Binary file htdocs/img/customize/previews/modular/freshprose.png has changed diff -r ba034ebf76ca -r bdd4abb0184b htdocs/img/customize/previews/modular/purplehaze.png Binary file htdocs/img/customize/previews/modular/purplehaze.png has changed --------------------------------------------------------------------------------