From 74b16bfc753d4ae000ae4f58c39be7896e79e94c Mon Sep 17 00:00:00 2001 From: bionel Date: Tue, 4 Aug 2015 17:55:03 +0300 Subject: panel fixing stage 1, also code cleanup --- Kogaion-daylight/gtk-2.0/apps/panel.rc | 2 +- Kogaion-daylight/gtk-2.0/gtkrc | 27 ++++++++++++--------------- 2 files changed, 13 insertions(+), 16 deletions(-) (limited to 'Kogaion-daylight') 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 "*" 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 "*" style "button" -widget_class "**" style "button_label" +widget_class "*" style "button" +widget_class "**" style "button_label" -widget_class "*" style "notebook" +widget_class "*" style "notebook" widget_class "**" style "notebook" widget_class "**" style "notebook" widget_class "**" style "notebook" -widget_class "**" style "menubar" -widget_class "**" style "menu" -widget_class "**" style "menu_item_white" +widget_class "**" style "menubar" +widget_class "**" style "menu" +widget_class "**" style "menu_item_white" -widget_class "*.*" style "menubar_menuitem" +widget_class "*.*" style "menubar_menuitem" widget_class "*" style "toolbar" widget_class "*" style "toolbar" widget_class "*.*.*" style "toolbar_button" class "GtkSeparatorToolItem" style "toolbar_separator" -widget_class "**" style "separator_tool_item" -widget_class "**" style "separator_menu_item" +widget_class "**" style "separator_tool_item" +widget_class "**" style "separator_menu_item" widget_class "*.." style "frame_title" widget_class "*.*" 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) -- cgit v1.2.3