[dw-free] Themes: Basic Boxes, ColorSide, Stepping Stones, Modish
[commit: http://hg.dwscoalition.org/dw-free/rev/99d3b45e7a46]
http://bugs.dwscoalition.org/show_bug.cgi?id=1661
Themes: Burgundy, Denim, Ecru, Leaf, Peach by
branchandroot
Renamed existing themes for consistency of naming.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1661
Themes: Burgundy, Denim, Ecru, Leaf, Peach by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Renamed existing themes for consistency of naming.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/basicboxes/themes.s2
- cgi-bin/LJ/S2Theme/basicboxes.pm
-------------------------------------------------------------------------------- diff -r 8d2954227d98 -r 99d3b45e7a46 bin/upgrading/s2layers/basicboxes/themes.s2 --- a/bin/upgrading/s2layers/basicboxes/themes.s2 Sun Aug 23 15:10:39 2009 +0000 +++ b/bin/upgrading/s2layers/basicboxes/themes.s2 Mon Aug 24 16:44:44 2009 +0000 @@ -1,19 +1,21 @@ -#NEWLAYER: basicboxes/green +#NEWLAYER: basicboxes/burgundy layerinfo type = "theme"; -layerinfo name = "Basic Boxes Green"; -layerinfo redist_uniq = "basicboxes/green"; +layerinfo name = "Burgundy"; +layerinfo redist_uniq = "basicboxes/burgundy"; layerinfo author_name = "branchandroot"; + +# using the A Glass of Red Wine palatte by Leopard (http://www.colourlovers.com/palette/912330/A_Glass_of_Red_Wine) ##=============================== ## Page Colors ##=============================== -set color_page_background = "#818f48"; -set color_page_link = "#e9eed3"; -set color_page_border = "#566030"; -set color_page_title = "#e9eed3"; +set color_page_background = "#621F37"; +set color_page_link = "#eee3e3"; +set color_page_border = "#420B1F"; +set color_page_title = "#eee3e3"; -set color_header_background = "#92a252"; +set color_header_background = "#7B2C49"; ##=============================== ## Entry Colors @@ -21,21 +23,104 @@ set color_header_background = "#92a252"; set color_entry_background = "#ffffff"; set color_entry_text = "#000000"; -set color_entry_link = "#92a252"; -set color_entry_link_visited = "#acbf60"; -set color_entry_border = "#566030"; -set color_entry_title = "#e9eed3"; -set color_entry_title_background = "#92a252"; +set color_entry_link = "#8B3C59"; +set color_entry_link_visited = "#5E1E36"; +set color_entry_border = "#420B1F"; +set color_entry_title = "#eee3e3"; +set color_entry_title_background = "#7B2C49"; ##=============================== ## Module Colors ##=============================== -set color_module_background = "#92a252"; -set color_module_text = "#566030"; -set color_module_border = "#566030"; -set color_module_title = "#566030"; -set color_module_title = "#e9eed3"; +set color_module_background = "#7B2C49"; +set color_module_text = "#420B1F"; +set color_module_border = "#420B1F"; +set color_module_title = "#420B1F"; +set color_module_title_background = "#eee3e3"; + + +#NEWLAYER: basicboxes/denim +layerinfo type = "theme"; +layerinfo name = "Denim"; +layerinfo redist_uniq = "basicboxes/denim"; +layerinfo author_name = "branchandroot"; + +# using the On the Down Low palatte by llucious (http://www.colourlovers.com/palette/912662/On_the_Down_Low) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#687385"; +set color_page_link = "#eAe9eC"; +set color_page_border = "#595D74"; +set color_page_title = "#eAe9eC"; + +set color_header_background = "#748896"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_text = "#000000"; +set color_entry_link = "#748896"; +set color_entry_link_visited = "#939FA8"; +set color_entry_border = "#595D74"; +set color_entry_title = "#eAe9eC"; +set color_entry_title_background = "#748896"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#748896"; +set color_module_text = "#595D74"; +set color_module_border = "#595D74"; + + +#NEWLAYER: basicboxes/ecru +layerinfo type = "theme"; +layerinfo name = "Ecru"; +layerinfo redist_uniq = "basicboxes/ecru"; +layerinfo author_name = "branchandroot"; + +# using the My first palatte palatte by Josos (http://www.colourlovers.com/palette/913706/My_first_palette) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#DEDBCA"; +set color_page_link = "#fff"; +set color_page_border = "#aFaD96"; +set color_page_title = "#fff"; + +set color_header_background = "#DEDBD1"; #DEDBD1 + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_text = "#000000"; +set color_entry_link = "#aFaD96"; +set color_entry_link_visited = "#aaa"; +set color_entry_border = "#aFaD96"; +set color_entry_title = "#fff"; +set color_entry_title_background = "#DEDBD1"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#DEDBD1"; +set color_module_text = "#666"; +set color_module_border = "#aFaD96"; +set color_module_title = "#666"; +set color_module_title_background = "#fffefd"; + #NEWLAYER: basicboxes/eggplant layerinfo type = "theme"; @@ -76,3 +161,128 @@ set color_module_text = "#bb90e0"; set color_module_text = "#bb90e0"; set color_module_border = "#bb90e0"; set color_module_title = "#a8b257"; + + +#NEWLAYER: basicboxes/green +layerinfo type = "theme"; +layerinfo name = "Basic Boxes Green"; +layerinfo redist_uniq = "basicboxes/green"; +layerinfo author_name = "branchandroot"; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#818f48"; +set color_page_link = "#e9eed3"; +set color_page_border = "#566030"; +set color_page_title = "#e9eed3"; + +set color_header_background = "#92a252"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_text = "#000000"; +set color_entry_link = "#92a252"; +set color_entry_link_visited = "#acbf60"; +set color_entry_border = "#566030"; +set color_entry_title = "#e9eed3"; +set color_entry_title_background = "#92a252"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#92a252"; +set color_module_text = "#566030"; +set color_module_border = "#566030"; +set color_module_title = "#566030"; +set color_module_title = "#e9eed3"; + + +#NEWLAYER: basicboxes/leaf +layerinfo type = "theme"; +layerinfo name = "Leaf"; +layerinfo redist_uniq = "basicboxes/leaf"; +layerinfo author_name = "branchandroot"; + +# using the Medusa's Hair palatte by orangeword (http://www.colourlovers.com/palette/912486/Medusa_Hair) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#4C6B2F"; +set color_page_link = "#e9eee0"; +set color_page_border = "#24400B"; +set color_page_title = "#e9eee0"; + +set color_header_background = "#608042"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_text = "#000000"; +set color_entry_link = "#608042"; +set color_entry_link_visited = "#304F14"; +set color_entry_border = "#24400B"; +set color_entry_title = "#e9eee0"; +set color_entry_title_background = "#608042"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#608042"; +set color_module_text = "#24400B"; +set color_module_border = "#24400B"; +set color_module_title = "#24400B"; +set color_module_title_background = "#e9eee0"; + + +#NEWLAYER: basicboxes/peach +layerinfo type = "theme"; +layerinfo name = "Peach"; +layerinfo redist_uniq = "basicboxes/peach"; +layerinfo author_name = "branchandroot"; + +# using the Pure palatte by Sruoloc (http://www.colourlovers.com/palette/912313/Pure) + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#FFDDBA"; +set color_page_link = "#125468"; +set color_page_border = "#FFCD9C"; +set color_page_title = "#125468"; + +set color_header_background = "#FFEBD6"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ffffff"; +set color_entry_text = "#000000"; +set color_entry_link = "#FFCD9C"; +set color_entry_link_visited = "#FFDDBA"; +set color_entry_border = "#FFCD9C"; +set color_entry_title = "#125468"; +set color_entry_title_background = "#FFEBD6"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#FFEBD6"; +set color_module_text = "#fFbD8C"; +set color_module_border = "#FFCD9C"; +set color_module_title = "#125468"; +set color_module_title_background = "#FFF6ED"; + diff -r 8d2954227d98 -r 99d3b45e7a46 cgi-bin/LJ/S2Theme/basicboxes.pm --- a/cgi-bin/LJ/S2Theme/basicboxes.pm Sun Aug 23 15:10:39 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/basicboxes.pm Mon Aug 24 16:44:44 2009 +0000 @@ -6,6 +6,18 @@ sub layout_prop { "layout_type" } sub designer { "branchandroot" } + +package LJ::S2Theme::basicboxes::burgundy; +use base qw( LJ::S2Theme::basicboxes ); +sub cats { qw() } + +package LJ::S2Theme::basicboxes::denim; +use base qw( LJ::S2Theme::basicboxes ); +sub cats { qw( featured ) } + +package LJ::S2Theme::basicboxes::ecru; +use base qw( LJ::S2Theme::basicboxes ); +sub cats { qw( featured ) } package LJ::S2Theme::basicboxes::eggplant; use base qw( LJ::S2Theme::basicboxes ); @@ -15,4 +27,12 @@ use base qw( LJ::S2Theme::basicboxes ); use base qw( LJ::S2Theme::basicboxes ); sub cats { qw( featured ) } +package LJ::S2Theme::basicboxes::leaf; +use base qw( LJ::S2Theme::basicboxes ); +sub cats { qw( featured ) } + +package LJ::S2Theme::basicboxes::peach; +use base qw( LJ::S2Theme::basicboxes ); +sub cats { qw( featured ) } + 1; --------------------------------------------------------------------------------