Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinf/darktone
Darktone - consolidated theme for all components
https://github.com/colinf/darktone
Last synced: 9 days ago
JSON representation
Darktone - consolidated theme for all components
- Host: GitHub
- URL: https://github.com/colinf/darktone
- Owner: colinf
- License: mit
- Created: 2012-10-12T13:58:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T15:52:12.000Z (about 12 years ago)
- Last Synced: 2024-04-14T14:12:13.652Z (7 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# darktone
Darktone theme bundling all individual component darktone themes for convenience of installation.
Currently incorporates the following individual component themes:
* [darktone/tip](https://github.com/colinf/darktone-tip)
* [darktone/popover](https://github.com/colinf/darktone-popover)
* [darktone/calendar](https://github.com/colinf/darktone-calendar)If you are only using a single component, it is better to use the individual darktone theme file instead of this bundle.
## Installation
You can quickly install the component into your project using the following command from the root.
```
$ component install colinf/darktone
```
But the best way to use it is to amend your component.json file to add the theme as a dependency. You can then use the `component build` command to install the required components.Below is an example extract from a component.json which uses the darktone theme bundle.
```json
"dependencies": {
"colinf/datepicker": "*",
"colinf/darktone": "*"
}
```
# LicenseMIT (see the file License.txt included in this distribution for further details)