Basic theme for MarkEdit, built on top of MarkEdit-theming.
To customize colors, see Customization for details.
Install this extension from the MarkEdit Extension Registry.
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.markeditThemeBasic to configure this extension, default settings are:
{
"extension.markeditThemeBasic": {
"enabledMode": "both"
}
}enabledMode: Enabled color scheme (both,light,dark, ornoneto disable).

