You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
1.5 KiB

  1. /*
  2. Paraíso (dark)
  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,
  8. .hljs-title {
  9. color: #8d8687;
  10. }
  11. /* Paraíso Red */
  12. .hljs-variable,
  13. .hljs-attribute,
  14. .hljs-tag,
  15. .hljs-regexp,
  16. .ruby .hljs-constant,
  17. .xml .hljs-tag .hljs-title,
  18. .xml .hljs-pi,
  19. .xml .hljs-doctype,
  20. .html .hljs-doctype,
  21. .css .hljs-id,
  22. .css .hljs-class,
  23. .css .hljs-pseudo {
  24. color: #ef6155;
  25. }
  26. /* Paraíso Orange */
  27. .hljs-number,
  28. .hljs-preprocessor,
  29. .hljs-built_in,
  30. .hljs-literal,
  31. .hljs-params,
  32. .hljs-constant {
  33. color: #f99b15;
  34. }
  35. /* Paraíso Yellow */
  36. .ruby .hljs-class .hljs-title,
  37. .css .hljs-rules .hljs-attribute {
  38. color: #fec418;
  39. }
  40. /* Paraíso Green */
  41. .hljs-string,
  42. .hljs-value,
  43. .hljs-inheritance,
  44. .hljs-header,
  45. .ruby .hljs-symbol,
  46. .xml .hljs-cdata {
  47. color: #48b685;
  48. }
  49. /* Paraíso Aqua */
  50. .css .hljs-hexcolor {
  51. color: #5bc4bf;
  52. }
  53. /* Paraíso Blue */
  54. .hljs-function,
  55. .python .hljs-decorator,
  56. .python .hljs-title,
  57. .ruby .hljs-function .hljs-title,
  58. .ruby .hljs-title .hljs-keyword,
  59. .perl .hljs-sub,
  60. .javascript .hljs-title,
  61. .coffeescript .hljs-title {
  62. color: #06b6ef;
  63. }
  64. /* Paraíso Purple */
  65. .hljs-keyword,
  66. .javascript .hljs-function {
  67. color: #815ba4;
  68. }
  69. .hljs {
  70. display: block;
  71. overflow-x: auto;
  72. background: #2f1e2e;
  73. color: #a39e9b;
  74. padding: 0.5em;
  75. -webkit-text-size-adjust: none;
  76. }
  77. .coffeescript .javascript,
  78. .javascript .xml,
  79. .tex .hljs-formula,
  80. .xml .javascript,
  81. .xml .vbscript,
  82. .xml .css,
  83. .xml .hljs-cdata {
  84. opacity: 0.5;
  85. }