https://github.com/markedit-app/markedit-theme-catppuccin
Catppuccin theme for MarkEdit.
https://github.com/markedit-app/markedit-theme-catppuccin
Last synced: 11 months ago
JSON representation
Catppuccin theme for MarkEdit.
- Host: GitHub
- URL: https://github.com/markedit-app/markedit-theme-catppuccin
- Owner: MarkEdit-app
- License: mit
- Created: 2025-07-08T11:43:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T11:48:48.000Z (12 months ago)
- Last Synced: 2025-07-08T12:57:04.760Z (12 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkEdit-theme-catppuccin
[Catppuccin](https://catppuccin.com/) 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-catppuccin.js](dist/markedit-theme-catppuccin.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.markeditThemeCatppuccin` to configure this extension, default settings are:
```json
{
"extension.markeditThemeCatppuccin": {
"enabledMode": "both",
"lightTheme": "latte",
"darkTheme": "mocha"
}
}
```
- `enabledMode`: Enabled color scheme (`both`, `light`, `dark`, or `none` to disable).
- `lightTheme`: Theme name for light mode, `latte` is the recommended value.
- `darkTheme`: Theme name for dark mode, valid names are `frappe`, `macchiato`, `mocha`.
> Extension settings require MarkEdit 1.24.0 or later.