Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/resources/values/colors.xml

Issue 29325144: Issue 2932 - Create an Adblock Browser specific look and feel (Closed)
Patch Set: Created Aug. 27, 2015, 10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/base/resources/layout/tabs_item_row.xml ('k') | mobile/android/themes/core/defines.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/values/colors.xml
===================================================================
--- a/mobile/android/base/resources/values/colors.xml
+++ b/mobile/android/base/resources/values/colors.xml
@@ -5,7 +5,7 @@
<resources>
<!-- Fennec color palette (bug 1127517) -->
- <color name="fennec_ui_orange">#FF9500</color>
+ <color name="fennec_ui_orange">#009CD0</color>
<color name="action_orange">#E66000</color>
<color name="action_orange_pressed">#DC5600</color>
<color name="link_blue">#0096DD</color>
@@ -13,8 +13,8 @@
<color name="placeholder_active_grey">#222222</color>
<color name="placeholder_grey">#777777</color>
- <color name="private_toolbar_grey">#292C29</color>
- <color name="text_and_tabs_tray_grey">#363B40</color>
+ <color name="private_toolbar_grey">#F8F8F8</color>
+ <color name="text_and_tabs_tray_grey">#F8F8F8</color>
<color name="tabs_tray_grey_pressed">#45494E</color>
<color name="toolbar_icon_grey">#5F6368</color>
@@ -22,9 +22,12 @@
<color name="disabled_grey">#BFBFBF</color>
<color name="toolbar_grey_pressed">#D7D7DC</color>
<color name="toolbar_menu_dark_grey">#E1E1E6</color>
- <color name="toolbar_grey">#EBEBF0</color>
+ <color name="toolbar_grey">#F8F8F8</color>
<color name="about_page_header_grey">#F5F5F5</color>
+ <!-- ABB custom colors -->
+ <color name="abb_thumbnail_row_text">#3B3B3B</color>
+
<!-- Non-palette colors -->
<!-- Synced w/ toolbar_grey -->
@@ -45,7 +48,7 @@
<color name="new_tablet_highlight_focused">#C0C9D0</color>
<!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey -->
- <color name="highlight_shaped">#FF696D71</color>
+ <color name="highlight_shaped">#FFFFFFFF</color>
<!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_grey -->
<color name="highlight_shaped_focused">#FF565B60</color>
« no previous file with comments | « mobile/android/base/resources/layout/tabs_item_row.xml ('k') | mobile/android/themes/core/defines.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld