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

