Last active
January 19, 2024 23:53
-
-
Save Jawabiscuit/c041e19967fc5139efad3d8ab157b4e2 to your computer and use it in GitHub Desktop.
Aternate new note workflow idea using the Metadata Menu plugin
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
{ | |
"theme": "base", | |
"themeVariables": { | |
"primaryColor": "#6272a4", | |
"primaryBorderColor": "#bd93f9", | |
"noteBkgColor": "#8be9fd", | |
"noteTextColor": "#6272a4", | |
"actorTextColor": "#50fa7b", | |
"signalColor": "#ff79c6", | |
"signalTextColor": "#ff79c6", | |
"loopTextColor": "#6272a4", | |
"labelBoxBkgColor": "#ffb86c", | |
"labelTextColor": "#6272a4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment