diff --git a/config/config_defaults.php b/config/config_defaults.php
index 3c516807ed3ebd143dc59c0da5059c10d9f7b1dc..67793292659bc5a9068e39e67ff5d9a01dd2495c 100644
--- a/config/config_defaults.php
+++ b/config/config_defaults.php
@@ -16,6 +16,32 @@ return [
     // ----------------------------------------------------------------------    
 
     'phases' => [
+        "preview" => [
+            'css' => [
+                'bgdark' => 'background:#ccc;',
+                'bglight' => 'background:#eee; color:#333; background:rgba(210,210,210,0.4); ',
+                'bgbutton' => 'background:#888; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
+            ],
+        ],
+        "stage" => [
+            'css' => [
+                'bgdark' => 'background:#9ac; ',
+                'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,200,220,0.5); ',
+                'bgbutton' => 'background:#78a; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
+            ],
+        ],
+        "live" => [
+            'css' => [
+                'bgdark' => 'background:#8b9; ',
+                'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ',
+                'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
+            ],
+            // prevent immediate installation after build or accept
+            "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
+        ],
+    ],
+    /*
+    'phases_bak' => [
         "preview" => [
             'css' => [
                 'bgdark' => 'background:#445;  color:#f8f8f8;',
@@ -40,6 +66,7 @@ return [
             "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
         ],
     ],
+    */
 
     'auth' => [
         // force using a given user ... for development only