Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.21 KB

File metadata and controls

27 lines (17 loc) · 1.21 KB

MarkEdit-theme-basic

Basic theme for MarkEdit, built on top of MarkEdit-theming.

To customize colors, see Customization for details.

Installation

Copy dist/markedit-theme-basic.js to ~/Library/Containers/app.cyan.markedit/Data/Documents/scripts/.

You can also run yarn install && yarn build to build and deploy the script.

Settings

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, or none to disable).