Last active
September 22, 2021 10:05
-
-
Save tastapod/f472da992b44ab736068bc9ceaca6eb6 to your computer and use it in GitHub Desktop.
Orange NotePlan theme with vertical space condensed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Orange Squash", | |
"style": "Light", | |
"author": { | |
"name": "Daniel Terhorst-North", | |
"email": "[email protected]" | |
}, | |
"editor": { | |
"backgroundColor": "#ffffff", | |
"altBackgroundColor": "#FAFFFF", | |
"tintColor": "#d87001", | |
"tintColor2": "#0091f8", | |
"textColor":"#333333", | |
"toolbarBackgroundColor": "#F2F3F5", | |
"toolbarIconColor": "#444444", | |
"menuItemColor": "#444444", | |
"shouldOverwriteFont": true | |
}, | |
"styles": { | |
"deadline": { | |
"regex": "\\h+!(\\d{4}-\\d{2}-\\d{2})\\h*", | |
"matchPosition": 1, | |
"color": "#AA45A2E5" | |
}, | |
"flagged-1": { | |
"regex": "(^|\\v)(\\h*(\\*|-)\\h*(\\[ \\]\\h+|\\h+)\\!{1}\\h+.*)($|\\v)", | |
"matchPosition": 2, | |
"backgroundColor": "#22D0021B", | |
"headIndent": 33, | |
"paragraphSpacing": 0 | |
}, | |
"flagged-2": { | |
"regex": "(^|\\v)(\\h*(\\*|-)\\h*(\\[ \\]\\h+|\\h+)\\!{2}\\h+.*)($|\\v)", | |
"matchPosition": 2, | |
"backgroundColor": "#55D0021B", | |
"headIndent": 33, | |
"paragraphSpacing": 0 | |
}, | |
"flagged-3": { | |
"regex": "(^|\\v)(\\h*(\\*|-)\\h*(\\[ \\]\\h+|\\h+)\\!{3}\\h+.*)($|\\v)", | |
"matchPosition": 2, | |
"backgroundColor": "#AAD0021B", | |
"headIndent": 33, | |
"paragraphSpacing": 0 | |
}, | |
"body": { | |
"font": "AvenirNext-Regular", | |
"size": 16, | |
"color": "#333333", | |
"lineSpacing": 1, | |
"paragraphSpacing": 0, | |
"paragraphSpacingBefore": 0 | |
}, | |
"title1": { | |
"color": "#000000", | |
"size": 28 | |
}, | |
"title2": { | |
"color": "#000000", | |
"size": 24 | |
}, | |
"title3": { | |
"color": "#000000", | |
"size": 20 | |
}, | |
"title-mark1": { | |
"lineSpacing": 0, | |
"paragraphSpacing": 0, | |
"color": "#40000000", | |
"size": 28, | |
"font": "AvenirNext-DemiBold" | |
}, | |
"title-mark2": { | |
"lineSpacing": 0, | |
"paragraphSpacing": 0, | |
"color": "#40000000", | |
"size": 24, | |
"font": "AvenirNext-DemiBold" | |
}, | |
"title-mark3": { | |
"lineSpacing": 0, | |
"paragraphSpacing": 0, | |
"color": "#40000000", | |
"size": 20, | |
"font": "AvenirNext-DemiBold" | |
}, | |
"bold": { | |
"type": "bold" | |
}, | |
"bold-left-mark": { | |
"color": "#40000000" | |
}, | |
"bold-right-mark": { | |
"color": "#40000000" | |
}, | |
"italic": { | |
"type": "italic" | |
}, | |
"italic-left-mark": { | |
"color": "#40000000" | |
}, | |
"italic-right-mark": { | |
"color": "#40000000" | |
}, | |
"boldItalic": { | |
"type": "bolditalic" | |
}, | |
"boldItalic-left-mark": { | |
"color": "#40000000" | |
}, | |
"boldItalic-right-mark": { | |
"color": "#40000000" | |
}, | |
"code": { | |
"font": "Menlo-Regular", | |
"color": "#0091f8", | |
"size": 15 | |
}, | |
"code-left-backtick": { | |
"color": "#660091f8" | |
}, | |
"code-right-backtick": { | |
"color": "#660091f8" | |
}, | |
"checked": { | |
"color": "#66333333", | |
"headIndent": 33, | |
"lineSpacing": 1, | |
"paragraphSpacing": 3, | |
"paragraphSpacingBefore": 0 | |
}, | |
"todo": { | |
"font": "noteplanstate", | |
"color": "#d87001", | |
"headIndent": 33, | |
"size": 16, | |
"lineSpacing": 1, | |
"paragraphSpacing": 3, | |
"paragraphSpacingBefore": 0 | |
}, | |
"checked-todo-characters": { | |
"font": "noteplanstate", | |
"headIndent": 33, | |
"size": 16 | |
}, | |
"special-char": { | |
"font": "Menlo-Regular", | |
"lineSpacing": 1, | |
"paragraphSpacing": 0, | |
"paragraphSpacingBefore": 0 | |
}, | |
"tabbed": { | |
"headIndent": 43, | |
"lineSpacing": 1, | |
"paragraphSpacing": 0, | |
"paragraphSpacingBefore": 0 | |
}, | |
"quote-mark": { | |
"color": "#800091f8", | |
"font": "noteplanstate", | |
"headIndent": 33, | |
"size": 16 | |
}, | |
"quote-content": { | |
"color": "#333333", | |
"type": "italic", | |
"headIndent": 33 | |
}, | |
"link": { | |
}, | |
"schedule-to-date-link": { | |
}, | |
"done-date": { | |
}, | |
"schedule-from-date-link": { | |
}, | |
"note-title-link": { | |
}, | |
"hashtag": { | |
"lineSpacing": 1, | |
"paragraphSpacing": 0 | |
}, | |
"attag": { | |
}, | |
"phonenumber": { | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment