| 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 3838a7a2e04f8c2aa695274e4b2baf515a912f8b..4865e312838fcfad810afa50512b526a20154d62 100644
|
| --- a/ui/app_list/app_list_constants.cc
|
| +++ b/ui/app_list/app_list_constants.cc
|
| @@ -14,6 +14,7 @@ const SkColor kBottomSeparatorColor = SkColorSetRGB(0xE5, 0xE5, 0xE5);
|
|
|
| // The color of the separator used inside dialogs in the app list.
|
| const SkColor kDialogSeparatorColor = SkColorSetRGB(0xD1, 0xD1, 0xD1);
|
| +const SkColor kDialogSubtitleColor = SkColorSetRGB(0x77, 0x77, 0x77);
|
|
|
| // 6% black over kContentsBackgroundColor
|
| const SkColor kHighlightedColor = SkColorSetRGB(0xE6, 0xE6, 0xE6);
|
|
|