diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml
index de8236a..bd8be18 100644
--- a/res/values/cherish_strings.xml
+++ b/res/values/cherish_strings.xml
@@ -541,4 +541,11 @@
Headline / Body font
Statusbar icon
+
+
+ Signal
+
+
+ Wi-Fi
+
diff --git a/res/xml/cherish_settings_theme.xml b/res/xml/cherish_settings_theme.xml
index a3be1bc..74060dd 100644
--- a/res/xml/cherish_settings_theme.xml
+++ b/res/xml/cherish_settings_theme.xml
@@ -39,6 +39,14 @@
+
+
+
+
diff --git a/src/com/cherish/settings/fragments/ThemeSettings.java b/src/com/cherish/settings/fragments/ThemeSettings.java
index 51c120d..000e0dc 100644
--- a/src/com/cherish/settings/fragments/ThemeSettings.java
+++ b/src/com/cherish/settings/fragments/ThemeSettings.java
@@ -102,6 +102,10 @@ public class ThemeSettings extends DashboardFragment implements OnPreferenceChan
"android.theme.customization.adaptive_icon_shape"));
controllers.add(new OverlayCategoryPreferenceController(context,
"android.theme.customization.icon_pack"));
+ controllers.add(new OverlayCategoryPreferenceController(context,
+ "android.theme.customization.signal_icon"));
+ controllers.add(new OverlayCategoryPreferenceController(context,
+ "android.theme.customization.wifi_icon"));
return controllers;
}