You've already forked joplin
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:
19
ReactNativeClient/lib/joplin-renderer/defaultNoteStyle.js
Normal file
19
ReactNativeClient/lib/joplin-renderer/defaultNoteStyle.js
Normal 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',
|
||||
};
|
||||
Reference in New Issue
Block a user