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] changelog2010-03-04 12:53 pm

[dw-free] Tranquility III themes.s2: Night Sea theme in the wrong place

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

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

Cleanup: Restore alphabetical order in Tranquility III themes

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/tranquilityiii/themes.s2
--------------------------------------------------------------------------------
diff -r 88c323605bef -r 3abc69ffb5de bin/upgrading/s2layers/tranquilityiii/themes.s2
--- a/bin/upgrading/s2layers/tranquilityiii/themes.s2	Thu Mar 04 04:22:10 2010 -0800
+++ b/bin/upgrading/s2layers/tranquilityiii/themes.s2	Thu Mar 04 04:57:56 2010 -0800
@@ -3,7 +3,6 @@ layerinfo "name" = "Brick";
 layerinfo "name" = "Brick";
 layerinfo "redist_uniq" = "tranquilityiii/brick";
 layerinfo author_name = "branchandroot";
-
 
 ##===============================
 ## Page Colors
@@ -23,7 +22,6 @@ set color_entry_background = "#ffffff";
 set color_entry_background = "#ffffff";
 set color_entry_text = "#000000";
 set color_entry_border = "#aD6F74";
-
 
 ##===============================
 ## Module Colors
@@ -173,7 +171,6 @@ layerinfo "redist_uniq" = "tranquilityii
 layerinfo "redist_uniq" = "tranquilityiii/lilac";
 layerinfo author_name = "branchandroot";
 
-
 ##===============================
 ## Page Colors
 ##===============================
@@ -192,7 +189,6 @@ set color_entry_background = "#ffffff";
 set color_entry_background = "#ffffff";
 set color_entry_text = "#000000";
 set color_entry_border = "#b8a0b9";
-
 
 ##===============================
 ## Module Colors
@@ -264,6 +260,41 @@ set color_module_title_background = "#23
 set color_module_title_background = "#233535";
 
 
+#NEWLAYER: tranquilityiii/nightsea
+layerinfo type = "theme";
+layerinfo name = "Night Sea";
+layerinfo redist_uniq = "tranquilityiii/nightsea";
+layerinfo author_name = "branchandroot";
+
+##===============================
+## Page Colors
+##===============================
+
+set color_page_background = "#234";
+set color_page_link = "#468";
+set color_page_link_visited = "#79b";
+set color_page_title = "#eee";
+set color_header_background = "#456";
+set color_footer_background = "#456";
+
+##===============================
+## Entry Colors
+##===============================
+
+set color_entry_background = "#ffffff";
+set color_entry_text = "#000000";
+set color_entry_border = "#678";
+
+##===============================
+## Module Colors
+##===============================
+
+set color_module_background = "#678";
+set color_module_text = "#eee";
+set color_module_link = "#012";
+set color_module_link_visited = "#234";
+
+
 #NEWLAYER: tranquilityiii/nnwm2009
 layerinfo "type" = "theme";
 layerinfo "name" = "NNWM 2009";
@@ -289,42 +320,6 @@ set color_page_link_visited = "#ef4921";
 set color_page_link_visited = "#ef4921";
 set color_page_text = "#ffffff";
 set color_page_title = "#ef8229";
-
-
-#NEWLAYER: tranquilityiii/nightsea
-layerinfo type = "theme";
-layerinfo name = "Night Sea";
-layerinfo redist_uniq = "tranquilityiii/nightsea";
-layerinfo author_name = "branchandroot";
-
-##===============================
-## Page Colors
-##===============================
-
-set color_page_background = "#234";
-set color_page_link = "#468";
-set color_page_link_visited = "#79b";
-set color_page_title = "#eee";
-set color_header_background = "#456";
-set color_footer_background = "#456";
-
-##===============================
-## Entry Colors
-##===============================
-
-set color_entry_background = "#ffffff";
-set color_entry_text = "#000000";
-set color_entry_border = "#678";
-
-
-##===============================
-## Module Colors
-##===============================
-
-set color_module_background = "#678";
-set color_module_text = "#eee";
-set color_module_link = "#012";
-set color_module_link_visited = "#234";
 
 
 #NEWLAYER: tranquilityiii/olive
--------------------------------------------------------------------------------