mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-09-13 04:39 am

[dw-nonfree] Move the setting of color properties from layout layers to the default theme layer

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/2808a2c487d0]

http://bugs.dwscoalition.org/show_bug.cgi?id=1656

Move colors from the layout to the theme, for better/easier/faster/stronger
customization opportunities.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
  • bin/upgrading/s2layers/transmogrified/themes.s2
--------------------------------------------------------------------------------
diff -r c3a48761914a -r 2808a2c487d0 bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Thu Sep 10 15:23:05 2009 -0500
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Sun Sep 13 04:39:25 2009 +0000
@@ -168,65 +168,65 @@ propgroup colors {
     property Color color_tagspage_title_border { des = "Tags page title border"; }
     property Color color_tagspage_title_background { des = "Tags page title background"; }
 }
-set color_page_background = "#79A9DF";
-set color_main_background = "#ffffff";
-set color_page_text = "#666666";
-set color_page_title_background = "#1f558b";
-set color_page_title = "#ffffff";
-set color_page_link = "#1f558b";
-set color_page_link_hover = "#162ac2";
-set color_page_link_active = "#111185";
-set color_page_link_visited = "#618dbb";
-set color_header_background = "#fc7f3f";
-set color_header_text = "#ffeba6";
-set color_header_hover_background = "#000000";
-set color_header_hover = "#fc7f3f";
-set color_module_link = "#fc7f3f";
-set color_module_link_active = "#b3592d";
-set color_module_link_hover = "#fc5603";
-set color_module_link_visited = "#fca87e";
-set color_module_border = "#fc7f3f";
-set color_module_text = "#666666";
-set color_module_background = "#ffffff";
-set color_module_title = "#fc7f3f";
-set color_module_title_background = "#ffdfbf";
-set color_module_title_border = "#fc7f3f";
-set color_entry_border = "#739adf";
-set color_entry_background = "#ffffff";
-set color_entry_link = "#1f558b";
-set color_entry_link_hover = "#162ac2";
-set color_entry_link_active = "#111185";
-set color_entry_link_visited = "#618dbb";
-set color_entry_text = "#666666";
-set color_entry_title = "#1f558b";
-set color_entry_title_border = "#739adf";
-set color_entry_title_background = "#cfe0e6";
-set color_entry_border_alt = "#fc7f3f";
-set color_entry_background_alt = "#ffffff";
-set color_entry_link_alt = "#fc7f3f";
-set color_entry_link_hover_alt = "#fc5603";
-set color_entry_link_active_alt = "#b3592d";
-set color_entry_link_visited_alt = "#fca87e";
-set color_entry_text_alt = "#666666";
-set color_entry_subject_alt = "#fc7f3f";
-set color_entry_subject_alt_border = "#fc7f3f";
-set color_entry_subject_alt_background = "#ffdfbf";
-set color_footer_background = "#fc7f3f";
-set color_footer_text = "#1f558b";
-set color_footer_link = "#1f558b";
-set color_archivemonth_background = "#ffffff";
-set color_archivemonth_border = "#739adf";
-set color_navigation_text = "#000000";
-set color_navigation_background = "#ffffff";
-set color_navigation_border = "#739adf";
-set color_archivemonth_title = "#1f558b";
-set color_archivemonth_title_border = "#739adf";
-set color_archivemonth_title_background = "#cfe0e6";
-set color_tagspage_title = "#1f558b";
-set color_tagspage_title_border = "#739adf";
-set color_tagspage_border = "#739adf";
-set color_tagspage_title_background = "#cfe0e6";
-set color_comments_form_border = "#fc7f3f";
+set color_page_background = "";
+set color_main_background = "";
+set color_page_text = "";
+set color_page_title_background = "";
+set color_page_title = "";
+set color_page_link = "";
+set color_page_link_hover = "";
+set color_page_link_active = "";
+set color_page_link_visited = "";
+set color_header_background = "";
+set color_header_text = "";
+set color_header_hover_background = "";
+set color_header_hover = "";
+set color_module_link = "";
+set color_module_link_active = "";
+set color_module_link_hover = "";
+set color_module_link_visited = "";
+set color_module_border = "";
+set color_module_text = "";
+set color_module_background = "";
+set color_module_title = "";
+set color_module_title_background = "";
+set color_module_title_border = "";
+set color_entry_border = "";
+set color_entry_background = "";
+set color_entry_link = "";
+set color_entry_link_hover = "";
+set color_entry_link_active = "";
+set color_entry_link_visited = "";
+set color_entry_text = "";
+set color_entry_title = "";
+set color_entry_title_border = "";
+set color_entry_title_background = "";
+set color_entry_border_alt = "";
+set color_entry_background_alt = "";
+set color_entry_link_alt = "";
+set color_entry_link_hover_alt = "";
+set color_entry_link_active_alt = "";
+set color_entry_link_visited_alt = "";
+set color_entry_text_alt = "";
+set color_entry_subject_alt = "";
+set color_entry_subject_alt_border = "";
+set color_entry_subject_alt_background = "";
+set color_footer_background = "";
+set color_footer_text = "";
+set color_footer_link = "";
+set color_archivemonth_background = "";
+set color_archivemonth_border = "";
+set color_navigation_text = "";
+set color_navigation_background = "";
+set color_navigation_border = "";
+set color_archivemonth_title = "";
+set color_archivemonth_title_border = "";
+set color_archivemonth_title_background = "";
+set color_tagspage_title = "";
+set color_tagspage_title_border = "";
+set color_tagspage_border = "";
+set color_tagspage_title_background = "";
+set color_comments_form_border = "";
 
 # Images
 propgroup images {
diff -r c3a48761914a -r 2808a2c487d0 bin/upgrading/s2layers/transmogrified/themes.s2
--- a/bin/upgrading/s2layers/transmogrified/themes.s2	Thu Sep 10 15:23:05 2009 -0500
+++ b/bin/upgrading/s2layers/transmogrified/themes.s2	Sun Sep 13 04:39:25 2009 +0000
@@ -3,6 +3,65 @@ layerinfo name = "Transmogrified Basic";
 layerinfo name = "Transmogrified Basic";
 layerinfo redist_uniq = "transmogrified/basic";
 
+set color_page_background = "#79A9DF";
+set color_main_background = "#ffffff";
+set color_page_text = "#666666";
+set color_page_title_background = "#1f558b";
+set color_page_title = "#ffffff";
+set color_page_link = "#1f558b";
+set color_page_link_hover = "#162ac2";
+set color_page_link_active = "#111185";
+set color_page_link_visited = "#618dbb";
+set color_header_background = "#fc7f3f";
+set color_header_text = "#ffeba6";
+set color_header_hover_background = "#000000";
+set color_header_hover = "#fc7f3f";
+set color_module_link = "#fc7f3f";
+set color_module_link_active = "#b3592d";
+set color_module_link_hover = "#fc5603";
+set color_module_link_visited = "#fca87e";
+set color_module_border = "#fc7f3f";
+set color_module_text = "#666666";
+set color_module_background = "#ffffff";
+set color_module_title = "#fc7f3f";
+set color_module_title_background = "#ffdfbf";
+set color_module_title_border = "#fc7f3f";
+set color_entry_border = "#739adf";
+set color_entry_background = "#ffffff";
+set color_entry_link = "#1f558b";
+set color_entry_link_hover = "#162ac2";
+set color_entry_link_active = "#111185";
+set color_entry_link_visited = "#618dbb";
+set color_entry_text = "#666666";
+set color_entry_title = "#1f558b";
+set color_entry_title_border = "#739adf";
+set color_entry_title_background = "#cfe0e6";
+set color_entry_border_alt = "#fc7f3f";
+set color_entry_background_alt = "#ffffff";
+set color_entry_link_alt = "#fc7f3f";
+set color_entry_link_hover_alt = "#fc5603";
+set color_entry_link_active_alt = "#b3592d";
+set color_entry_link_visited_alt = "#fca87e";
+set color_entry_text_alt = "#666666";
+set color_entry_subject_alt = "#fc7f3f";
+set color_entry_subject_alt_border = "#fc7f3f";
+set color_entry_subject_alt_background = "#ffdfbf";
+set color_footer_background = "#fc7f3f";
+set color_footer_text = "#1f558b";
+set color_footer_link = "#1f558b";
+set color_archivemonth_background = "#ffffff";
+set color_archivemonth_border = "#739adf";
+set color_navigation_text = "#000000";
+set color_navigation_background = "#ffffff";
+set color_navigation_border = "#739adf";
+set color_archivemonth_title = "#1f558b";
+set color_archivemonth_title_border = "#739adf";
+set color_archivemonth_title_background = "#cfe0e6";
+set color_tagspage_title = "#1f558b";
+set color_tagspage_title_border = "#739adf";
+set color_tagspage_border = "#739adf";
+set color_tagspage_title_background = "#cfe0e6";
+set color_comments_form_border = "#fc7f3f";
 
 #NEWLAYER: transmogrified/blackorwhite
 layerinfo "type" = "theme";
--------------------------------------------------------------------------------