18 lines
560 B

  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. @include theme(teal, #09c, #069);
  11. @include theme(amethyst, #915faa, #5D2D77);
  12. @include theme(ruby, #d10, #a10);
  13. @include theme(tangerine, #ffb23f, #e88f00);
  14. @include theme(lemon, #ffde00, #ffcc00, #ffde00, #333);
  15. @include theme(lime, #38d315, #32b512);
  16. @include theme(ebony, #666, #121212);
  17. @include theme(smoke, #ababab, #efefef, #ababab, #333, #fff);