diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2018-05-05 01:17:24 +0530 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-05-05 10:08:49 -0500 |
commit | 55ec3046d1858e441cadbddf8467c4dbb9fd0a74 (patch) | |
tree | 625668e92adc4c5fee0007b04ebd05fd5402be49 /app/src/main/res/values/styles.xml | |
parent | 6bd4f7495da6ab3abc3ad068438c590f011a83f6 (diff) |
styles: Propagate WireGuard blue 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, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ae6d0574..f018bee7 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -2,7 +2,11 @@ <resources xmlns:android="http://schemas.android.com/apk/res/android"> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <item name="android:navigationBarColor">@color/wireguard_brand_blue</item> + <item name="android:statusBarColor">@color/wireguard_brand_blue</item> <item name="colorAccent">@color/wireguard_brand_red</item> + <item name="colorPrimary">@color/color_primary</item> + <item name="colorPrimaryDark">@color/wireguard_brand_blue</item> </style> <style name="SettingsTheme" parent="AppTheme"> |