Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.42 KB

README.md

File metadata and controls

74 lines (60 loc) · 2.42 KB

Logo
Catppuccin for Prism.js

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Include the theme/stylesheet (https://prismjs.catppuccin.com/<flavor>.css) in your page. For example:

<!DOCTYPE html>
<html>
  <head>
    ...
    <link href="https://prismjs.catppuccin.com/mocha.css" rel="stylesheet" />
  </head>
  <body>
    ...
    <script src="prism.js"></script>
  </body>
</html>

Note

The theme does not contain styling for the layout/padding of the highlighted code.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org