module.exports = {
htmlFontSize: '15px',
htmlColor: '#222222',
htmlLineHeight: '1.6em',
htmlBackgroundColor: 'white',
paddingBottom: 3,
colorBright: '#000000', // For important text
htmlCodeBorderColor: 'rgb(220, 220, 220)',
htmlCodeBackgroundColor: 'rgb(243, 243, 243)',
htmlDividerColor: 'rgb(230,230,230)',
htmlLinkColor: 'rgb(80,130,190)',
htmlTableBackgroundColor: 'rgb(247, 247, 247)',
raisedBackgroundColor: '#e5e5e5',
htmlCodeColor: 'rgb(0,0,0)',
htmlCodeFontSize: '.9em',
editorTheme: 'chrome',
codeThemeCss: 'atom-one-light.css',
};