diff --git a/app/src/debug/res/values/colors.xml b/app/src/debug/res/values/colors.xml
index 7530360d7ee6a0179595112ffd4dba4f88dd901e..5ee3f23369e2fbd39198a8794ddc64fe8f192fd6 100644
--- a/app/src/debug/res/values/colors.xml
+++ b/app/src/debug/res/values/colors.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-  <color name="colorPrimary">#CA241F</color>
-  <color name="colorPrimaryDark">#A12521</color>
+  <color name="colorPrimary">#c0700a</color>
+  <color name="colorPrimaryDark">#945a10</color>
   <color name="colorAccent">#ffaf3b</color>
+
+  <color name="colorIconLight">#e79102</color>
+  <color name="colorIconDark">#994e12</color>
 </resources>
diff --git a/app/src/main/res/drawable-v26/ic_launcher_background.xml b/app/src/main/res/drawable-v26/ic_launcher_background.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7f67d540f9afe9367cc37b7967811569580ebd95
--- /dev/null
+++ b/app/src/main/res/drawable-v26/ic_launcher_background.xml
@@ -0,0 +1,8 @@
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+  android:shape="rectangle">
+  <gradient
+    android:angle="270"
+    android:endColor="@color/colorIconDark"
+    android:startColor="@color/colorIconLight"
+    android:type="linear" />
+</shape>
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index a5974a6db6bb291d699c42b3308cea915aed7b20..2e577544c46f2d565e88cac163d174cba28261a8 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
-  <background android:drawable="@color/colorPrimary" />
+  <background android:drawable="@drawable/ic_launcher_background" />
   <foreground android:drawable="@mipmap/ic_launcher_foreground" />
 </adaptive-icon>
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png
index f38fcf4b41832598338e5c4a1dda5d484be62199..8d5a414da51e9443df573dec0d93cf2731d2b028 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
deleted file mode 100644
index ece83758f52d6b836973e8d47b3992e9d23fcb0e..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_legacy.png b/app/src/main/res/mipmap-hdpi/ic_launcher_legacy.png
index f38fcf4b41832598338e5c4a1dda5d484be62199..8d5a414da51e9443df573dec0d93cf2731d2b028 100644
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_legacy.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_legacy.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_recents.png b/app/src/main/res/mipmap-hdpi/ic_launcher_recents.png
deleted file mode 100644
index 3aa420b7594005b212e8d47098eb1d9cac93f081..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_recents.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png
index bfbb5bec79527a8a12b22b711e3b77a098987359..7317e659227c70c50880bc68d3bbece921a5b5c9 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
deleted file mode 100644
index f9e9bc74159bb1bb26a46de14af37e3a8278c7b5..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_legacy.png b/app/src/main/res/mipmap-mdpi/ic_launcher_legacy.png
index bfbb5bec79527a8a12b22b711e3b77a098987359..7317e659227c70c50880bc68d3bbece921a5b5c9 100644
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_legacy.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_legacy.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_recents.png b/app/src/main/res/mipmap-mdpi/ic_launcher_recents.png
deleted file mode 100644
index a160a6bab6a5b658b7f8d22e5af6084f136529e7..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_recents.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-nodpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-nodpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..c01a33781617789788086c3269383c094230bae9
Binary files /dev/null and b/app/src/main/res/mipmap-nodpi/ic_launcher_foreground.png differ
diff --git a/app/src/main/res/mipmap-nodpi/ic_launcher_recents.png b/app/src/main/res/mipmap-nodpi/ic_launcher_recents.png
new file mode 100644
index 0000000000000000000000000000000000000000..8719a83a8bfcc74daef1a5ffe7156367c3d155ca
Binary files /dev/null and b/app/src/main/res/mipmap-nodpi/ic_launcher_recents.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png
index c467548ffc085b72f2514bea9989ec554dcc80b0..4aaad0b9549b64ff4fe9d0a61c4f19d4bae2f3ec 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 7bb003255c089505392d8a1dca02ce1f47768555..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_legacy.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_legacy.png
index c467548ffc085b72f2514bea9989ec554dcc80b0..4aaad0b9549b64ff4fe9d0a61c4f19d4bae2f3ec 100644
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_legacy.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_legacy.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_recents.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_recents.png
deleted file mode 100644
index bec27ec68fca34d0f21f6789439e35cfa299816a..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_recents.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
index 0d6d70aaa5c29bf01c84ba9da62de289341a933e..c1196016eea2aaad13c67cbd6fe87a18cda0ad20 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 30c52d0bac7f55e1ca0a14b3dbd0a34522f428cb..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_legacy.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_legacy.png
index 0d6d70aaa5c29bf01c84ba9da62de289341a933e..c1196016eea2aaad13c67cbd6fe87a18cda0ad20 100644
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_legacy.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_legacy.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_recents.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_recents.png
deleted file mode 100644
index 2cd62c04fb0d5e86ef736e6f60e3bcf665d24a9e..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_recents.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
index 366142e9b7b379249e49bb3184429fad132a89fb..71f99b9a56e9e3e5d2b5266220642b5f101dbbc5 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
deleted file mode 100644
index 64b9248cf9a654a9e97f23c7ccb70fa1ee0f2714..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and /dev/null differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_legacy.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_legacy.png
index 366142e9b7b379249e49bb3184429fad132a89fb..71f99b9a56e9e3e5d2b5266220642b5f101dbbc5 100644
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_legacy.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_legacy.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_recents.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_recents.png
deleted file mode 100644
index f208b7051960432c4ac5cb26150340d6f3f59912..0000000000000000000000000000000000000000
Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_recents.png and /dev/null differ
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 77aae29ab1817632cc2526efa4dd877c09df684b..cc3c3a013c2d181a3e2356a60d2e3a7875f80a34 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -4,6 +4,9 @@
   <color name="colorPrimaryDark">#105a94</color>
   <color name="colorAccent">#ffaf3b</color>
 
+  <color name="colorIconLight">#0291e7</color>
+  <color name="colorIconDark">#124e99</color>
+
   <color name="colorFillLight">#757575</color>
   <color name="colorFillDark">#ffffff</color>