Move to Solstice theme
diff --git a/_projectCommon.php b/_projectCommon.php
index e348cea..a0e33c7 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -4,8 +4,8 @@
 	# See the Committer Tools "How Do I" for list of themes
 	# https://dev.eclipse.org/committers/
 	# Optional: defaults to system theme 
-	$_theme = "Nova";
-	$theme = "Nova";
+	$_theme = "Solstice";
+	$theme = "Solstice";
 	if(isset($_POST['theme'])) {
 		$_theme = $_POST['theme'];
 	}
diff --git a/pde-api-tools/_projectCommon.php b/pde-api-tools/_projectCommon.php
index 778a753..bd7cc18 100644
--- a/pde-api-tools/_projectCommon.php
+++ b/pde-api-tools/_projectCommon.php
@@ -18,8 +18,8 @@
 	#
 	#****************************************************************************
 	
-	$_theme = "Nova";
-	$theme = "Nova";
+	$_theme = "Solstice";
+	$theme = "Solstice";
 	if(isset($_POST['theme'])) {
 		$_theme = $_POST['theme'];
 	}