atom-one-dark-reasonable.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. pre code.hljs {
  2. display: block;
  3. overflow-x: auto;
  4. padding: 1em
  5. }
  6. code.hljs {
  7. padding: 3px 5px
  8. }
  9. /*
  10. Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage
  11. Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
  12. */
  13. .hljs {
  14. color: #abb2bf;
  15. background: #282c34
  16. }
  17. .hljs-keyword,
  18. .hljs-operator {
  19. color: #F92672
  20. }
  21. .hljs-pattern-match {
  22. color: #F92672
  23. }
  24. .hljs-pattern-match .hljs-constructor {
  25. color: #61aeee
  26. }
  27. .hljs-function {
  28. color: #61aeee
  29. }
  30. .hljs-function .hljs-params {
  31. color: #A6E22E
  32. }
  33. .hljs-function .hljs-params .hljs-typing {
  34. color: #FD971F
  35. }
  36. .hljs-module-access .hljs-module {
  37. color: #7e57c2
  38. }
  39. .hljs-constructor {
  40. color: #e2b93d
  41. }
  42. .hljs-constructor .hljs-string {
  43. color: #9CCC65
  44. }
  45. .hljs-comment,
  46. .hljs-quote {
  47. color: #b18eb1;
  48. font-style: italic
  49. }
  50. .hljs-doctag,
  51. .hljs-formula {
  52. color: #c678dd
  53. }
  54. .hljs-section,
  55. .hljs-name,
  56. .hljs-selector-tag,
  57. .hljs-deletion,
  58. .hljs-subst {
  59. color: #e06c75
  60. }
  61. .hljs-literal {
  62. color: #56b6c2
  63. }
  64. .hljs-string,
  65. .hljs-regexp,
  66. .hljs-addition,
  67. .hljs-attribute,
  68. .hljs-meta .hljs-string {
  69. color: #98c379
  70. }
  71. .hljs-built_in,
  72. .hljs-title.class_,
  73. .hljs-class .hljs-title {
  74. color: #e6c07b
  75. }
  76. .hljs-attr,
  77. .hljs-variable,
  78. .hljs-template-variable,
  79. .hljs-type,
  80. .hljs-selector-class,
  81. .hljs-selector-attr,
  82. .hljs-selector-pseudo,
  83. .hljs-number {
  84. color: #d19a66
  85. }
  86. .hljs-symbol,
  87. .hljs-bullet,
  88. .hljs-link,
  89. .hljs-meta,
  90. .hljs-selector-id,
  91. .hljs-title {
  92. color: #61aeee
  93. }
  94. .hljs-emphasis {
  95. font-style: italic
  96. }
  97. .hljs-strong {
  98. font-weight: bold
  99. }
  100. .hljs-link {
  101. text-decoration: underline
  102. }