[dw-free] Modular: 3 themes by timeasmymeasure
[commit: http://hg.dwscoalition.org/dw-free/rev/cb563dcc113a]
http://bugs.dwscoalition.org/show_bug.cgi?id=2993
Three themes for modular by timeasmymeasure.
Patch and preview images by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2993
Three themes for modular by timeasmymeasure.
Patch and preview images by
![[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/calculatedrisks.png
- htdocs/img/customize/previews/modular/patchwork.png
- htdocs/img/customize/previews/modular/subtlemisses.png
-------------------------------------------------------------------------------- diff -r eccd9aec2448 -r cb563dcc113a bin/upgrading/s2layers/modular/themes.s2 --- a/bin/upgrading/s2layers/modular/themes.s2 Wed Sep 08 17:33:14 2010 +0800 +++ b/bin/upgrading/s2layers/modular/themes.s2 Wed Sep 08 18:36:47 2010 +0800 @@ -90,6 +90,47 @@ set color_module_title_background = "#FF ##=============================== set image_background_page_url = "modular/bubblegum-background.png"; + + +#NEWLAYER: modular/calculatedrisks +layerinfo type = "theme"; +layerinfo name = "Calculated Risks"; +layerinfo redist_uniq = "modular/calculatedrisks"; +layerinfo author_name = "timeasmymeasure"; + +set layout_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#fbd59f"; +set color_page_link = "#729387"; +set color_page_link_hover = "#95bfb1"; +set color_page_text = "#4a2d09"; +set color_page_title = "#fcf2c5"; +set color_header_background = "#603048"; +set color_footer_background = "#603048"; +set color_footer_link = "#95bfb1"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#fcf2c5"; +set color_entry_border = "#603048"; +set color_entry_title = "#95bfb1"; +set color_entry_title_background = "#603048"; +set color_comment_title_background = "#603048"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#fcf2c5"; +set color_module_border = "#603048"; +set color_module_title = "#95bfb1"; +set color_module_title_background = "#603048"; #NEWLAYER: modular/coffeeandcream @@ -432,6 +473,48 @@ set image_background_page_url = "modular set image_background_page_url = "modular/olivetree-background.png"; +#NEWLAYER: modular/patchwork +layerinfo type = "theme"; +layerinfo name = "Patchwork"; +layerinfo redist_uniq = "modular/patchwork"; +layerinfo author_name = "timeasmymeasure"; + +set layout_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#e0c96c"; +set color_page_link = "#6d7757"; +set color_page_link_hover = "#90906c"; +set color_page_text = "#8b6a4a"; +set color_page_title = "#cab974"; +set color_header_background = "#835c33"; +set color_footer_background = "#835c33"; +set color_footer_link = "#f5ffc0"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#f5ffc0"; +set color_entry_border = "#90906c"; +set color_entry_interaction_links = "#835c33"; +set color_entry_title = "#f5ffc0"; +set color_entry_title_background = "#835c33"; +set color_comment_title_background = "#835c33"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#f5ffc0"; +set color_module_border = "#90906c"; +set color_module_title = "#f5ffc0"; +set color_module_title_background = "#835c33"; + + #NEWLAYER: modular/purplehaze layerinfo type = "theme"; layerinfo name = "Purple Haze"; @@ -474,6 +557,48 @@ set color_module_border = "#ededed"; set color_module_border = "#ededed"; set color_module_title = "#fff"; set color_module_title_background = "#b6a2b8"; + + +#NEWLAYER: modular/subtlemisses +layerinfo type = "theme"; +layerinfo name = "Subtle Misses"; +layerinfo redist_uniq = "modular/subtlemisses"; +layerinfo author_name = "timeasmymeasure"; + +set layout_authors = [ { "name" => "timeasmymeasure", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#d1c089"; +set color_page_link = "#b31d4a"; +set color_page_link_hover = "#7F584E"; +set color_page_text = "#151101"; +set color_page_title = "#d1c089"; +set color_header_background = "#412e28"; +set color_footer_background = "#412e28"; +set color_footer_link = "#d9cea5"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#e9ddb1"; +set color_entry_border = "#412e28"; +set color_entry_interaction_links = "#412e28"; +set color_entry_title = "#d9cea5"; +set color_entry_title_background = "#412e28"; +set color_comment_title_background = "#412e28"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#e9ddb1"; +set color_module_border = "#412e28"; +set color_module_title = "#d9cea5"; +set color_module_title_background = "#412e28"; #NEWLAYER: modular/swiminthesea diff -r eccd9aec2448 -r cb563dcc113a cgi-bin/LJ/S2Theme/modular.pm --- a/cgi-bin/LJ/S2Theme/modular.pm Wed Sep 08 17:33:14 2010 +0800 +++ b/cgi-bin/LJ/S2Theme/modular.pm Wed Sep 08 18:36:47 2010 +0800 @@ -14,6 +14,11 @@ package LJ::S2Theme::modular::bubblegum; package LJ::S2Theme::modular::bubblegum; use base qw( LJ::S2Theme::modular ); sub cats { qw() } + +package LJ::S2Theme::modular::calculatedrisks; +use base qw( LJ::S2Theme::modular ); +sub cats { qw() } +sub designer { "timeasmymeasure" } package LJ::S2Theme::modular::coffeeandcream; use base qw( LJ::S2Theme::modular ); @@ -44,7 +49,17 @@ use base qw( LJ::S2Theme::modular ); use base qw( LJ::S2Theme::modular ); sub cats { qw() } +package LJ::S2Theme::modular::patchwork; +use base qw( LJ::S2Theme::modular ); +sub cats { qw() } +sub designer { "timeasmymeasure" } + package LJ::S2Theme::modular::purplehaze; +use base qw( LJ::S2Theme::modular ); +sub cats { qw() } +sub designer { "timeasmymeasure" } + +package LJ::S2Theme::modular::subtlemisses; use base qw( LJ::S2Theme::modular ); sub cats { qw() } sub designer { "timeasmymeasure" } diff -r eccd9aec2448 -r cb563dcc113a htdocs/img/customize/previews/modular/calculatedrisks.png Binary file htdocs/img/customize/previews/modular/calculatedrisks.png has changed diff -r eccd9aec2448 -r cb563dcc113a htdocs/img/customize/previews/modular/patchwork.png Binary file htdocs/img/customize/previews/modular/patchwork.png has changed diff -r eccd9aec2448 -r cb563dcc113a htdocs/img/customize/previews/modular/subtlemisses.png Binary file htdocs/img/customize/previews/modular/subtlemisses.png has changed --------------------------------------------------------------------------------