docsify/docs/themes.md
2017-03-09 22:19:07 +01:00

1.5 KiB

Themes

There are currently three themes available. Copy Vue and buble website custom theme and @liril-net contribution to the theme of the black style.

<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/buble.css">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/dark.css">

!> Compressed files are available in /lib/themes/.

<!-- compressed -->

<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css">

If you have any ideas or would like to develop a new theme, you are welcome to submit a pull request.

Click to preview

vue.css buble.css dark.css