Friday, April 25, 2008

Changing the default theme

So let's say you've followed the example in the previous post and created your custom theme. How do you make it the default theme when you start up?
  • Under tags tab click systemConfig
  • Open and edit MptwUserConfigPlugin
  • Paste in this:
config.options.txtTheme = 'MyCustomTheme';
  • Save and reload

No comments: