Skip to content

Commit

Permalink
Merge pull request #9830 from brave/android_dark_theme_color_fixes
Browse files Browse the repository at this point in the history
[Android] Fixed colors for the dark theme
  • Loading branch information
samartnik authored and mkarolin committed Aug 24, 2021
1 parent f3e1998 commit 919a424
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/java/res/layout/icon_row_menu_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
android:orientation="vertical"
android:background="@color/menu_action_bar_bg_color" >

<View style="@style/HorizontalDivider" />

Expand Down
5 changes: 5 additions & 0 deletions android/java/res/values-night/brave_colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
-->

<resources>
<!-- Theme colors -->
<!-- Overriding chromium theme colors to brave theme colors -->
<color name="baseline_primary_100">#5B2A23</color>
<color name="baseline_primary_200">#F35333</color>
<color name="default_text_color_on_accent1">@color/default_text_color_on_accent1_light</color>

<color name="onboarding_text_color">#F0F2FF</color>
<color name="onboarding_bg_color">#1E2029</color>
Expand Down

0 comments on commit 919a424

Please sign in to comment.