DuoTone theme for MarkEdit, built on top of MarkEdit-theming.
To customize colors, see Customization for details.
Copy dist/markedit-theme-duotone.js to ~/Library/Containers/app.cyan.markedit/Data/Documents/scripts/.
You can also run yarn install && yarn build to build and deploy the script.
In settings.json, you can define a settings node named extension.markeditThemeDuoTone to configure this extension, default settings are:
{
"extension.markeditThemeDuoTone": {
"enabledMode": "both"
}
}enabledMode: Enabled color scheme (both,light,dark, ornoneto disable).

