1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/ReactNativeClient/lib/joplin-renderer/defaultNoteStyle.js
Laurent Cozic b7f5f848f2 All: Refactored themes to allow using the same ones in both desktop and mobile version
Will also allow using them when exporting HTML or PDF from CLI.
2020-06-10 22:08:59 +01:00

22 lines
558 B
JavaScript

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',
};