Catppuccin for Prism.js
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.
ย
Copyright ยฉ 2021-present Catppuccin Org