An open API service indexing awesome lists of open source software.

https://github.com/markedit-app/markedit-theme-duotone

DuoTone theme for MarkEdit.
https://github.com/markedit-app/markedit-theme-duotone

Last synced: 11 months ago
JSON representation

DuoTone theme for MarkEdit.

Awesome Lists containing this project

README

          

# MarkEdit-theme-duotone

[DuoTone](https://simurai.com/projects/2016/01/01/duotone-themes) theme for [MarkEdit](https://github.com/MarkEdit-app/MarkEdit), built on top of [MarkEdit-theming](https://github.com/MarkEdit-app/MarkEdit-theming).

To customize colors, see [Customization](https://github.com/MarkEdit-app/MarkEdit-theming/wiki#customization) for details.

## Installation

Copy [dist/markedit-theme-duotone.js](dist/markedit-theme-duotone.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](https://github.com/MarkEdit-app/MarkEdit/wiki/Customization#advanced-settings), you can define a settings node named `extension.markeditThemeDuoTone` to configure this extension, default settings are:

```json
{
"extension.markeditThemeDuoTone": {
"enabledMode": "both"
}
}
```

- `enabledMode`: Enabled color scheme (`both`, `light`, `dark`, or `none` to disable).