Skip to content

Commit

Permalink
contrast improvement for pinned tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
aguscruiz committed Oct 28, 2024
1 parent 1a3eb65 commit f5a69da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/ui/color/brave_color_mixer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void AddChromeLightThemeColorMixer(ui::ColorProvider* provider,
mixer[kColorNewTabButtonBackgroundFrameActive] = {ui::kColorFrameActive};
mixer[kColorNewTabButtonBackgroundFrameInactive] = {ui::kColorFrameInactive};
mixer[kColorNewTabPageBackground] = {kBraveNewTabBackgroundLight};
mixer[kColorTabStrokeFrameActive] = {SkColorSetA(SK_ColorBLACK, 0.07 * 255)};
mixer[kColorTabStrokeFrameActive] = {ui::kColorRefNeutral80};
mixer[kColorTabStrokeFrameInactive] = {kColorTabStrokeFrameActive};
mixer[kColorToolbarButtonIconInactive] = {
ui::SetAlpha(kColorToolbarButtonIcon, kBraveDisabledControlAlpha)};
Expand Down Expand Up @@ -248,7 +248,7 @@ void AddChromeDarkThemeColorMixer(ui::ColorProvider* provider,
mixer[kColorNewTabButtonBackgroundFrameActive] = {ui::kColorFrameActive};
mixer[kColorNewTabButtonBackgroundFrameInactive] = {ui::kColorFrameInactive};
mixer[kColorNewTabPageBackground] = {kBraveNewTabBackgroundDark};
mixer[kColorTabStrokeFrameActive] = {kColorToolbar};
mixer[kColorTabStrokeFrameActive] = {ui::kColorRefNeutral25};
mixer[kColorTabStrokeFrameInactive] = {kColorToolbar};
mixer[kColorToolbarButtonIconInactive] = {
ui::SetAlpha(kColorToolbarButtonIcon, kBraveDisabledControlAlpha)};
Expand Down

0 comments on commit f5a69da

Please sign in to comment.