Skip to content

MarkEdit-app/MarkEdit-theme-catppuccin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkEdit-theme-catppuccin

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

To customize colors, see Customization for details.

Installation

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.

Settings

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

About

Catppuccin theme for MarkEdit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published