the-matrix.css 1.4 KB

12345678910111213141516171819202122232425262728
  1. .cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; }
  2. .cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D !important; }
  3. .cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; }
  4. .cm-s-the-matrix .CodeMirror-guttermarker { color: #0f0; }
  5. .cm-s-the-matrix .CodeMirror-guttermarker-subtle { color: white; }
  6. .cm-s-the-matrix .CodeMirror-linenumber { color: #FFFFFF; }
  7. .cm-s-the-matrix .CodeMirror-cursor { border-left: 1px solid #00FF00 !important; }
  8. .cm-s-the-matrix span.cm-keyword {color: #008803; font-weight: bold;}
  9. .cm-s-the-matrix span.cm-atom {color: #3FF;}
  10. .cm-s-the-matrix span.cm-number {color: #FFB94F;}
  11. .cm-s-the-matrix span.cm-def {color: #99C;}
  12. .cm-s-the-matrix span.cm-variable {color: #F6C;}
  13. .cm-s-the-matrix span.cm-variable-2 {color: #C6F;}
  14. .cm-s-the-matrix span.cm-variable-3 {color: #96F;}
  15. .cm-s-the-matrix span.cm-property {color: #62FFA0;}
  16. .cm-s-the-matrix span.cm-operator {color: #999}
  17. .cm-s-the-matrix span.cm-comment {color: #CCCCCC;}
  18. .cm-s-the-matrix span.cm-string {color: #39C;}
  19. .cm-s-the-matrix span.cm-meta {color: #C9F;}
  20. .cm-s-the-matrix span.cm-qualifier {color: #FFF700;}
  21. .cm-s-the-matrix span.cm-builtin {color: #30a;}
  22. .cm-s-the-matrix span.cm-bracket {color: #cc7;}
  23. .cm-s-the-matrix span.cm-tag {color: #FFBD40;}
  24. .cm-s-the-matrix span.cm-attribute {color: #FFF700;}
  25. .cm-s-the-matrix span.cm-error {color: #FF0000;}
  26. .cm-s-the-matrix .CodeMirror-activeline-background {background: #040;}