At the very top of the page when exporting the template I have this text. The colours for the original and the default templates seem to be the wrong way around.
Templates with
this color are templates you have created from scratch.
Templates with
this color are original templates you have edited.
Templates with
this color are the default templates that come with vBulletin.
In the tick box selection list of the templates the colours are correct (green for original and blue for edited and red for new).
The code at the bottom of my cp.css file is this
Code:
/* global and custom color definitions */
.gc { /* global color */
COLOR: darkgreen;
}
.cc { /* custom color */
COLOR: darkblue;
}
.rc { /* custom color */
COLOR: darkred;
}