summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/resource_bundle.cc')
-rw-r--r--app/resource_bundle.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/resource_bundle.cc b/app/resource_bundle.cc
index 1793073..a2058ec 100644
--- a/app/resource_bundle.cc
+++ b/app/resource_bundle.cc
@@ -16,9 +16,9 @@ ResourceBundle* ResourceBundle::g_shared_instance_ = NULL;
// TODO(glen): Finish moving these into theme provider (dialogs still
// depend on these colors).
const SkColor ResourceBundle::frame_color =
- SkColorSetRGB(77, 139, 217);
+ SkColorSetRGB(66, 116, 201);
const SkColor ResourceBundle::frame_color_inactive =
- SkColorSetRGB(184, 209, 240);
+ SkColorSetRGB(161, 182, 228);
const SkColor ResourceBundle::frame_color_app_panel =
SK_ColorWHITE;
const SkColor ResourceBundle::frame_color_app_panel_inactive =