Commit dbbd9b76 authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

[Views] Adjust secondary info and link style colors for MD2

Source: https://docs.google.com/presentation/d/1EO7TOpIMJ7QHjaTVw9St-q6naKwtXX2TwzMirG5EsKY/edit#slide=id.g399d5e0d81_22_0

Bug: 852094
Change-Id: I0bbfc28d214bed310fdb4a23cd804442d5751590
Reviewed-on: https://chromium-review.googlesource.com/1099560Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567152}
parent c80df7c4
......@@ -192,11 +192,11 @@ SkColor HarmonyTypographyProvider::GetColor(const views::View& view,
case views::style::STYLE_DISABLED:
return SkColorSetRGB(0x9e, 0x9e, 0x9e);
case views::style::STYLE_LINK:
return gfx::kGoogleBlue700;
return gfx::kGoogleBlue600;
case STYLE_SECONDARY:
case STYLE_EMPHASIZED_SECONDARY:
case STYLE_HINT:
return SkColorSetRGB(0x75, 0x75, 0x75);
return gfx::kGoogleGrey700;
case STYLE_RED:
return gfx::kGoogleRed700;
case STYLE_GREEN:
......
......@@ -105,7 +105,7 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
// Separator:
static const SkColor kSeparatorColor = SkColorSetRGB(0xE9, 0xE9, 0xE9);
// Link:
static const SkColor kLinkEnabledColor = gfx::kGoogleBlue700;
static const SkColor kLinkEnabledColor = gfx::kGoogleBlue600;
// Text selection colors:
static const SkColor kTextSelectionBackgroundFocused =
SkColorSetARGB(0x54, 0x60, 0xA8, 0xEB);
......
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