X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=osxapp%2Fgtkrc;h=15a2f220902027a973798d07087820b048572482;hb=e449d7412605812532c2d6590c6bda99e27f1885;hp=72d8a1fe29ac4b5e092535e1294e1c4c39cee306;hpb=e6fd287ffbf67a41aff2e615c6cb62555a29f5c2;p=xboard.git diff --git a/osxapp/gtkrc b/osxapp/gtkrc index 72d8a1f..15a2f22 100644 --- a/osxapp/gtkrc +++ b/osxapp/gtkrc @@ -1,9 +1,11 @@ -# Include OSX-theme path to fix plugins not applying theme' -include "../../share/themes/OSX-theme/gtk-2.0/gtkrc" -# Set default theme to OSX-theme -gtk-theme-name = "OSX-theme" +# Set default theme to Mac +gtk-theme-name = "Mac" + +#Include Mac path to fix plugins not applying theme +include "../../share/themes/Mac/gtk-2.0/gtkrc" -# Include Mac path to fix plugins not applying key-bindings -include "../../share/themes/Mac/gtk-2.0-key/gtkrc" # Set default key-bindings to Mac gtk-key-theme-name = "Mac" + +# Include Mac path to fix plugins not applying key-bindings +include "../../share/themes/Mac/gtk-2.0-key/gtkrc"