[dw-free] Practicality: 12 themes
[commit: http://hg.dwscoalition.org/dw-free/rev/0bde44bc90df]
http://bugs.dwscoalition.org/show_bug.cgi?id=3649
Two themes by
nornoriel (first submission!) -- Bad Kitty
(black and white with pink accents), Cosmos (like space, not like the the
drink)
Patch and preview pics by ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3649
Two themes by
![[profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
(black and white with pink accents), Cosmos (like space, not like the the
drink)
Patch and preview pics by ninetydegrees.
Files modified:
- bin/upgrading/s2layers/practicality/themes.s2
- htdocs/img/customize/previews/practicality/badkitty.png
- htdocs/img/customize/previews/practicality/cosmos.png
-------------------------------------------------------------------------------- diff -r adc707e36af4 -r 0bde44bc90df bin/upgrading/s2layers/practicality/themes.s2 --- a/bin/upgrading/s2layers/practicality/themes.s2 Fri May 13 13:35:05 2011 +0800 +++ b/bin/upgrading/s2layers/practicality/themes.s2 Fri May 13 13:54:08 2011 +0800 @@ -93,6 +93,50 @@ set color_module_title = "#181818"; +#NEWLAYER: practicality/badkitty +layerinfo type = "theme"; +layerinfo name = "Bad Kitty"; +layerinfo redist_uniq = "practicality/badkitty"; +layerinfo author_name = "nornoriel"; + +set theme_authors = [ { "name" => "nornoriel", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#c9c9cb"; +set color_page_link = "#f463a6"; +set color_page_link_visited = "#DC2B7E"; +set color_page_text = "#1e1e1e"; +set color_page_title = "#f463a6"; +set color_header_background = "#1e1e1e"; +set color_footer_background = "#1e1e1e"; +set color_footer_link = "#f463a6"; +set color_footer_link_visited = "#DC2B7E"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#f8f8f8"; +set color_entry_border = "#f463a6"; +set color_entry_link = "#f463a6"; +set color_entry_link_visited = "#DC2B7E"; +set color_entry_text = "#1e1e1e"; +set color_entry_title = "#f463a6"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#f8f8f8"; +set color_module_border = "#f463a6"; +set color_module_link = "#f463a6"; +set color_module_link_visited = "#DC2B7E"; +set color_module_text = "#1e1e1e"; + + #NEWLAYER: practicality/broadhorizons layerinfo type = "theme"; layerinfo name = "Broad Horizons"; @@ -262,6 +306,51 @@ set color_module_title = "fcffb5"; +#NEWLAYER: practicality/cosmos +layerinfo type = "theme"; +layerinfo name = "Cosmos"; +layerinfo redist_uniq = "practicality/cosmos"; +layerinfo author_name = "nornoriel"; + +set theme_authors = [ { "name" => "nornoriel", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#17013f"; +set color_page_link = "#ffcaae"; +set color_page_link_visited = "#b2889c"; +set color_page_text = "#deccd5"; +set color_page_title = "#b2889c"; +set color_header_background = "#12041f"; +set color_footer_background = "#400f68"; +set color_footer_link = "#ffcaae"; +set color_footer_link_visited = "#b2889c"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#400f68"; +set color_entry_border = "#400f68"; +set color_entry_link = "#ffcaae"; +set color_entry_link_visited = "#b2889c"; +set color_entry_text = "#deccd5"; +set color_entry_title = "#ffcaae"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#663974"; +set color_module_border = "#400f68"; +set color_module_link = "#ffcaae"; +set color_module_link_visited = "#b2889c"; +set color_module_text = "#deccd5"; +set color_module_title = "#ffcaae"; + + #NEWLAYER: practicality/duskjewels layerinfo type = "theme"; layerinfo name = "Dusk Jewels"; diff -r adc707e36af4 -r 0bde44bc90df htdocs/img/customize/previews/practicality/badkitty.png Binary file htdocs/img/customize/previews/practicality/badkitty.png has changed diff -r adc707e36af4 -r 0bde44bc90df htdocs/img/customize/previews/practicality/cosmos.png Binary file htdocs/img/customize/previews/practicality/cosmos.png has changed --------------------------------------------------------------------------------