Debes agregarlo en la linea destacada:
Código:
this.createToolbar('topformatting', {
container: 'top',
items: [
{type: 'dropdown', name: 'font', insert: 'font', title: this.options.lang.font, options: this.fonts},
{type: 'dropdown', name: 'size', insert: 'size', title: this.options.lang.size, options: this.sizes},
{type: 'button', name: 'color', insert: 'color', dropdown: true, color_select: true, image: 'color.gif', draw_option: this.drawColorOption, options: this.colors},
[[[[[[[[[[ BOTON ]]]]]]]]]] <<<<<<<<<<<<<<<<<<<<<<----------------------
]
});