Chromium Code Reviews| Index: ui/app_list/app_list_constants.cc |
| diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc |
| index efcf5a79882739c2251c4bbaaa3f4b4c60142c84..6aec7d9cc06105e83cca05386315a1da8249665d 100644 |
| --- a/ui/app_list/app_list_constants.cc |
| +++ b/ui/app_list/app_list_constants.cc |
| @@ -29,6 +29,9 @@ const SkColor kResultURLTextColor = SkColorSetRGB(0x00, 0x99, 0x33); |
| const SkColor kGridTitleColor = SkColorSetRGB(0x5A, 0x5A, 0x5A); |
| const SkColor kGridTitleHoverColor = SkColorSetRGB(0x3C, 0x3C, 0x3C); |
| +// Color of the borders used in the experimental app list start page. |
| +const SkColor kStartPageBorderColor = SkColorSetARGB(0xFF, 0xEE, 0xEE, 0xEE); |
|
tapted
2014/06/19 07:29:24
nit: can just use SkColorSetRGB
calamity
2014/06/19 08:21:47
Done.
|
| + |
| // Color of the folder ink bubble. |
| const SkColor kFolderBubbleColor = SkColorSetRGB(0xD7, 0xD7, 0xD7); |