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

Unified Diff: ui/message_center/message_center_style.h

Issue 1524743002: [Notification] Change the progress bar colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_style.h
diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
index 864c2894776b3a542d6af0420894519e67db6296..ab73a8097a53b87bc1418e74bb7828e913183174 100644
--- a/ui/message_center/message_center_style.h
+++ b/ui/message_center/message_center_style.h
@@ -118,8 +118,8 @@ const SkColor kHoveredButtonBackgroundColor = SkColorSetRGB(243, 243, 243);
const int kProgressBarThickness = 5;
const int kProgressBarTopPadding = 16;
const int kProgressBarCornerRadius = 3;
-const SkColor kProgressBarBackgroundColor = SkColorSetRGB(216, 216, 216);
-const SkColor kProgressBarSliceColor = SkColorSetRGB(120, 120, 120);
+const SkColor kProgressBarBackgroundColor = SkColorSetARGB(26, 0, 0, 0);
+const SkColor kProgressBarSliceColor = SkColorSetRGB(26, 194, 34);
// Line limits.
const int kMaxTitleLines = 2;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698