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.

93 lines
1.0KB

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