You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
All: Use Lerna to manage monorepo
This commit is contained in:
21
packages/renderer/defaultNoteStyle.js
Normal file
21
packages/renderer/defaultNoteStyle.js
Normal file
@ -0,0 +1,21 @@
|
||||
module.exports = {
|
||||
fontSize: 15,
|
||||
color: '#222222',
|
||||
lineHeight: '1.6em',
|
||||
backgroundColor: 'white',
|
||||
paddingBottom: 3,
|
||||
colorBright: '#000000', // For important text
|
||||
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',
|
||||
};
|
Reference in New Issue
Block a user