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.

44 lines
2.4 KiB

2 months ago
  1. /* Based on https://github.com/dempfi/ayu */
  2. .cm-s-ayu-dark.CodeMirror { background: #0a0e14; color: #b3b1ad; }
  3. .cm-s-ayu-dark div.CodeMirror-selected { background: #273747; }
  4. .cm-s-ayu-dark .CodeMirror-line::selection, .cm-s-ayu-dark .CodeMirror-line > span::selection, .cm-s-ayu-dark .CodeMirror-line > span > span::selection { background: rgba(39, 55, 71, 99); }
  5. .cm-s-ayu-dark .CodeMirror-line::-moz-selection, .cm-s-ayu-dark .CodeMirror-line > span::-moz-selection, .cm-s-ayu-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(39, 55, 71, 99); }
  6. .cm-s-ayu-dark .CodeMirror-gutters { background: #0a0e14; border-right: 0px; }
  7. .cm-s-ayu-dark .CodeMirror-guttermarker { color: white; }
  8. .cm-s-ayu-dark .CodeMirror-guttermarker-subtle { color: #3d424d; }
  9. .cm-s-ayu-dark .CodeMirror-linenumber { color: #3d424d; }
  10. .cm-s-ayu-dark .CodeMirror-cursor { border-left: 1px solid #e6b450; }
  11. .cm-s-ayu-dark.cm-fat-cursor .CodeMirror-cursor { background-color: #a2a8a175 !important; }
  12. .cm-s-ayu-dark .cm-animate-fat-cursor { background-color: #a2a8a175 !important; }
  13. .cm-s-ayu-dark span.cm-comment { color: #626a73; }
  14. .cm-s-ayu-dark span.cm-atom { color: #ae81ff; }
  15. .cm-s-ayu-dark span.cm-number { color: #e6b450; }
  16. .cm-s-ayu-dark span.cm-comment.cm-attribute { color: #ffb454; }
  17. .cm-s-ayu-dark span.cm-comment.cm-def { color: rgba(57, 186, 230, 80); }
  18. .cm-s-ayu-dark span.cm-comment.cm-tag { color: #39bae6; }
  19. .cm-s-ayu-dark span.cm-comment.cm-type { color: #5998a6; }
  20. .cm-s-ayu-dark span.cm-property, .cm-s-ayu-dark span.cm-attribute { color: #ffb454; }
  21. .cm-s-ayu-dark span.cm-keyword { color: #ff8f40; }
  22. .cm-s-ayu-dark span.cm-builtin { color: #e6b450; }
  23. .cm-s-ayu-dark span.cm-string { color: #c2d94c; }
  24. .cm-s-ayu-dark span.cm-variable { color: #b3b1ad; }
  25. .cm-s-ayu-dark span.cm-variable-2 { color: #f07178; }
  26. .cm-s-ayu-dark span.cm-variable-3 { color: #39bae6; }
  27. .cm-s-ayu-dark span.cm-type { color: #ff8f40; }
  28. .cm-s-ayu-dark span.cm-def { color: #ffee99; }
  29. .cm-s-ayu-dark span.cm-bracket { color: #f8f8f2; }
  30. .cm-s-ayu-dark span.cm-tag { color: rgba(57, 186, 230, 80); }
  31. .cm-s-ayu-dark span.cm-header { color: #c2d94c; }
  32. .cm-s-ayu-dark span.cm-link { color: #39bae6; }
  33. .cm-s-ayu-dark span.cm-error { color: #ff3333; }
  34. .cm-s-ayu-dark .CodeMirror-activeline-background { background: #01060e; }
  35. .cm-s-ayu-dark .CodeMirror-matchingbracket {
  36. text-decoration: underline;
  37. color: white !important;
  38. }