commit | 39450cf878aad66c4cbdf589f38ded5a1881c94c | [log] [tgz] |
---|---|---|
author | Alex Cruz <alex@dirtyunicorns.com> | Fri Oct 12 17:40:36 2018 -0500 |
committer | REV3NT3CH <rev3nt3ch@gmail.com> | Wed Aug 14 14:12:44 2019 -0700 |
tree | a234a270f9edc57b24313f7793d5a20cbec7066a | |
parent | c1e906952573cfcc8bd4894123ad6159ad0a3e74 [diff] |
Theme wifi defailt icons Change-Id: Ic220df7867e045ab3b52cdab45610aaaa1bb84f7 Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
diff --git a/themes/darktheme/settings/res/values/colors.xml b/themes/darktheme/settings/res/values/colors.xml index 8169512..5597bd1 100644 --- a/themes/darktheme/settings/res/values/colors.xml +++ b/themes/darktheme/settings/res/values/colors.xml
@@ -17,4 +17,7 @@ <!-- Color for the background of the shortcut icons.--> <color name="shortcut_background">@*android:color/primary_device_default_dark</color> + <!-- Wifi network details --> + <color name="wifi_details_icon_color">#8AFFFFFF</color> + </resources>