xt256.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: .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, .hljs-type {
  23. color: #eaeaea;
  24. }
  25. .hljs-params {
  26. color: #da0000;
  27. }
  28. .hljs-literal, .hljs-number, .hljs-name {
  29. color: #f00;
  30. font-weight: bolder;
  31. }
  32. .hljs-comment {
  33. color: #969896;
  34. }
  35. .hljs-selector-id, .hljs-quote {
  36. color: #0ff;
  37. }
  38. .hljs-template-variable, .hljs-variable, .hljs-title {
  39. color: #0ff;
  40. font-weight: bold;
  41. }
  42. .hljs-selector-class, .hljs-keyword, .hljs-symbol {
  43. color: #fff000;
  44. }
  45. .hljs-string, .hljs-bullet {
  46. color: #0f0;
  47. }
  48. .hljs-tag, .hljs-section {
  49. color: #000fff;
  50. }
  51. .hljs-selector-tag {
  52. color: #000fff;
  53. font-weight: bold;
  54. }
  55. .hljs-attribute, .hljs-built_in, .hljs-regexp, .hljs-link {
  56. color: #f0f;
  57. }
  58. .hljs-meta {
  59. color: #fff;
  60. font-weight: bolder;
  61. }