aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-07-10 18:21:08 +0200
committerHorst31802015-07-10 18:21:08 +0200
commite982924abd2c623e0ff556462023cd4e77bc1ac2 (patch)
treec5203d4d31676aac5e45645f7b07dafde4a9a3f1
parentb8fecd7eaa14968249fbea6e3a16210ff6124fe9 (diff)
downloadsolarc-theme-e982924abd2c623e0ff556462023cd4e77bc1ac2.tar.gz
solarc-theme-e982924abd2c623e0ff556462023cd4e77bc1ac2.tar.xz
solarc-theme-e982924abd2c623e0ff556462023cd4e77bc1ac2.zip
gtk2: disable dark toolbar for caja and toolbar fixes
-rw-r--r--common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc66
1 files changed, 61 insertions, 5 deletions
diff --git a/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc
index 79ba282..8d3108a 100644
--- a/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc
+++ b/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc
@@ -68,6 +68,61 @@ style "menubar-text" {
}
}
+
+style "toolbar_text" {
+ fg[NORMAL] = "#afb8c5"
+ fg[PRELIGHT] = "#afb8c5"
+ fg[INSENSITIVE] = shade(0.7, "#afb8c5")
+ fg[ACTIVE] = "#afb8c5"
+
+ text[NORMAL] = "#afb8c5"
+ text[PRELIGHT] = "#afb8c5"
+ text[INSENSITIVE] = shade(0.7, "#afb8c5")
+ text[ACTIVE] = "#afb8c5"
+
+}
+
+style "toolbar_button" {
+
+ xthickness = 4
+ ythickness = 4
+
+ engine "pixmap" {
+
+ image {
+ function = BOX
+ state = NORMAL
+ file = "assets-dark/button.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ }
+
+ image {
+ function = BOX
+ state = PRELIGHT
+ file = "assets-dark/button-hover.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ }
+
+ image {
+ function = BOX
+ state = ACTIVE
+ file = "assets-dark/button-active.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ }
+
+ image {
+ function = BOX
+ state = INSENSITIVE
+ file = "assets-dark/button-insensitive.png"
+ border = { 4, 4, 4, 4 }
+ stretch = TRUE
+ }
+ }
+}
+
style "toolbar_entry" {
xthickness = 6
@@ -151,14 +206,15 @@ widget_class "*<GtkMenuBar>*" style "menub
widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item"
widget_class "*ThunarWindow*<GtkToolbar>" style "menubar"
-widget_class "*CajaNavigationWindow*<GtkToolbar>" style "menubar"
class "ChromeGtkFrame" style "chrome-gtk-frame"
widget_class "*<GtkMenuBar>*<GtkMenuItem>*<GtkAccelLabel>" style "menubar-text"
# Whitelist for dark toolbars
-widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless"
-widget_class "*CajaNavigationWindow*<GtkMenuBar>" style "menubar-borderless"
-widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry"
-widget_class "*CajaNavigationWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry"
+widget_class "*ThunarWindow*<GtkMenuBar>" style "menubar-borderless"
+widget_class "*ThunarWindow*<GtkToolbar>*<GtkEntry>" style "toolbar_entry"
+widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>" style "toolbar_button"
+widget_class "*ThunarWindow*<GtkToolbar>*<GtkWidget>" style "toolbar_text"
+widget_class "*ThunarWindow*<GtkToolbar>*<GtkButton>*<GtkLabel>" style "menubar-text"
+