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.

34 lines
1.4 KiB

2 months ago
  1. /*
  2. Name: Bespin
  3. Author: Mozilla / Jan T. Sott
  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-bespin.CodeMirror {background: #28211c; color: #9d9b97;}
  8. .cm-s-bespin div.CodeMirror-selected {background: #59554f !important;}
  9. .cm-s-bespin .CodeMirror-gutters {background: #28211c; border-right: 0px;}
  10. .cm-s-bespin .CodeMirror-linenumber {color: #666666;}
  11. .cm-s-bespin .CodeMirror-cursor {border-left: 1px solid #797977 !important;}
  12. .cm-s-bespin span.cm-comment {color: #937121;}
  13. .cm-s-bespin span.cm-atom {color: #9b859d;}
  14. .cm-s-bespin span.cm-number {color: #9b859d;}
  15. .cm-s-bespin span.cm-property, .cm-s-bespin span.cm-attribute {color: #54be0d;}
  16. .cm-s-bespin span.cm-keyword {color: #cf6a4c;}
  17. .cm-s-bespin span.cm-string {color: #f9ee98;}
  18. .cm-s-bespin span.cm-variable {color: #54be0d;}
  19. .cm-s-bespin span.cm-variable-2 {color: #5ea6ea;}
  20. .cm-s-bespin span.cm-def {color: #cf7d34;}
  21. .cm-s-bespin span.cm-error {background: #cf6a4c; color: #797977;}
  22. .cm-s-bespin span.cm-bracket {color: #9d9b97;}
  23. .cm-s-bespin span.cm-tag {color: #cf6a4c;}
  24. .cm-s-bespin span.cm-link {color: #9b859d;}
  25. .cm-s-bespin .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
  26. .cm-s-bespin .CodeMirror-activeline-background { background: #404040; }