Catppuccin theme for MarkEdit, built on top of MarkEdit-theming.
To customize colors, see Customization for details.
Copy 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.
In settings.json, you can define a settings node named extension.markeditThemeCatppuccin
to configure this extension, default settings are:
{
"extension.markeditThemeCatppuccin": {
"enabledMode": "both",
"lightTheme": "latte",
"darkTheme": "mocha"
}
}
enabledMode
: Enabled color scheme (both
,light
,dark
, ornone
to disable).lightTheme
: Theme name for light mode,latte
is the recommended value.darkTheme
: Theme name for dark mode, valid names arefrappe
,macchiato
,mocha
.
Extension settings require MarkEdit 1.24.0 or later.