docsifyjs / awesome-docsify

💖 A curated list of awesome things related to docsify
https://docsify.js.org/#/awesome
Other
2.29k stars 335 forks source link

Update README.md #275

Closed A5yncX closed 10 months ago

A5yncX commented 10 months ago

Add theme Darcula.

A5yncX commented 10 months ago

Hi @A5yncX , thx for you brilliant theme contribution!

I checked the links of this project, I think there needs some refinements. Considering publish the style resources would benefit users who wanna use it.

They could use a simple import like

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-theme-darcula/dist/css/darcula.css">

And then, a docsify-darcula-template would come naturally either.

Hi @Koooooo-7 , for some people who want to be different, they prefer to be able to modify any css, which is why I store css files like this. But what you said makes sense, I will give the CDN link in README.md

A5yncX commented 10 months ago

I added it ;)

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/A5yncX/docsify-theme-darcula@v1.0/darcula.css">