Skip to content

Commit

Permalink
📝 add readme, ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KagamiChan committed Jul 22, 2017
1 parent 91f7a58 commit 25af216
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Poi-asset-themes
Collection of bootstrap 3 themes for poi

Google fonts and glyph icons related code are eliminated for each theme.

Feel free to contact the poi team if you have a theme to contribute.

## Theme list
Name | Author | License | Source | Comment
-----| ------ | ------- | ------ | -------
default | Bootstrap | MIT | [source](https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css) | bootstrap default theme
darkly | bootswatch | MIT | [source](https://bootswatch.com/darkly/bootstrap.css) |
flatly | bootswatch | MIT | [source](https://bootswatch.com/flatly/bootstrap.css) |
lumen | bootswatch | MIT | [source](https://bootswatch.com/lumen/bootstrap.css) |
paper | bootswatch | MIT | [source](https://bootswatch.com/paper/bootstrap.css) |
slate | bootswatch | MIT | [source](https://bootswatch.com/slate/bootstrap.css) |
superhero | bootswatch | MIT | [source](https://bootswatch.com/superhero/bootstrap.css) |
united | bootswatch | MIT | [source](https://bootswatch.com/united/bootstrap.css) |
lumendark | [Artoria](https://github.com/Artoria-0x04) | MIT | [source](https://raw.githubusercontent.com/Artoria-0x04/poi-theme-lumendark/master/lumendark.css) |
paperdark | [rui](https://github.com/ruiii) | MIT | [source](https://raw.githubusercontent.com/ruiii/poi_theme_paper_dark/master/paperdark.css) |
papercyan | [govizlora](https://github.com/govizlora) | MIT | [source](https://raw.githubusercontent.com/govizlora/theme-papercyan/master/papercyan.css) |
paperblack | [Artoria](https://github.com/Artoria-0x04) | MIT | [source](https://raw.githubusercontent.com/Artoria-0x04/paperblack/master/css/paperblack.css) |
darklykai | [Magica](https://github.com/magicae) | MIT | [source](https://raw.githubusercontent.com/magicae/sleepy/master/dist/sleepy.css) |

## License
MIT
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const THEME_LIST = {
slate: 'https://bootswatch.com/slate/bootstrap.css',
superhero: 'https://bootswatch.com/superhero/bootstrap.css',
united: 'https://bootswatch.com/united/bootstrap.css',
lumendark: 'https://raw.githubusercontent.com/PHELiOX/poi-theme-lumendark/master/lumendark.css',
lumendark: 'https://raw.githubusercontent.com/Artoria-0x04/poi-theme-lumendark/master/lumendark.css',
paperdark: 'https://raw.githubusercontent.com/ruiii/poi_theme_paper_dark/master/paperdark.css',
papercyan: 'https://raw.githubusercontent.com/govizlora/theme-papercyan/master/papercyan.css',
paperblack: 'https://raw.githubusercontent.com/PHELiOX/paperblack/master/css/paperblack.css',
paperblack: 'https://raw.githubusercontent.com/Artoria-0x04/paperblack/master/css/paperblack.css',
darklykai: 'https://raw.githubusercontent.com/magicae/sleepy/master/dist/sleepy.css',
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "poi-asset-themes",
"version": "1.0.0",
"description": "Collection of bootstrap 3 themes for poi",
"main": "index.js",
"main": "index.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 25af216

Please sign in to comment.