summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.rcfilters/mw.rcfilters.HighlightColors.js
blob: 0bef90282eefdec8cb64bf6b824ac18717871eea (plain)
1
2
3
4
5
6
7
8
9
10
( function ( mw ) {
	/**
	 * Supported highlight colors.
	 * Warning: These are also hardcoded in "styles/mw.rcfilters.variables.less"
	 *
	 * @member mw.rcfilters
	 * @property {string[]}
	 */
	mw.rcfilters.HighlightColors = [ 'c1', 'c2', 'c3', 'c4', 'c5' ];
}( mediaWiki ) );