Commit e129764f authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

Use gfx::kGoogleGrey900 as Harmony primary color

Changes the color from 212121 to 202124. This also makes sure that the
site permission (page info) icons are rendered close to their correct
GG700 by default (they are derived from this text color).

Bug: chromium:820531, chromium:821996
Change-Id: Ic1c52198e5a8a3d958684bb1ddb61e0510311ec1
Reviewed-on: https://chromium-review.googlesource.com/1011548Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550505}
parent e8b35e25
...@@ -203,7 +203,8 @@ SkColor HarmonyTypographyProvider::GetColor(const views::View& view, ...@@ -203,7 +203,8 @@ SkColor HarmonyTypographyProvider::GetColor(const views::View& view,
return gfx::kGoogleGreen700; return gfx::kGoogleGreen700;
} }
return SkColorSetRGB(0x21, 0x21, 0x21); // Primary for everything else. // Use GoogleGrey900 as primary color for everything else.
return gfx::kGoogleGrey900;
} }
int HarmonyTypographyProvider::GetLineHeight(int context, int style) const { int HarmonyTypographyProvider::GetLineHeight(int context, int style) const {
......
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