erlang-dark.css 1.2 KB

123456789101112131415161718192021
  1. .cm-s-erlang-dark.CodeMirror { background: #002240; color: white; }
  2. .cm-s-erlang-dark div.CodeMirror-selected { background: #b36539 !important; }
  3. .cm-s-erlang-dark .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
  4. .cm-s-erlang-dark .CodeMirror-linenumber { color: #d0d0d0; }
  5. .cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
  6. .cm-s-erlang-dark span.cm-atom { color: #845dc4; }
  7. .cm-s-erlang-dark span.cm-attribute { color: #ff80e1; }
  8. .cm-s-erlang-dark span.cm-bracket { color: #ff9d00; }
  9. .cm-s-erlang-dark span.cm-builtin { color: #eaa; }
  10. .cm-s-erlang-dark span.cm-comment { color: #77f; }
  11. .cm-s-erlang-dark span.cm-def { color: #e7a; }
  12. .cm-s-erlang-dark span.cm-error { color: #9d1e15; }
  13. .cm-s-erlang-dark span.cm-keyword { color: #ffee80; }
  14. .cm-s-erlang-dark span.cm-meta { color: #50fefe; }
  15. .cm-s-erlang-dark span.cm-number { color: #ffd0d0; }
  16. .cm-s-erlang-dark span.cm-operator { color: #d11; }
  17. .cm-s-erlang-dark span.cm-string { color: #3ad900; }
  18. .cm-s-erlang-dark span.cm-tag { color: #9effff; }
  19. .cm-s-erlang-dark span.cm-variable { color: #50fe50; }
  20. .cm-s-erlang-dark span.cm-variable-2 { color: #e0e; }