paraiso-light.styl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. Paraíso (light)
  3. Created by Jan T. Sott (http://github.com/idleberg)
  4. Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
  5. */
  6. .highlight
  7. color: #4f424c
  8. background: #e7e9db
  9. .code
  10. /* Paraíso Comment */
  11. .comment,
  12. .quote
  13. color: #776e71
  14. /* Paraíso Red */
  15. .variable,
  16. .template-variable,
  17. .tag,
  18. .name,
  19. .selector-id,
  20. .selector-class,
  21. .regexp,
  22. .link,
  23. .meta
  24. color: #ef6155
  25. /* Paraíso Orange */
  26. .number,
  27. .built_in,
  28. .builtin-name,
  29. .literal,
  30. .type,
  31. .params,
  32. .deletion
  33. color: #f99b15
  34. /* Paraíso Yellow */
  35. .title,
  36. .section,
  37. .attribute
  38. color: #fec418
  39. /* Paraíso Green */
  40. .string,
  41. .symbol,
  42. .bullet,
  43. .addition
  44. color: #48b685
  45. /* Paraíso Purple */
  46. .keyword,
  47. .selector-tag
  48. color: #815ba4
  49. .emphasis
  50. font-style: italic
  51. .strong
  52. font-weight: bold