summaryrefslogtreecommitdiff
path: root/gtk-2.0
diff options
context:
space:
mode:
authorJean-Philippe Fleury <contact@jpfleury.net>2012-06-29 23:22:58 -0400
committerJean-Philippe Fleury <contact@jpfleury.net>2012-06-29 23:22:58 -0400
commit0ad5bcaf9ec939c9ceaee24677abd8230e039898 (patch)
tree5c9d57481d0d93d9efae4ac44d3b59e5b7d12b5a /gtk-2.0
parentfd9ed2c2c48224735ccbbf9000b106299d2c4f0a (diff)
Style «chrome_gtk_frame»
Diffstat (limited to 'gtk-2.0')
-rw-r--r--gtk-2.0/gtkrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc
index 327d74c..d6fa310 100644
--- a/gtk-2.0/gtkrc
+++ b/gtk-2.0/gtkrc
@@ -332,6 +332,21 @@ style "evo_new_button_workaround" {
}
}
+style "chrome_gtk_frame"
+{
+ ChromeGtkFrame::frame-color = @selected_bg_color
+ ChromeGtkFrame::inactive-frame-color = "#DEDCDA"
+ ChromeGtkFrame::frame-gradient-size = 16
+ ChromeGtkFrame::frame-gradient-color = shade (0.95,@selected_bg_color)
+ ChromeGtkFrame::inactive-frame-gradient-color = shade (0.95,"#DEDCDA")
+ ChromeGtkFrame::incognito-frame-color = "#4B6E99"
+ ChromeGtkFrame::incognito-inactive-frame-color = "#E3E2E0"
+ ChromeGtkFrame::incognito-frame-gradient-color = shade (0.95,"#4B6E99")
+ ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (0.95,"#E3E2E0")
+ ChromeGtkFrame::scrollbar-trough-color = shade (0.9, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.05, @selected_bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = @selected_bg_color
+}
###############################################################################
# The following part of the gtkrc applies the different styles to the widgets.
@@ -427,3 +442,6 @@ widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
# See the documentation of the style.
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
+
+class "ChromeGtkFrame" style "chrome_gtk_frame"
+