summarylogtreecommitdiffstats
path: root/gtk2_ui.patch
blob: 282edc04b89986c3bd287f15c9dc57ce30043c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc.orig b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
index 4c119c5..1b67ad2 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc.orig
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
@@ -308,6 +308,7 @@ const double kInactiveSaturation = 0.3;
 // copy the constants themselves here.
 //
 // Default tints.
+const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f };
 const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f };
 const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f };
 const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };