VS Code default theme for MarkEdit, built on top of MarkEdit-theming.
To customize colors, see Customization for details.
Copy dist/markedit-theme-vscode.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.markeditThemeVSCode
to configure this extension, default settings are:
{
"extension.markeditThemeVSCode": {
"enabledMode": "both"
}
}
enabledMode
: Enabled color scheme (both
,light
,dark
, ornone
to disable).