paraiso-light.css 1014 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. /* Paraíso Comment */
  7. .hljs-comment, .hljs-quote {
  8. color: #776e71;
  9. }
  10. /* Paraíso Red */
  11. .hljs-variable, .hljs-template-variable, .hljs-tag, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-regexp, .hljs-link, .hljs-meta {
  12. color: #ef6155;
  13. }
  14. /* Paraíso Orange */
  15. .hljs-number, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-params, .hljs-deletion {
  16. color: #f99b15;
  17. }
  18. /* Paraíso Yellow */
  19. .hljs-title, .hljs-section, .hljs-attribute {
  20. color: #fec418;
  21. }
  22. /* Paraíso Green */
  23. .hljs-string, .hljs-symbol, .hljs-bullet, .hljs-addition {
  24. color: #48b685;
  25. }
  26. /* Paraíso Purple */
  27. .hljs-keyword, .hljs-selector-tag {
  28. color: #815ba4;
  29. }
  30. .hljs {
  31. display: block;
  32. overflow-x: auto;
  33. background: #e7e9db;
  34. color: #4f424c;
  35. padding: .5em;
  36. }
  37. .hljs-emphasis {
  38. font-style: italic;
  39. }
  40. .hljs-strong {
  41. font-weight: bold;
  42. }