summaryrefslogtreecommitdiff
path: root/Kogaion-daylight
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-04 17:55:03 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-04 17:55:03 +0300
commit74b16bfc753d4ae000ae4f58c39be7896e79e94c (patch)
treed98d34841631aa19682739f3e28cf93630f517ed /Kogaion-daylight
parent51ecfd945a920fde801072759ebd2e6036a0b500 (diff)
panel fixing stage 1, also code cleanup
Diffstat (limited to 'Kogaion-daylight')
-rwxr-xr-xKogaion-daylight/gtk-2.0/apps/panel.rc2
-rwxr-xr-xKogaion-daylight/gtk-2.0/gtkrc27
2 files changed, 13 insertions, 16 deletions
diff --git a/Kogaion-daylight/gtk-2.0/apps/panel.rc b/Kogaion-daylight/gtk-2.0/apps/panel.rc
index 34a6e19..2435e17 100755
--- a/Kogaion-daylight/gtk-2.0/apps/panel.rc
+++ b/Kogaion-daylight/gtk-2.0/apps/panel.rc
@@ -92,7 +92,7 @@ widget_class "*Notif*Brasero*" style "theme-panel"
# XFCE panel theming.
widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*" style "theme-panel"
-widget "*WnckPager*" style "workspace-switcher"
+widget "*WnckPager*" style "workspace-switcher"
# Fix gtk-entries in the panel
#class "GtkEntry" style "test"
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc
index 28fa8b4..efc6de8 100755
--- a/Kogaion-daylight/gtk-2.0/gtkrc
+++ b/Kogaion-daylight/gtk-2.0/gtkrc
@@ -344,8 +344,8 @@ style "menubar_menuitem" {
fg[INSENSITIVE] = mix(0.60, @fg_color, @window_active_color) # menu item disabled
fg[PRELIGHT] = @selected_fg_color # menu item selected
- bg[PRELIGHT] = shade (0.94, @selected_bg_color)
- bg[SELECTED] = shade (1.05, @selected_bg_color)
+ bg[PRELIGHT] = shade (0.94, @selected_bg_color)
+ bg[SELECTED] = shade (1.05, @selected_bg_color)
engine "murrine" {
gradient_shades = {1.03, 1.00, 1.00, 1.00}
@@ -778,7 +778,6 @@ style "checkradio-pixmap" {
}
}
-
style "separator" = "wide" {
engine "murrine" {
contrast = 0.4
@@ -805,7 +804,6 @@ widget "MozillaGtkWidget*GtkMenuBar" style "FireFox-MenuBar"
#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
-
widget "MozillaGtkWidget*" style "ff-default"
#### Firefox ###
@@ -820,7 +818,6 @@ style "firefox-base-entry" {
engine "murrine" {
}
-
}
# widget "MozillaGtkWidget*GtkFixed*GtkEntry*" style:highest "firefox-base-entry"
@@ -858,26 +855,26 @@ widget_class "*<OsThumb>" style "overlay_scrollbar"
# General matching follows. The order is choosen so that the right styles override
# each other. EG. progressbar needs to be more important than the menu match.
-widget_class "*<GtkButton>" style "button"
-widget_class "*<GtkButton>*<GtkLabel>" style "button_label"
+widget_class "*<GtkButton>" style "button"
+widget_class "*<GtkButton>*<GtkLabel>" style "button_label"
-widget_class "*<GtkNotebook>" style "notebook"
+widget_class "*<GtkNotebook>" style "notebook"
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook"
widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook"
widget_class "*<GtkNotebook>*<GtkLabel>" style "notebook"
-widget_class "*<GtkMenuBar>*" style "menubar"
-widget_class "*<GtkMenu>*" style "menu"
-widget_class "*<GtkMenuItem>*" style "menu_item_white"
+widget_class "*<GtkMenuBar>*" style "menubar"
+widget_class "*<GtkMenu>*" style "menu"
+widget_class "*<GtkMenuItem>*" style "menu_item_white"
-widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_menuitem"
+widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_menuitem"
widget_class "*<GtkToolbar>" style "toolbar"
widget_class "*<GtkHandleBox>" style "toolbar"
widget_class "*<GtkToolbar>.*.<GtkButton>*" style "toolbar_button"
class "GtkSeparatorToolItem" style "toolbar_separator"
-widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
-widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
+widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"
+widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
widget_class "*.<GtkTreeView>*" style "treeview"
@@ -985,7 +982,7 @@ widget "*swt*toolbar*" style "default"
# fg[PRELIGHT] = @selected_fg_color
# fg[ACTIVE] = @selected_fg_color
# fg[SELECTED] = @selected_fg_color
-
+#
# bg[NORMAL] = shade (1.00, @window_active_color)
# bg[PRELIGHT] = shade (0.80, @window_active_color)
# bg[ACTIVE] = shade (0.50, @window_active_color)