[dw-free] Compartmentalize: 3 themes
[commit: http://hg.dwscoalition.org/dw-free/rev/8a6d50618ac8]
http://bugs.dwscoalition.org/show_bug.cgi?id=3648
New theme by
nornoriel: Cosmos.
Patch and preview by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3648
New theme by
![[profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Patch and preview by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/compartmentalize/themes.s2
- htdocs/img/customize/previews/compartmentalize/cosmos.png
-------------------------------------------------------------------------------- diff -r 99c02bf7c9f7 -r 8a6d50618ac8 bin/upgrading/s2layers/compartmentalize/themes.s2 --- a/bin/upgrading/s2layers/compartmentalize/themes.s2 Fri May 13 14:28:54 2011 +0800 +++ b/bin/upgrading/s2layers/compartmentalize/themes.s2 Fri May 13 14:33:30 2011 +0800 @@ -201,6 +201,51 @@ set color_module_text = "#D7D7D7"; +#NEWLAYER: compartmentalize/cosmos +layerinfo type = "theme"; +layerinfo name = "Cosmos"; +layerinfo redist_uniq = "compartmentalize/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 = "#ffcaae"; +set color_header_background = "#400f68"; +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 = "#b2889c"; +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 = "#b2889c"; +set color_module_link = "#ffcaae"; +set color_module_link_visited = "#b2889c"; +set color_module_text = "#deccd5"; +set color_module_title = "#ffcaae"; + + #NEWLAYER: compartmentalize/dawnflush layerinfo type = "theme"; layerinfo name = "Dawn Flush"; diff -r 99c02bf7c9f7 -r 8a6d50618ac8 htdocs/img/customize/previews/compartmentalize/cosmos.png Binary file htdocs/img/customize/previews/compartmentalize/cosmos.png has changed --------------------------------------------------------------------------------