summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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">