am e7005cbf: Merge "Make the settings accent color blue instead of green." into lmp-dev

* commit 'e7005cbfeb69825c8fa3db81f30122b046d04cbf':
  Make the settings accent color blue instead of green.
diff --git a/res/values/styles.xml b/res/values/styles.xml
index d0836a5..3fb590a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -164,5 +164,7 @@
         <!-- Setting description. -->
         <item name="android:textColorTertiary">@color/setting_secondary_color</item>
         <item name="android:windowBackground">@color/setting_background_color</item>
+        <item name="android:colorAccent">@color/dialtacts_theme_color</item>
+        <item name="android:textColorLink">@color/dialtacts_theme_color</item>
     </style>
 </resources>