[dw-free] Compartmentalize: 3 themes
[commit: http://hg.dwscoalition.org/dw-free/rev/a250438f2f6e]
http://bugs.dwscoalition.org/show_bug.cgi?id=3693
Three new themes for Compartmentalize by
rising: Spectrum,
Spectrum II, Spectrum III (three different colorways)
Patch and preview pics by
sarken.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3693
Three new themes for Compartmentalize by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Spectrum II, Spectrum III (three different colorways)
Patch and preview pics 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/spectrum.png
- htdocs/img/customize/previews/compartmentalize/spectrumii.png
- htdocs/img/customize/previews/compartmentalize/spectrumiii.png
-------------------------------------------------------------------------------- diff -r 87c28d65348c -r a250438f2f6e bin/upgrading/s2layers/compartmentalize/themes.s2 --- a/bin/upgrading/s2layers/compartmentalize/themes.s2 Mon May 23 15:39:31 2011 +0800 +++ b/bin/upgrading/s2layers/compartmentalize/themes.s2 Tue May 24 15:17:51 2011 +0800 @@ -801,6 +801,110 @@ set color_module_text = "#0a0a0a"; +#NEWLAYER: compartmentalize/spectrum +layerinfo type = "theme"; +layerinfo name = "Spectrum"; +layerinfo redist_uniq = "compartmentalize/spectrum"; +layerinfo author_name = "rising"; + +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#ff4746"; +set color_page_link = "#665D70"; +set color_page_link_hover = "#487D76"; +set color_page_link_visited = "4B4452"; +set color_page_text = "#1b181e"; +set color_header_background = "#ff6e6e"; +set color_footer_background = "#ff6e6e"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#ff6e6e"; +set color_entry_border = "#ff5050"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#ff6e6e"; +set color_module_border = "#ff5050"; + + +#NEWLAYER: compartmentalize/spectrumii +layerinfo type = "theme"; +layerinfo name = "Spectrum II"; +layerinfo redist_uniq = "compartmentalize/spectrumii"; +layerinfo author_name = "rising"; + +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#364b46"; +set color_page_link = "#92b55f"; +set color_page_link_hover = "#a3c869"; +set color_page_link_visited = "E8DA5E"; +set color_page_text = "#070707"; +set color_header_background = "#5b7d77"; +set color_footer_background = "#5b7d77"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#5b7d77"; +set color_entry_border = "#48645f"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#5b7d77"; +set color_module_border = "#48645f"; + + +#NEWLAYER: compartmentalize/spectrumiii +layerinfo type = "theme"; +layerinfo name = "Spectrum III"; +layerinfo redist_uniq = "compartmentalize/spectrumiii"; +layerinfo author_name = "rising"; + +set theme_authors = [ { "name" => "rising", "type" => "user" } ]; + +##=============================== +## Page Colors +##=============================== + +set color_page_background = "#92b55f"; +set color_page_link = "#2f7d71"; +set color_page_link_hover = "#785B96"; +set color_page_link_visited = "#4b4452"; +set color_header_background = "#b4dd74"; +set color_footer_background = "#b4dd74"; + +##=============================== +## Entry Colors +##=============================== + +set color_entry_background = "#b4dd74"; +set color_entry_border = "#a3c969"; + +##=============================== +## Module Colors +##=============================== + +set color_module_background = "#b4dd74"; +set color_module_border = "#a3c969"; + + #NEWLAYER: compartmentalize/summersea layerinfo type = "theme"; layerinfo name = "Summer Sea"; diff -r 87c28d65348c -r a250438f2f6e htdocs/img/customize/previews/compartmentalize/spectrum.png Binary file htdocs/img/customize/previews/compartmentalize/spectrum.png has changed diff -r 87c28d65348c -r a250438f2f6e htdocs/img/customize/previews/compartmentalize/spectrumii.png Binary file htdocs/img/customize/previews/compartmentalize/spectrumii.png has changed diff -r 87c28d65348c -r a250438f2f6e htdocs/img/customize/previews/compartmentalize/spectrumiii.png Binary file htdocs/img/customize/previews/compartmentalize/spectrumiii.png has changed --------------------------------------------------------------------------------