Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /** |
| 2 | * @author Will Steinmetz |
||
| 3 | * |
||
| 4 | * Themes for the notific8 plug-in for jQuery |
||
| 5 | * |
||
| 6 | * Copyright (c)2013, Will Steinmetz |
||
| 7 | * Licensed under the BSD license. |
||
| 8 | * http://opensource.org/licenses/BSD-3-Clause |
||
| 9 | */ |
||
| 10 | |||
| 11 | @include theme(teal, #09c, #069); |
||
| 12 | @include theme(amethyst, #915faa, #5D2D77); |
||
| 13 | @include theme(ruby, #d10, #a10); |
||
| 14 | @include theme(tangerine, #ffb23f, #e88f00); |
||
| 15 | @include theme(lemon, #ffde00, #ffcc00, #ffde00, #333); |
||
| 16 | @include theme(lime, #38d315, #32b512); |
||
| 17 | @include theme(ebony, #666, #121212); |
||
| 18 | @include theme(smoke, #ababab, #efefef, #ababab, #333, #fff); |