diff options
Diffstat (limited to 'mvc/resources/windows')
-rwxr-xr-x | mvc/resources/windows/gtkrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mvc/resources/windows/gtkrc b/mvc/resources/windows/gtkrc index 7add72c..45a6969 100755 --- a/mvc/resources/windows/gtkrc +++ b/mvc/resources/windows/gtkrc @@ -26,7 +26,7 @@ style "clearlooks-default" xthickness = 1 ythickness = 1 - fg[NORMAL] = "#505050" + fg[NORMAL] = "#505050" fg[ACTIVE] = "#505050" fg[SELECTED] = "#ffffff" fg[INSENSITIVE] = "#9B9B9B" @@ -99,8 +99,8 @@ style "clearlooks-menubar" = "clearlooks-default" { xthickness = 2 ythickness = 2 - base[PRELIGHT] = "#63E62E" - base[SELECTED] = "#4DB224" + base[PRELIGHT] = "#63E62E" + base[SELECTED] = "#4DB224" } style "clearlooks-menu-item" = "clearlooks-default" @@ -158,9 +158,9 @@ class "GtkMenuItem" style "clearlooks-menu-item" class "GtkStatusbar" style "clearlooks-wide" class "GtkNotebook" style "clearlooks-notebook" class "GtkProgressBar" style "clearlooks-progressbar" -class "*MenuBar*" style "clearlooks-menubar" -class "GtkMenuBar*" style "clearlooks-menubar" -class "MetaFrames" style "metacity-frame" +class "*MenuBar*" style "clearlooks-menubar" +class "GtkMenuBar*" style "clearlooks-menubar" +class "MetaFrames" style "metacity-frame" widget_class "*MenuItem*" style "clearlooks-menu-item" |