aboutsummaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-18 17:11:10 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-18 17:11:10 -0700
commit1f9374f7fac51d13e87929c3f87705840be8c237 (patch)
tree4c2d285d0845d31325c7d49c3fccb872c3e6456b /app/src
parent9741d791c78e6a53f63ee312c1f2e17352f30289 (diff)
downloaddsub-1f9374f7fac51d13e87929c3f87705840be8c237.tar.gz
dsub-1f9374f7fac51d13e87929c3f87705840be8c237.tar.bz2
dsub-1f9374f7fac51d13e87929c3f87705840be8c237.zip
Change dark theme to use blue still
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/values/colors.xml4
-rw-r--r--app/src/main/res/values/themes.xml6
2 files changed, 3 insertions, 7 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index a1827eaf..82763b48 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -14,10 +14,6 @@
<color name="lightPrimaryDark">#1e88e5</color>
<color name="lightAccent">#448aff</color>
- <color name="darkPrimary">#f44336</color>
- <color name="darkPrimaryDark">#e53935</color>
- <color name="darkAccent">#ff5252</color>
-
<color name="holoPrimary">#009688</color>
<color name="holoPrimaryDark">#00897b</color>
<color name="holoAccent">#64ffda</color>
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index b1269581..357ecdec 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -104,9 +104,9 @@
<item name="drawerDownloading">@drawable/ic_menu_download_dark</item>
<item name="drawerSettings">@drawable/ic_menu_settings_dark</item>
<item name="drawerArrowStyle">@style/DSub.DrawerArrow</item>
- <item name="colorPrimary">@color/darkPrimary</item>
- <item name="colorPrimaryDark">@color/darkPrimaryDark</item>
- <item name="colorAccent">@color/darkAccent</item>
+ <item name="colorPrimary">@color/lightPrimary</item>
+ <item name="colorPrimaryDark">@color/lightPrimaryDark</item>
+ <item name="colorAccent">@color/lightAccent</item>
<item name="actionbarTitleStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item>
<item name="actionbarSubtitleStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle</item>
<item name="actionbarPopupStyle">@style/ThemeOverlay.AppCompat.Dark</item>