2015-10-20, 01:04:06
config.codemirror = {
theme: 'monokai',
};
works, but you will have to manually include the monokai style, it is not lazy loaded.
theme: 'monokai',
};
works, but you will have to manually include the monokai style, it is not lazy loaded.