Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Replaced #52525E in values/colors.xml with @color/photonDarkGrey10
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-b2001 committed Apr 8, 2021
1 parent bc1de17 commit 0d8b2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<color name="contrast_text_dark_theme">@color/primary_text_dark_theme</color>
<color name="caption_text_dark_theme">@color/photonLightGrey70</color>
<color name="foundation_dark_theme">#1C1B22</color>
<color name="inset_dark_theme">#52525E</color>
<color name="inset_dark_theme">@color/photonDarkGrey10</color>
<color name="above_dark_theme">#32313C</color>
<color name="accent_dark_theme">#9059FF</color>
<color name="accent_bright_dark_theme">#592ACB</color>
Expand All @@ -111,7 +111,7 @@
<color name="toolbar_start_gradient_dark_theme">@color/foundation_dark_theme</color>
<color name="toolbar_center_gradient_dark_theme">@color/foundation_dark_theme</color>
<color name="toolbar_end_gradient_dark_theme">@color/foundation_dark_theme</color>
<color name="toolbar_divider_color_dark_theme">#52525E</color>
<color name="toolbar_divider_color_dark_theme">@color/photonDarkGrey10</color>
<color name="fill_link_from_clipboard_dark_theme">@color/accent_on_dark_background_normal_theme</color>
<color name="sync_disconnected_icon_fill_dark_theme">#FFF36E</color>
<color name="sync_disconnected_background_dark_theme">#5B5846</color>
Expand Down Expand Up @@ -175,7 +175,7 @@
<color name="toolbar_start_gradient_private_theme">#7529A7</color>
<color name="toolbar_center_gradient_private_theme">#492E85</color>
<color name="toolbar_end_gradient_private_theme">#383372</color>
<color name="toolbar_divider_color_private_theme">#52525E</color>
<color name="toolbar_divider_color_private_theme">@color/photonDarkGrey10</color>
<color name="fill_link_from_clipboard_private_theme">@color/accent_on_dark_background_private_theme</color>
<color name="menu_category_private_theme">@color/primary_text_private_theme</color>
<color name="sync_disconnected_icon_fill_private_theme">#C45A27</color>
Expand Down

0 comments on commit 0d8b2b3

Please sign in to comment.