mirror of https://github.com/laurent22/joplin.git
21 lines
511 B
JavaScript
21 lines
511 B
JavaScript
|
module.exports = {
|
||
|
fontSize: 15,
|
||
|
color: '#222222',
|
||
|
lineHeight: '1.6em',
|
||
|
backgroundColor: 'white',
|
||
|
paddingBottom: 3,
|
||
|
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)',
|
||
|
raisedBackgroundColor: '#e5e5e5',
|
||
|
codeColor: 'rgb(0,0,0)',
|
||
|
codeFontSize: '.9em',
|
||
|
bodyPaddingTop: '0',
|
||
|
bodyPaddingBottom: '0',
|
||
|
|
||
|
editorTheme: 'chrome',
|
||
|
codeThemeCss: 'atom-one-light.css',
|
||
|
};
|