Skip to content

Commit

Permalink
tweak action bar theme for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 11, 2023
1 parent 96de8c4 commit b0c4733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
<color name="reaction_pill_background_selected">#ff282828</color>
<color name="reaction_pill_border_selected">@color/reaction_pill_border</color>
<color name="reaction_pill_text_color_selected">@color/reaction_pill_text_color</color>

<color name="action_mode_status_bar">@color/gray95</color>
</resources>
2 changes: 1 addition & 1 deletion res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<item name="actionBarStyle">@style/TextSecure.DarkActionBar</item>
<item name="actionBarTabBarStyle">@style/TextSecure.DarkActionBar.TabBar</item>
<item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Dark</item>
<item name="actionModeBackground">@color/gray50</item>
<item name="actionModeBackground">@color/gray78</item>
<item name="android:textColor">@color/text_color_dark_theme</item>
<item name="android:textColorSecondary">@color/text_color_secondary_dark_theme</item>

Expand Down

0 comments on commit b0c4733

Please sign in to comment.