aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-10-29 18:59:34 -0700
committerScott Jackson <daneren2005@gmail.com>2012-10-29 18:59:34 -0700
commita8d2252d922d6e40dd252025f56ad1fdd2d4d3b8 (patch)
treec5f5c93da116f3dfd97323efe30b8c31c06e398a
parentb7ed3a4fc6405e2cf77e8fd7b2e53af6fbaa96d9 (diff)
downloaddsub-a8d2252d922d6e40dd252025f56ad1fdd2d4d3b8.tar.gz
dsub-a8d2252d922d6e40dd252025f56ad1fdd2d4d3b8.tar.bz2
dsub-a8d2252d922d6e40dd252025f56ad1fdd2d4d3b8.zip
Modified light theme to have wheat background so not so bright
-rw-r--r--subsonic-android/res/values/colors.xml1
-rw-r--r--subsonic-android/res/values/themes.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/subsonic-android/res/values/colors.xml b/subsonic-android/res/values/colors.xml
index 0014738e..625810ff 100644
--- a/subsonic-android/res/values/colors.xml
+++ b/subsonic-android/res/values/colors.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <color name="lightBackground">#F1F0E6</color>
<color name="mediaControlBackground">#000000</color>
<color name="mediaControlForeground">#F0F0F0</color>
<color name="dividerColor">#FF33B5E5</color>
diff --git a/subsonic-android/res/values/themes.xml b/subsonic-android/res/values/themes.xml
index 63123da3..72ea183e 100644
--- a/subsonic-android/res/values/themes.xml
+++ b/subsonic-android/res/values/themes.xml
@@ -4,6 +4,7 @@
<item name="actionBarStyle">@style/Widget.DSub.ActionBarStyle.Light</item>
<item name="android:actionBarStyle">@style/Widget.DSub.ActionBarStyle.Light</item>
<item name="android:textColorSecondary">@color/cyan</item>
+ <item name="android:windowBackground">@color/lightBackground</item>
</style>
<style name="Theme.DSub.Dark" parent="Theme.Sherlock.ForceOverflow">
<item name="actionBarStyle">@style/Widget.DSub.ActionBarStyle.Dark</item>