afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-09-07 11:58 pm

[dw-free] Basic Boxes module header not set in some themes

[commit: http://hg.dwscoalition.org/dw-free/rev/b39481221928]

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

Set background color for some module headers in basic boxes.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/basicboxes/themes.s2
--------------------------------------------------------------------------------
diff -r 34e13ceb1453 -r b39481221928 bin/upgrading/s2layers/basicboxes/themes.s2
--- a/bin/upgrading/s2layers/basicboxes/themes.s2	Tue Sep 08 00:43:18 2009 +0800
+++ b/bin/upgrading/s2layers/basicboxes/themes.s2	Mon Sep 07 23:57:08 2009 +0000
@@ -78,7 +78,8 @@ set color_module_background = "#748896";
 set color_module_background = "#748896";
 set color_module_text = "#595D74";
 set color_module_border = "#595D74";
-
+set color_module_title = "#595D74";
+set color_module_title_background = "#eAe9eC";
 
 #NEWLAYER: basicboxes/ecru
 layerinfo type = "theme";
@@ -97,7 +98,7 @@ set color_page_border = "#aFaD96";
 set color_page_border = "#aFaD96"; 
 set color_page_title = "#fff";
 
-set color_header_background = "#DEDBD1"; #DEDBD1
+set color_header_background = "#DEDBD1";
 
 ##===============================
 ## Entry Colors
@@ -161,6 +162,7 @@ set color_module_text = "#bb90e0";
 set color_module_text = "#bb90e0";
 set color_module_border = "#bb90e0";
 set color_module_title = "#a8b257";
+set color_module_title_background = "#641471";
 
 
 #NEWLAYER: basicboxes/green
@@ -199,7 +201,8 @@ set color_module_background = "#92a252";
 set color_module_background = "#92a252";
 set color_module_text = "#566030";
 set color_module_border = "#566030";
-set color_module_title = "#e9eed3";
+set color_module_title = "#566030";
+set color_module_title_background = "#e9eed3";
 
 
 #NEWLAYER: basicboxes/leaf
--------------------------------------------------------------------------------