1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Moved the Joplin renderer back to the main repository to make development easier

This commit is contained in:
Laurent Cozic
2020-01-30 21:05:23 +00:00
parent d687ef5c09
commit 688edd4b32
61 changed files with 4422 additions and 523 deletions

View File

@@ -0,0 +1,19 @@
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',
};