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.7 KiB

  1. /* Base16 Atelier Dune Light - Theme */
  2. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
  3. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  4. /* https://github.com/jmblog/color-themes-for-highlightjs */
  5. /* Atelier Dune Light Comment */
  6. .hljs-comment,
  7. .hljs-title {
  8. color: #7d7a68;
  9. }
  10. /* Atelier Dune Light Red */
  11. .hljs-variable,
  12. .hljs-attribute,
  13. .hljs-tag,
  14. .hljs-regexp,
  15. .ruby .hljs-constant,
  16. .xml .hljs-tag .hljs-title,
  17. .xml .hljs-pi,
  18. .xml .hljs-doctype,
  19. .html .hljs-doctype,
  20. .css .hljs-id,
  21. .css .hljs-class,
  22. .css .hljs-pseudo {
  23. color: #d73737;
  24. }
  25. /* Atelier Dune Light Orange */
  26. .hljs-number,
  27. .hljs-preprocessor,
  28. .hljs-pragma,
  29. .hljs-built_in,
  30. .hljs-literal,
  31. .hljs-params,
  32. .hljs-constant {
  33. color: #b65611;
  34. }
  35. /* Atelier Dune Light Yellow */
  36. .hljs-ruby .hljs-class .hljs-title,
  37. .css .hljs-rules .hljs-attribute {
  38. color: #cfb017;
  39. }
  40. /* Atelier Dune Light Green */
  41. .hljs-string,
  42. .hljs-value,
  43. .hljs-inheritance,
  44. .hljs-header,
  45. .ruby .hljs-symbol,
  46. .xml .hljs-cdata {
  47. color: #60ac39;
  48. }
  49. /* Atelier Dune Light Aqua */
  50. .css .hljs-hexcolor {
  51. color: #1fad83;
  52. }
  53. /* Atelier Dune Light 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: #6684e1;
  63. }
  64. /* Atelier Dune Light Purple */
  65. .hljs-keyword,
  66. .javascript .hljs-function {
  67. color: #b854d4;
  68. }
  69. .hljs {
  70. display: block;
  71. overflow-x: auto;
  72. background: #fefbec;
  73. color: #6e6b5e;
  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. }