Skip to content

catppuccin/prismjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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