diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml
index c30aee972cafa4c4ff19c015a8c50f071a54d63d..7530360d7ee6a0179595112ffd4dba4f88dd901e 100644
--- a/app/src/debug/res/values/colors.xml
+++ b/app/src/debug/res/values/colors.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-  <color name="colorPrimary">#F57C00</color>
-  <color name="colorPrimaryDark">#E65100</color>
-  <color name="colorAccent">#afb42b</color>
+  <color name="colorPrimary">#CA241F</color>
+  <color name="colorPrimaryDark">#A12521</color>
+  <color name="colorAccent">#ffaf3b</color>
 </resources>
diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0803e78fb6d1b333a65a38a47cc942d034910e26
--- /dev/null
+++ b/app/src/debug/res/values/strings.xml
@@ -0,0 +1,3 @@
+<resources>
+  <string name="app_name">QuasselTest</string>
+</resources>
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 9e55d323e5e4b47c1335f7e12c23f2b5d564954a..3d2127148d95fdc23b4f6ec04c65d08f79df69ea 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -2,5 +2,5 @@
 <resources>
   <color name="colorPrimary">#0a70c0</color>
   <color name="colorPrimaryDark">#105a94</color>
-  <color name="colorAccent">#afb42b</color>
+  <color name="colorAccent">#ffaf3b</color>
 </resources>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 771ed5d69ea8a1446847170535f129733d3b7554..5748b2baf2448913cc740521b7259170b1eff84b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,6 +1,8 @@
 <resources>
-  <string name="app_name">QuasselDroidNG Test</string>
+  <string name="app_name">QuasselDroid</string>
+
   <string name="connection_service">Connection Service</string>
   <string name="connection_service_description">Keeps a connection to your core to allow for notifications, and to transmit messages.</string>
-  <string name="crash_text">\"QD-NG has crashed\"</string>
+
+  <string name="crash_text">QD-NG has crashed</string>
 </resources>