Skip to content

Instantly share code, notes, and snippets.

@tastapod
Created October 29, 2021 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tastapod/dca3636e5966f26ad37bbec6c96cce2d to your computer and use it in GitHub Desktop.
Save tastapod/dca3636e5966f26ad37bbec6c96cce2d to your computer and use it in GitHub Desktop.
Charcoal theme for NotePlan 3 with condensed line spacing
{
"name": "Charcoal Squash",
"style": "Dark",
"author": {
"name": "Daniel Terhorst-North",
"email": "daniel@dannorth.net"
},
"editor": {
"backgroundColor": "#2E3235",
"altBackgroundColor": "#353A3D",
"tintColor": "#D3DB90",
"tintColor2": "#00B9ED",
"textColor":"#E1E3E2",
"toolbarBackgroundColor": "#464A4D",
"toolbarIconColor": "#ABACAF",
"menuItemColor": "#ABACAF",
"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": "#E1E3E2",
"lineSpacing": 1,
"paragraphSpacing": 0,
"paragraphSpacingBefore": 0
},
"title1": {
"color": "#E1E3E2",
"size": 28
},
"title2": {
"color": "#E1E3E2",
"size": 24
},
"title3": {
"color": "#E1E3E2",
"size": 20
},
"title-mark1": {
"lineSpacing": 0,
"paragraphSpacing": 0,
"color": "#45E1E3E2",
"size": 28,
"font": "AvenirNext-DemiBold"
},
"title-mark2": {
"lineSpacing": 0,
"paragraphSpacing": 0,
"color": "#45E1E3E2",
"size": 24,
"font": "AvenirNext-DemiBold"
},
"title-mark3": {
"lineSpacing": 0,
"paragraphSpacing": 0,
"color": "#45E1E3E2",
"size": 20,
"font": "AvenirNext-DemiBold"
},
"title4": {
"color": "#E1E3E2",
"size": 16,
"underlineStyle": 1
},
"title-mark4": {
"color": "#45E1E3E2",
"size": 18,
"font": "AvenirNext-DemiBold"
},
"bold": {
"font": "AvenirNext-Bold"
},
"bold-left-mark": {
"color": "#45E1E3E2"
},
"bold-right-mark": {
"color": "#45E1E3E2"
},
"italic": {
"font": "AvenirNext-Italic"
},
"italic-left-mark": {
"color": "#45E1E3E2"
},
"italic-right-mark": {
"color": "#45E1E3E2"
},
"boldItalic": {
"font": "AvenirNext-BoldItalic"
},
"boldItalic-left-mark": {
"color": "#45E1E3E2"
},
"boldItalic-right-mark": {
"color": "#45E1E3E2"
},
"code": {
"font": "Menlo-Regular",
"color": "#00B9ED",
"size": 15
},
"code-left-backtick": {
"color": "#6600B9ED"
},
"code-right-backtick": {
"color": "#6600B9ED"
},
"checked": {
"color": "#66E1E3E2",
"headIndent": 33,
"lineSpacing": 1,
"paragraphSpacing": 3,
"paragraphSpacingBefore": 0
},
"todo": {
"font": "noteplanstate",
"color": "#D3DB90",
"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": 3,
"paragraphSpacingBefore": 0
},
"quote-mark": {
"color": "#8000B9ED",
"font": "noteplanstate",
"headIndent": 33,
"size": 16
},
"quote-content": {
"color": "#E1E3E2",
"type": "italic",
"headIndent": 33
},
"markdown-link": {
"color": "#D3DB90"
},
"markdown-link-url": {
"color": "#90E1E3E2"
},
"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