Skip to content

Commit 2fc3292

Browse files
committed
chore: moved files and adjusted instructions
1 parent 972151a commit 2fc3292

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ How to install this plugin:
1111

1212
1. Make sure you have [docsify-themable](https://github.com/jhildenbiddle/docsify-themeable) installed.
1313
2. Copy one of the stylesheet segments from below and copy it into the `head` section your `index.html` file. Make sure that is is after all other plugins and before your own modifications.
14-
3. Copy the example-files from [the source directory](https://github.com/FlippedCodes/docsify-simple-themable/tree/main/src) into your projects `_css/` folder.
15-
4. Rename them into `colors-dark.css` and `colors-light.css`
16-
5. Change the colors in those files to your liking.
14+
3. Copy the color-files from [the example directory](https://github.com/FlippedCodes/docsify-simple-themable/tree/main/example) into your projects `_css/` folder.
15+
4. Change the colors in those files to your liking.
1716

1817
### Production
1918

dist/example-dark.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/example-light.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-simple-themable",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A docsify.js plugin to simplify the color selection for docsify-themable.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)