Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 498 Bytes

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