docsify/docs/themes.md
2017-02-13 22:43:58 +08:00

613 B

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">

!> This compressed files in /lib/themes/.

If you have any ideas or would like to develop new theme, welcome submit PR.