summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-07-04 20:26:34 +0200
committerJoey Rizzoli <joey@lineageos.org>2018-07-06 11:30:34 +0200
commitac3aaac426e806f221835cda6a865432dba03f36 (patch)
treecee2f3af44ece5d8f4741bf6e7c3e4b554b02ab8 /res
parent6d57dbb52d946cfa25bac2c50facfea01402919d (diff)
downloadandroid_packages_apps_Trebuchet-ac3aaac426e806f221835cda6a865432dba03f36.tar.gz
android_packages_apps_Trebuchet-ac3aaac426e806f221835cda6a865432dba03f36.tar.bz2
android_packages_apps_Trebuchet-ac3aaac426e806f221835cda6a865432dba03f36.zip
Trebuchet: use system's accent
Change-Id: Ic4d084179736aba1559fdd4ab0fef20c452dedf5 Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res')
-rw-r--r--res/values/lineage_colors.xml2
-rw-r--r--res/values/lineage_styles.xml2
-rw-r--r--res/values/styles.xml1
3 files changed, 0 insertions, 5 deletions
diff --git a/res/values/lineage_colors.xml b/res/values/lineage_colors.xml
index 20001121f..c3ae2bdd2 100644
--- a/res/values/lineage_colors.xml
+++ b/res/values/lineage_colors.xml
@@ -15,8 +15,6 @@
limitations under the License.
-->
<resources>
- <color name="colorAccent">#167c80</color>
-
<color name="icon_settings_background">#333333</color>
<color name="icon_settings_text">#f5f5f5</color>
diff --git a/res/values/lineage_styles.xml b/res/values/lineage_styles.xml
index 7c6eb5f28..1ca4c9c3d 100644
--- a/res/values/lineage_styles.xml
+++ b/res/values/lineage_styles.xml
@@ -16,14 +16,12 @@
-->
<resources>
<style name="ChooseIconTheme" parent="android:style/Theme.DeviceDefault.Settings">
- <item name="android:colorAccent">@color/colorAccent</item>
<item name="android:colorBackground">@color/icon_settings_background</item>
</style>
<style name="TextAppearance.Switch" parent="@android:style/TextAppearance.Material.Title" />
<style name="QuickSettingsTheme" parent="Theme.AppCompat.Light.NoActionBar">
- <item name="android:colorAccent">@color/colorAccent</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">true</item>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 211427f3e..8129e810f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -26,7 +26,6 @@
<item name="android:windowNoTitle">true</item>
<item name="android:colorEdgeEffect">#FF757575</item>
<item name="android:keyboardLayout">@layout/search_container_all_apps</item>
- <item name="android:colorAccent">@color/colorAccent</item>
</style>
<style name="BaseLauncherThemeWithCustomAttrs" parent="@style/BaseLauncherTheme">