diff --git a/config.inc.php b/config.inc.php
index cb063da..99ac45e 100755
--- a/config.inc.php
+++ b/config.inc.php
@@ -9,12 +9,12 @@ define("THEME", "libreqr");
define("DEFAULT_LOCALE", "en");
// Will be printed at the bottom of the interface
-define("CUSTOM_TEXT_ENABLED", false);
-define("CUSTOM_TEXT", "This LibreQR instance is hosted by foo.");
+define("CUSTOM_TEXT_ENABLED", true);
+define("CUSTOM_TEXT", "This LibreQR instance is hosted by FbIN.");
// Default values
define("DEFAULT_REDUNDANCY", "high");
define("DEFAULT_MARGIN", 20);
define("DEFAULT_SIZE", 300);
-define("DEFAULT_BGCOLOR", "FFFFFF");
-define("DEFAULT_FGCOLOR", "000000");
+define("DEFAULT_BGCOLOR", "F8F8FF");
+define("DEFAULT_FGCOLOR", "7D8800");