Skip to content

catppuccin/prismjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 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="//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