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

Unified Diff: trunk/src/ui/message_center/message_center_style.cc

Issue 23769003: Revert 220500 "Adds the contextMessage field to notifications." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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
« no previous file with comments | « trunk/src/ui/message_center/message_center_style.h ('k') | trunk/src/ui/message_center/notification.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/message_center/message_center_style.cc
===================================================================
--- trunk/src/ui/message_center/message_center_style.cc (revision 220506)
+++ trunk/src/ui/message_center/message_center_style.cc (working copy)
@@ -42,8 +42,8 @@
// Colors.
const SkColor kNotificationBackgroundColor = SkColorSetRGB(255, 255, 255);
const SkColor kLegacyIconBackgroundColor = SkColorSetRGB(0xf5, 0xf5, 0xf5);
-const SkColor kRegularTextColor = SkColorSetRGB(0x22, 0x22, 0x22);
-const SkColor kDimTextColor = SkColorSetRGB(0x66, 0x66, 0x66);
+const SkColor kRegularTextColor = SkColorSetRGB(34, 34, 34);
+const SkColor kDimTextColor = SkColorSetRGB(102, 102, 102);
const SkColor kFocusBorderColor = SkColorSetRGB(64, 128, 250);
// Limits.
« no previous file with comments | « trunk/src/ui/message_center/message_center_style.h ('k') | trunk/src/ui/message_center/notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698