Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.19 KB

File metadata and controls

27 lines (17 loc) · 1.19 KB

MarkEdit-theme-basic

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

To customize colors, see Customization for details.

Installation

Install this extension from the MarkEdit Extension Registry.

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).