aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-05-09 18:38:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-05-09 18:38:13 +0200
commit95dbb14cb59e14681bbd727b5e724eb7046df26d (patch)
tree3019161a215575fa52f3974757d29f5111ef5bd5 /app/src/main/res/values/styles.xml
parentglobal: Cleanup line lengths and misc lint warnings (diff)
downloadwireguard-android-95dbb14cb59e14681bbd727b5e724eb7046df26d.tar.xz
wireguard-android-95dbb14cb59e14681bbd727b5e724eb7046df26d.zip
theme: revert to old color scheme
Noble effort, but ultimately ugly. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--app/src/main/res/values/styles.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 6542b21c..1fda6aa6 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,14 +1,7 @@
<?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">
- <item name="android:navigationBarColor">@color/wireguard_brand_blue</item>
- <item name="android:statusBarColor">@color/wireguard_brand_blue</item>
- <item name="actionModeBackground">@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="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar" />
<style name="SettingsTheme" parent="AppTheme">
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>