nnfx-dark.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. Theme: nnfx dark
  11. Description: a theme inspired by Netscape Navigator/Firefox
  12. Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
  13. Maintainer: @RocketMan
  14. License: https://creativecommons.org/licenses/by-sa/4.0 CC BY-SA 4.0
  15. Updated: 2021-05-17
  16. @version 1.1.0
  17. */
  18. .hljs {
  19. background: #333;
  20. color: #fff
  21. }
  22. .language-xml .hljs-meta,
  23. .language-xml .hljs-meta-string {
  24. font-weight: bold;
  25. font-style: italic;
  26. color: #69f
  27. }
  28. .hljs-comment,
  29. .hljs-quote {
  30. font-style: italic;
  31. color: #9c6
  32. }
  33. .hljs-name,
  34. .hljs-keyword,
  35. .hljs-built_in {
  36. color: #a7a
  37. }
  38. .hljs-name,
  39. .hljs-attr {
  40. font-weight: bold
  41. }
  42. .hljs-string {
  43. font-weight: normal
  44. }
  45. .hljs-code,
  46. .hljs-string,
  47. .hljs-meta .hljs-string,
  48. .hljs-number,
  49. .hljs-regexp,
  50. .hljs-link {
  51. color: #bce
  52. }
  53. .hljs-title,
  54. .hljs-symbol,
  55. .hljs-bullet,
  56. .hljs-variable,
  57. .hljs-template-variable {
  58. color: #d40
  59. }
  60. .hljs-title.class_,
  61. .hljs-class .hljs-title,
  62. .hljs-type {
  63. font-weight: bold;
  64. color: #96c
  65. }
  66. .hljs-title.function_,
  67. .hljs-function .hljs-title,
  68. .hljs-attr,
  69. .hljs-subst,
  70. .hljs-tag {
  71. color: #fff
  72. }
  73. .hljs-formula {
  74. background-color: #eee;
  75. font-style: italic
  76. }
  77. .hljs-addition {
  78. background-color: #797
  79. }
  80. .hljs-deletion {
  81. background-color: #c99
  82. }
  83. .hljs-meta {
  84. color: #69f
  85. }
  86. .hljs-section,
  87. .hljs-selector-id,
  88. .hljs-selector-class,
  89. .hljs-selector-pseudo,
  90. .hljs-selector-tag {
  91. font-weight: bold;
  92. color: #69f
  93. }
  94. .hljs-selector-pseudo {
  95. font-style: italic
  96. }
  97. .hljs-doctag,
  98. .hljs-strong {
  99. font-weight: bold
  100. }
  101. .hljs-emphasis {
  102. font-style: italic
  103. }