Fix multi-leg promotions
[xboard.git] / osxapp / gtkrc
index 72d8a1f..15a2f22 100644 (file)
@@ -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"