xt256.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. xt256.css
  11. Contact: initbar [at] protonmail [dot] ch
  12. : github.com/initbar
  13. */
  14. .hljs {
  15. color: #eaeaea;
  16. background: #000
  17. }
  18. .hljs-subst {
  19. color: #eaeaea
  20. }
  21. .hljs-emphasis {
  22. font-style: italic
  23. }
  24. .hljs-strong {
  25. font-weight: bold
  26. }
  27. .hljs-type {
  28. color: #eaeaea
  29. }
  30. .hljs-params {
  31. color: #da0000
  32. }
  33. .hljs-literal,
  34. .hljs-number,
  35. .hljs-name {
  36. color: #ff0000;
  37. font-weight: bolder
  38. }
  39. .hljs-comment {
  40. color: #969896
  41. }
  42. .hljs-selector-id,
  43. .hljs-quote {
  44. color: #00ffff
  45. }
  46. .hljs-template-variable,
  47. .hljs-variable,
  48. .hljs-title {
  49. color: #00ffff;
  50. font-weight: bold
  51. }
  52. .hljs-selector-class,
  53. .hljs-keyword,
  54. .hljs-symbol {
  55. color: #fff000
  56. }
  57. .hljs-string,
  58. .hljs-bullet {
  59. color: #00ff00
  60. }
  61. .hljs-tag,
  62. .hljs-section {
  63. color: #000fff
  64. }
  65. .hljs-selector-tag {
  66. color: #000fff;
  67. font-weight: bold
  68. }
  69. .hljs-attribute,
  70. .hljs-built_in,
  71. .hljs-regexp,
  72. .hljs-link {
  73. color: #ff00ff
  74. }
  75. .hljs-meta {
  76. color: #fff;
  77. font-weight: bolder
  78. }