0.3.0 • Published 8 months ago

codemirror-theme-catppuccin v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

codemirror-theme-catppuccin

🪞 Soothing pastel theme for CodeMirror based on Catppuccin

Install

npm install codemirror-theme-catppuccin

To add the theme to CodeMirror, follow this page and the following:

import { catppuccin } from 'codemirror-theme-catppuccin'

const variant = 'latte' // or 'frappe' or 'macchiato' or 'mocha'

const theme = catppuccin(variant)

License

Apache-2.0