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.

38 lines
2.1 KiB

3 years ago
  1. /*
  2. Name: Tomorrow Night - Eighties
  3. Author: Chris Kempson
  4. CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
  5. Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
  6. */
  7. .cm-s-tomorrow-night-eighties.CodeMirror {background: #000000; color: #CCCCCC;}
  8. .cm-s-tomorrow-night-eighties div.CodeMirror-selected {background: #2D2D2D !important;}
  9. .cm-s-tomorrow-night-eighties.CodeMirror ::selection { background: rgba(45, 45, 45, 0.99); }
  10. .cm-s-tomorrow-night-eighties.CodeMirror ::-moz-selection { background: rgba(45, 45, 45, 0.99); }
  11. .cm-s-tomorrow-night-eighties .CodeMirror-gutters {background: #000000; border-right: 0px;}
  12. .cm-s-tomorrow-night-eighties .CodeMirror-guttermarker { color: #f2777a; }
  13. .cm-s-tomorrow-night-eighties .CodeMirror-guttermarker-subtle { color: #777; }
  14. .cm-s-tomorrow-night-eighties .CodeMirror-linenumber {color: #515151;}
  15. .cm-s-tomorrow-night-eighties .CodeMirror-cursor {border-left: 1px solid #6A6A6A !important;}
  16. .cm-s-tomorrow-night-eighties span.cm-comment {color: #d27b53;}
  17. .cm-s-tomorrow-night-eighties span.cm-atom {color: #a16a94;}
  18. .cm-s-tomorrow-night-eighties span.cm-number {color: #a16a94;}
  19. .cm-s-tomorrow-night-eighties span.cm-property, .cm-s-tomorrow-night-eighties span.cm-attribute {color: #99cc99;}
  20. .cm-s-tomorrow-night-eighties span.cm-keyword {color: #f2777a;}
  21. .cm-s-tomorrow-night-eighties span.cm-string {color: #ffcc66;}
  22. .cm-s-tomorrow-night-eighties span.cm-variable {color: #99cc99;}
  23. .cm-s-tomorrow-night-eighties span.cm-variable-2 {color: #6699cc;}
  24. .cm-s-tomorrow-night-eighties span.cm-def {color: #f99157;}
  25. .cm-s-tomorrow-night-eighties span.cm-bracket {color: #CCCCCC;}
  26. .cm-s-tomorrow-night-eighties span.cm-tag {color: #f2777a;}
  27. .cm-s-tomorrow-night-eighties span.cm-link {color: #a16a94;}
  28. .cm-s-tomorrow-night-eighties span.cm-error {background: #f2777a; color: #6A6A6A;}
  29. .cm-s-tomorrow-night-eighties .CodeMirror-activeline-background {background: #343600 !important;}
  30. .cm-s-tomorrow-night-eighties .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}