增加theme.md中dolphin主题链接 (#8)

* Update themes.md

* Update themes.md
This commit is contained in:
Andy Chen 2019-04-05 10:28:59 +08:00 committed by cinwell.li
parent b142bf7b81
commit 5f30896c47
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<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/`
@ -16,6 +17,7 @@
<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](https://github.com/docsifyjs/docsify/pulls)。
@ -28,6 +30,7 @@
<a data-theme="buble">buble.css</a>
<a data-theme="dark">dark.css</a>
<a data-theme="pure">pure.css</a>
<a data-theme="dolphin">dolphin.css</a>
</div>