| Index: chrome/android/java/res/values-v17/styles.xml
|
| diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
|
| index 367b4c0506640d9d547f4f64725f21f332f26dd6..383eff456e3bec34d4387af016f95376d55bf0a5 100644
|
| --- a/chrome/android/java/res/values-v17/styles.xml
|
| +++ b/chrome/android/java/res/values-v17/styles.xml
|
| @@ -96,7 +96,7 @@
|
| <style name="ThemeWithActionBar" parent="Theme.AppCompat.Light.DarkActionBar">
|
| <item name="android:windowBackground">@drawable/action_bar_activity_bg</item>
|
| <!-- Action bar color -->
|
| - <item name="colorPrimary">#263238</item>
|
| + <item name="colorPrimary">@color/dark_action_bar_color</item>
|
| <!-- Status bar color -->
|
| <item name="colorPrimaryDark">#161e21</item>
|
| <!-- Color of checkboxes, switches, buttons, etc. -->
|
|
|