Commit af083e81 authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

Darken Google logo less.

Sample screenshots:
https://screenshot.googleplex.com/H1mkRMhHjAT.png
https://screenshot.googleplex.com/eQpbkh9vQaO.png
https://screenshot.googleplex.com/3sfoZP8NaSa.png

Change-Id: I78cea0e8a387dcd3bc7aa1fe0396672e79fe7463
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1714219Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680104}
parent e8237409
......@@ -114,7 +114,7 @@ SkColor GetLogoColor(const ThemeBackgroundInfo& theme_info) {
!theme_info.custom_background_url.is_empty();
if (theme_info.logo_alternate && !has_background_image) {
logo_color = GetContrastingColorForBackground(theme_info.background_color,
/*luminosity_change=*/0.4f);
/*luminosity_change=*/0.3f);
}
return logo_color;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment