Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinf/darktone-calendar
Darktone calendar component theme
https://github.com/colinf/darktone-calendar
Last synced: 9 days ago
JSON representation
Darktone calendar component theme
- Host: GitHub
- URL: https://github.com/colinf/darktone-calendar
- Owner: colinf
- License: mit
- Created: 2012-10-03T15:25:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-30T15:52:47.000Z (about 12 years ago)
- Last Synced: 2024-04-14T14:12:13.603Z (7 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- License: License.txt
Awesome Lists containing this project
README
# darktone-calendar
Darktone calendar theme.
This is a theme for the [calendar component](http://cl.ly/2M0i270T2Q1m).
![](http://f.cl.ly/items/3r0042342d3h003o3F3q/Screen%20Shot%202012-10-30%20at%2012.42.35.png)
It's part of a series of Darktone theme components and you may also wish to use the following:
* [darktone-tip](https://github.com/colinf/darktone-tip) - theme for component/popover
* [darktone-popover](https://github.com/colinf/darktone-popover) - theme for component/popover
* [darktone](https://github.com/colinf/darktone) - a bundle containing all the indivisual component themes## Installation
You can quickly install the component into your project using the following command from the root.
```
$ component install colinf/darktone-calendar
```
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.Make sure that you list **colinf-darktone** after **component/calendar** in your dependencies so that the styles from the theme override the styles in the calendar. Below is an example extract from a working component.json which uses the darktone calendar theme and other components.
```json
"dependencies": {
"component/calendar": "*",
"colinf/datepicker": "*",
"colinf/datecalc": "*",
"colinf/darktone-calendar": "*",
"component/jquery": "*"
}
```
# LicenseMIT (see the file License.txt included in this distribution for further details)