mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
20 lines
560 B
JavaScript
20 lines
560 B
JavaScript
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',
|
|
};
|