Skip to content

nik-rev/catppuccin-docsify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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://cdn.jsdelivr.net/npm/catppuccin-docsify/<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

About

๐Ÿ“– Soothing pastel theme for docsify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages