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: Hopscotch
  3. Author: 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-hopscotch.CodeMirror {background: #322931; color: #d5d3d5;}
  8. .cm-s-hopscotch div.CodeMirror-selected {background: #433b42 !important;}
  9. .cm-s-hopscotch .CodeMirror-gutters {background: #322931; border-right: 0px;}
  10. .cm-s-hopscotch .CodeMirror-linenumber {color: #797379;}
  11. .cm-s-hopscotch .CodeMirror-cursor {border-left: 1px solid #989498 !important;}
  12. .cm-s-hopscotch span.cm-comment {color: #b33508;}
  13. .cm-s-hopscotch span.cm-atom {color: #c85e7c;}
  14. .cm-s-hopscotch span.cm-number {color: #c85e7c;}
  15. .cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {color: #8fc13e;}
  16. .cm-s-hopscotch span.cm-keyword {color: #dd464c;}
  17. .cm-s-hopscotch span.cm-string {color: #fdcc59;}
  18. .cm-s-hopscotch span.cm-variable {color: #8fc13e;}
  19. .cm-s-hopscotch span.cm-variable-2 {color: #1290bf;}
  20. .cm-s-hopscotch span.cm-def {color: #fd8b19;}
  21. .cm-s-hopscotch span.cm-error {background: #dd464c; color: #989498;}
  22. .cm-s-hopscotch span.cm-bracket {color: #d5d3d5;}
  23. .cm-s-hopscotch span.cm-tag {color: #dd464c;}
  24. .cm-s-hopscotch span.cm-link {color: #c85e7c;}
  25. .cm-s-hopscotch .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
  26. .cm-s-hopscotch .CodeMirror-activeline-background { background: #302020; }