Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nooitaf committed Jun 14, 2014
1 parent 40b2197 commit fdb3b10
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ console.log(test.rainbow);

## Creating Custom themes

```js
````javascript
colors.setTheme({
silly: 'rainbow',
input: 'grey',
Expand All @@ -63,15 +63,17 @@ console.log("this is an error".error);

// outputs yellow text
console.log("this is a warning".warn);
```
````


### Contributors

|[marak](https://github.com/marak) | (Marak Squires)
|[cloudhead](https://github.com/cloudhead) | (Alexis Sellier)
|[mmalecki](https://github.com/mmalecki) | (Maciej Małecki)
|[nicoreed](https://github.com/nicoreed) | (Nico Reed)
|[morganrallen](https://github.com/morganrallen) | (Morgan Allen)
|[JustinCampbell](https://github.com/JustinCampbell) | (Justin Campbell)
|[ded](https://github.com/ded) | (Dustin Diaz)
| User | Name |
| ----- | ----- |
| [marak](https://github.com/marak) | Marak Squires |
| [cloudhead](https://github.com/cloudhead) | Alexis Sellier |
| [mmalecki](https://github.com/mmalecki) | Maciej Małecki |
| [nicoreed](https://github.com/nicoreed) | Nico Reed |
| [morganrallen](https://github.com/morganrallen) | Morgan Allen |
| [JustinCampbell](https://github.com/JustinCampbell) | Justin Campbell |
| [ded](https://github.com/ded) | Dustin Diaz |

0 comments on commit fdb3b10

Please sign in to comment.