Last active
August 30, 2025 08:02
-
-
Save fmaida/85a7f6b214e210b11f1709f29a543cff to your computer and use it in GitHub Desktop.
Nord-ish Theme for NotePlan 3.xx
This file contains hidden or 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": "Nord-ish", | |
| "style": "Light", | |
| "author": { | |
| "name": "Francesco Maida", | |
| "website": "https://www.cesco.it" | |
| }, | |
| "editor": { | |
| "backgroundColor": "#FDFDFD", | |
| "altBackgroundColor": "#FFFFFF", | |
| "tintColor": "#6BB5B2", | |
| "tintColor2": "#DD3E3B", | |
| "textColor": "#4A616D", | |
| "toolbarBackgroundColor": "#FDFDFD", | |
| "toolbarIconColor": "#414141", | |
| "menuItemColor": "#414141", | |
| "shouldOverwriteFont": true | |
| }, | |
| "styles": { | |
| "body": { | |
| "font": "AvenirNext-Regular", | |
| "size": 16, | |
| "color": "#4A616D" | |
| }, | |
| "title1": { | |
| "color": "#4F7E7A", | |
| "size": 28, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title2": { | |
| "color": "#4F7E7A", | |
| "size": 24, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title3": { | |
| "color": "#4F7E7A", | |
| "size": 20, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title4": { | |
| "color": "#4F7E7A", | |
| "size": 16, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title5": { | |
| "color": "#4F7E7A", | |
| "size": 12, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title-mark1": { | |
| "color": "#4F7E7A", | |
| "size": 28, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title-mark2": { | |
| "color": "#6BB5B2", | |
| "size": 24, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "title-mark3": { | |
| "color": "#6F8A7A", | |
| "size": 20, | |
| "font": "AvenirNext-DemiBold" | |
| }, | |
| "bold": { | |
| "color": "#618356", | |
| "font": "AvenirNext-Bold" | |
| }, | |
| "bold-left-mark": { | |
| "color": "#618356" | |
| }, | |
| "bold-right-mark": { | |
| "color": "#618356" | |
| }, | |
| "italic": { | |
| "color": "#618356", | |
| "font": "AvenirNext-Italic" | |
| }, | |
| "italic-left-mark": { | |
| "color": "#618356" | |
| }, | |
| "italic-right-mark": { | |
| "color": "#618356" | |
| }, | |
| "boldItalic": { | |
| "font": "AvenirNext-BoldItalic" | |
| }, | |
| "boldItalic-left-mark": { | |
| "color": "#618356" | |
| }, | |
| "boldItalic-right-mark": { | |
| "color": "#618356" | |
| }, | |
| "code": { | |
| "font": "Menlo-Regular", | |
| "color": "#A8582A", | |
| "size": 15 | |
| }, | |
| "code-left-backtick": { | |
| "color": "#A8582A" | |
| }, | |
| "code-right-backtick": { | |
| "color": "#A8582A" | |
| }, | |
| "checked": { | |
| "color": "#AEC4A6", | |
| "headIndent": 33 | |
| }, | |
| "todo": { | |
| "font": "noteplanstate", | |
| "color": "#BD898C", | |
| "headIndent": 33, | |
| "size": 16 | |
| }, | |
| "checked-todo-characters": { | |
| "font": "noteplanstate", | |
| "headIndent": 33, | |
| "size": 16 | |
| }, | |
| "checked-completed-mark": { | |
| "regex": "(^\\h*[\\*\\-]{1} |^\\h*[0-9]+[\\.\\)] )(\\[x\\] )", | |
| "matchPosition": 0, | |
| "color": "#D2B1B2", | |
| "headIndent": 33 | |
| }, | |
| "checked-completed-content": { | |
| "regex": "(^\\h*[\\*\\-]{1} |^\\h*[0-9]+[\\.\\)] )(\\[x\\] )(.*)", | |
| "matchPosition": 3, | |
| "color": "#D2B1B2", | |
| "headIndent": 33 | |
| }, | |
| "checked-scheduled": { | |
| "regex": "(^\\h*[\\*\\-]{1} |^\\h*[0-9]+[\\.\\)] )(\\[\\>\\] )", | |
| "matchPosition": 0, | |
| "color": "#BD898D", | |
| "headIndent": 33 | |
| }, | |
| "checked-canceled": { | |
| "regex": "(^\\h*[\\*\\-]{1} |^\\h*[0-9]+[\\.\\)] )(\\[\\-\\] )(.*)", | |
| "matchPosition": 0, | |
| "color": "#AD7173", | |
| "headIndent": 33 | |
| }, | |
| "special-char": { | |
| "font": "Menlo-Regular" | |
| }, | |
| "tabbed": { | |
| "headIndent": 43 | |
| }, | |
| "quote-mark": { | |
| "color": "#BD898C", | |
| "font": "noteplanstate", | |
| "headIndent": 33, | |
| "size": 16 | |
| }, | |
| "quote-content": { | |
| "color": "#7994A4", | |
| "type": "italic", | |
| "headIndent": 33 | |
| }, | |
| "highlighted": { | |
| "regex": "(::)([^:]{1,})(::)", | |
| "matchPosition": 2, | |
| "isRevealOnCursorRange": true, | |
| "backgroundColor": "#BDDBC5" | |
| }, | |
| "highlighted-left-colon": { | |
| "regex": "(::)([^:]{1,})(::)", | |
| "matchPosition": 1, | |
| "isMarkdownCharacter": true, | |
| "isHiddenWithoutCursor": true, | |
| "isRevealOnCursorRange": true, | |
| "color": "#e1c4dee5", | |
| "backgroundColor": "#7745A2E5" | |
| }, | |
| "highlighted-right-colon": { | |
| "regex": "(::)([^:]{1,})(::)", | |
| "matchPosition": 3, | |
| "isMarkdownCharacter": true, | |
| "isHiddenWithoutCursor": true, | |
| "isRevealOnCursorRange": true, | |
| "color": "#e1c4dee5", | |
| "backgroundColor": "#7745A2E5" | |
| }, | |
| "flagged-1": { | |
| "regex": "(^|\\v)(\\h*(\\*|-)\\h*(\\[ \\]\\h+|\\h+)(\\!{1}\\h+.*))($|\\v)", | |
| "matchPosition": 5, | |
| "backgroundColor": "#22D0021B", | |
| "headIndent": 33 | |
| }, | |
| "flagged-2": { | |
| "regex": "(^|\\v)(\\h*(\\*|-)\\h*(\\[ \\]\\h+|\\h+)(\\!{2}\\h+.*))($|\\v)", | |
| "matchPosition": 5, | |
| "backgroundColor": "#55D0021B", | |
| "headIndent": 33 | |
| }, | |
| "flagged-3": { | |
| "regex": "(^|\\v)(\\h*(\\*|-)\\h*(\\[ \\]\\h+|\\h+)(\\!{3}\\h+.*))($|\\v)", | |
| "matchPosition": 5, | |
| "backgroundColor": "#AAD0021B", | |
| "headIndent": 33 | |
| }, | |
| "strikethrough": { | |
| "regex": "(~~)([^:]{1,})(~~)", | |
| "matchPosition": 2, | |
| "isRevealOnCursorRange": true, | |
| "color": "#AAc5c5c0", | |
| "strikethroughStyle": 1, | |
| "strikethroughColor": "#3d4343c0" | |
| }, | |
| "strikethrough-left-tildes": { | |
| "regex": "(~~)([^:]{1,})(~~)", | |
| "matchPosition": 1, | |
| "isMarkdownCharacter": true, | |
| "isHiddenWithoutCursor": true, | |
| "isRevealOnCursorRange": true, | |
| "color": "#66c5c5c0" | |
| }, | |
| "strikethrough-right-tildes": { | |
| "regex": "(~~)([^:]{1,})(~~)", | |
| "matchPosition": 3, | |
| "isMarkdownCharacter": true, | |
| "isHiddenWithoutCursor": true, | |
| "isRevealOnCursorRange": true, | |
| "color": "#66c5c5c0" | |
| }, | |
| "link": { | |
| }, | |
| "schedule-to-date-link": {}, | |
| "done-date": {}, | |
| "schedule-from-date-link": {}, | |
| "note-title-link": {}, | |
| "hashtag": {}, | |
| "attag": {}, | |
| "phonenumber": {} | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment