atom-one-dark.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 by Daniel Gamage
  11. Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
  12. base: #282c34
  13. mono-1: #abb2bf
  14. mono-2: #818896
  15. mono-3: #5c6370
  16. hue-1: #56b6c2
  17. hue-2: #61aeee
  18. hue-3: #c678dd
  19. hue-4: #98c379
  20. hue-5: #e06c75
  21. hue-5-2: #be5046
  22. hue-6: #d19a66
  23. hue-6-2: #e6c07b
  24. */
  25. .hljs {
  26. color: #abb2bf;
  27. background: #282c34
  28. }
  29. .hljs-comment,
  30. .hljs-quote {
  31. color: #5c6370;
  32. font-style: italic
  33. }
  34. .hljs-doctag,
  35. .hljs-keyword,
  36. .hljs-formula {
  37. color: #c678dd
  38. }
  39. .hljs-section,
  40. .hljs-name,
  41. .hljs-selector-tag,
  42. .hljs-deletion,
  43. .hljs-subst {
  44. color: #e06c75
  45. }
  46. .hljs-literal {
  47. color: #56b6c2
  48. }
  49. .hljs-string,
  50. .hljs-regexp,
  51. .hljs-addition,
  52. .hljs-attribute,
  53. .hljs-meta .hljs-string {
  54. color: #98c379
  55. }
  56. .hljs-attr,
  57. .hljs-variable,
  58. .hljs-template-variable,
  59. .hljs-type,
  60. .hljs-selector-class,
  61. .hljs-selector-attr,
  62. .hljs-selector-pseudo,
  63. .hljs-number {
  64. color: #d19a66
  65. }
  66. .hljs-symbol,
  67. .hljs-bullet,
  68. .hljs-link,
  69. .hljs-meta,
  70. .hljs-selector-id,
  71. .hljs-title {
  72. color: #61aeee
  73. }
  74. .hljs-built_in,
  75. .hljs-title.class_,
  76. .hljs-class .hljs-title {
  77. color: #e6c07b
  78. }
  79. .hljs-emphasis {
  80. font-style: italic
  81. }
  82. .hljs-strong {
  83. font-weight: bold
  84. }
  85. .hljs-link {
  86. text-decoration: underline
  87. }