Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: ui/gfx/color_palette.h

Issue 1393163002: Update app menu button MD colors for the notification case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gfx/color_palette.h
diff --git a/ui/gfx/color_palette.h b/ui/gfx/color_palette.h
index 8b93e7b0afb50c10ab14a3543bc90d2f30232c72..dce2511d93f9ba59810474cd7209b2686f5cfdb1 100644
--- a/ui/gfx/color_palette.h
+++ b/ui/gfx/color_palette.h
@@ -11,8 +11,10 @@ namespace gfx {
const SkColor kAmber = SkColorSetRGB(0xFF, 0xC1, 0x07);
const SkColor kChromeIconGrey = SkColorSetRGB(0x5A, 0x5A, 0x5A);
-const SkColor kErrorRed = SkColorSetRGB(0xC5, 0x39, 0x29);
const SkColor kGoogleBlue = SkColorSetRGB(0x42, 0x85, 0xF4);
+const SkColor kGoogleRed700 = SkColorSetRGB(0xC5, 0x39, 0x29);
sky 2015/10/07 23:41:52 It's not clear to me why these have 700 in the nam
Evan Stade 2015/10/08 00:03:31 Apparently it's an arbitrary nomenclature dreamt u
+const SkColor kGoogleGreen700 = SkColorSetRGB(0x0B, 0x80, 0x43);
+const SkColor kGoogleYellow700 = SkColorSetRGB(0xF0, 0x93, 0x00);
} // namespace gfx

Powered by Google App Engine
This is Rietveld 408576698