docsify-docs/themes.md
Andy Chen 5f30896c47 增加theme.md中dolphin主题链接 (#8)
* Update themes.md

* Update themes.md
2019-04-05 10:28:59 +08:00

2.0 KiB
Raw Blame History

主题

目前提供三套主题可供选择,模仿 Vuebuble 官网订制的主题样式。还有 @liril-net 贡献的黑色风格的主题。

  <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">
  <link rel="stylesheet" href="//unpkg.com/docsify/themes/pure.css">
  <link rel="stylesheet" href="//unpkg.com/docsify/themes/dolphin.css">

!> CSS 的压缩文件位于 /lib/themes/

  <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">
  <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css">
  <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dolphin.css">

如果你有其他想法或者想开发别的主题,欢迎提 PR

点击切换主题

vue.css buble.css dark.css pure.css dolphin.css

其他主题