Tips Martin Pyka on 26 Aug 2008 05:33 pm
Change the color theme of SPM
If you use several SPM versions on your system at the same time (e.g. a standard installation and an experimental version of your SPM) it is handy to have a simple visual information about the SPM version you are currently viewing at. You can change the color theme of your SPM installation (the color of the list-component and the buttons, etc.) at the end of the file spm_defaults.m. The variables are
defaults.ui.colour1 = [0.8 0.8 1.0];
defaults.ui.colour2 = [1.0 1.0 0.8];
defaults.ui.colour3 = [0.0 0.0 0.0];