renovate[bot] 628ff2668a
chore(deps): update actions/configure-pages action to v5 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-22 02:44:30 +01:00
2025-04-10 19:56:39 +01:00
2025-01-10 12:22:25 +00:00
2025-01-10 12:22:25 +00:00
2025-04-22 02:39:51 +01:00

Logo
Catppuccin for Docsify

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Add the following element to the <head> of your index.html:

<link
  rel="stylesheet"
  href="https://docsify.catppuccin.com/<flavor>/<accent>.css"
/>

Replace the <flavor> and <accent> with the ones you would like to see.

You can see a list of all available flavors and accents in the ./themes directory.

FAQ

  • Q: Why are only colors applied?

    A: This theme does not apply any non-color styles. This is good because you have more flexibility as you can pick external themes which do affect the layout of the HTML. For example, the docs in this repo use the following theme:

    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css"
    />
    

Contributing

This repository uses Whiskers and Just to generate theme files.

Edit the docsify.tera template, and run just build.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

Description
No description provided
Readme MIT 716 KiB
Languages
CSS 100%