2020-01-30 23:05:23 +02:00
|
|
|
module.exports = {
|
2020-06-10 23:08:59 +02:00
|
|
|
fontSize: 15,
|
|
|
|
color: '#222222',
|
|
|
|
lineHeight: '1.6em',
|
|
|
|
backgroundColor: 'white',
|
2020-01-30 23:05:23 +02:00
|
|
|
paddingBottom: 3,
|
2020-06-10 23:08:59 +02:00
|
|
|
codeBorderColor: 'rgb(220, 220, 220)',
|
|
|
|
codeBackgroundColor: 'rgb(243, 243, 243)',
|
|
|
|
dividerColor: 'rgb(230,230,230)',
|
|
|
|
urlColor: 'rgb(80,130,190)',
|
|
|
|
tableBackgroundColor: 'rgb(247, 247, 247)',
|
2020-01-30 23:05:23 +02:00
|
|
|
raisedBackgroundColor: '#e5e5e5',
|
2020-06-10 23:08:59 +02:00
|
|
|
codeColor: 'rgb(0,0,0)',
|
|
|
|
codeFontSize: '.9em',
|
2020-04-02 23:54:06 +02:00
|
|
|
bodyPaddingTop: '0',
|
2020-03-23 02:47:25 +02:00
|
|
|
bodyPaddingBottom: '0',
|
2020-01-30 23:05:23 +02:00
|
|
|
|
|
|
|
editorTheme: 'chrome',
|
|
|
|
codeThemeCss: 'atom-one-light.css',
|
|
|
|
};
|