diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-05-03 23:41:37 +0530 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-05-05 10:08:24 -0500 |
commit | 6bd4f7495da6ab3abc3ad068438c590f011a83f6 (patch) | |
tree | 044bd8f7c5e470c3568b83b88854d457e0b3cb66 /app/src/main/res/values/styles.xml | |
parent | fd571c53ce20897969e957158097c2f16206d73d (diff) |
styles: Propagate WireGuard red in UI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 1fda6aa6..ae6d0574 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android"> - <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar" /> + <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <item name="colorAccent">@color/wireguard_brand_red</item> + </style> <style name="SettingsTheme" parent="AppTheme"> <item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item> |