No Description
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.

paraiso.dark.css 1.5KB

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