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.

39 lines
1.8 KiB

3 years ago
  1. /*
  2. Name: 3024 night
  3. Author: Jan T. Sott (http://github.com/idleberg)
  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-3024-night.CodeMirror {background: #090300; color: #d6d5d4;}
  8. .cm-s-3024-night div.CodeMirror-selected {background: #3a3432 !important;}
  9. .cm-s-3024-night.CodeMirror ::selection { background: rgba(58, 52, 50, .99); }
  10. .cm-s-3024-night.CodeMirror ::-moz-selection { background: rgba(58, 52, 50, .99); }
  11. .cm-s-3024-night .CodeMirror-gutters {background: #090300; border-right: 0px;}
  12. .cm-s-3024-night .CodeMirror-guttermarker { color: #db2d20; }
  13. .cm-s-3024-night .CodeMirror-guttermarker-subtle { color: #5c5855; }
  14. .cm-s-3024-night .CodeMirror-linenumber {color: #5c5855;}
  15. .cm-s-3024-night .CodeMirror-cursor {border-left: 1px solid #807d7c !important;}
  16. .cm-s-3024-night span.cm-comment {color: #cdab53;}
  17. .cm-s-3024-night span.cm-atom {color: #a16a94;}
  18. .cm-s-3024-night span.cm-number {color: #a16a94;}
  19. .cm-s-3024-night span.cm-property, .cm-s-3024-night span.cm-attribute {color: #01a252;}
  20. .cm-s-3024-night span.cm-keyword {color: #db2d20;}
  21. .cm-s-3024-night span.cm-string {color: #fded02;}
  22. .cm-s-3024-night span.cm-variable {color: #01a252;}
  23. .cm-s-3024-night span.cm-variable-2 {color: #01a0e4;}
  24. .cm-s-3024-night span.cm-def {color: #e8bbd0;}
  25. .cm-s-3024-night span.cm-bracket {color: #d6d5d4;}
  26. .cm-s-3024-night span.cm-tag {color: #db2d20;}
  27. .cm-s-3024-night span.cm-link {color: #a16a94;}
  28. .cm-s-3024-night span.cm-error {background: #db2d20; color: #807d7c;}
  29. .cm-s-3024-night .CodeMirror-activeline-background {background: #2F2F2F !important;}
  30. .cm-s-3024-night .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}