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.

neat.css 771B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .cm-s-neat span.cm-comment {
  2. color: #a86;
  3. }
  4. .cm-s-neat span.cm-keyword {
  5. line-height: 1em;
  6. font-weight: bold;
  7. color: blue;
  8. }
  9. .cm-s-neat span.cm-string {
  10. color: #a22;
  11. }
  12. .cm-s-neat span.cm-builtin {
  13. line-height: 1em;
  14. font-weight: bold;
  15. color: #077;
  16. }
  17. .cm-s-neat span.cm-special {
  18. line-height: 1em;
  19. font-weight: bold;
  20. color: #0aa;
  21. }
  22. .cm-s-neat span.cm-variable {
  23. color: black;
  24. }
  25. .cm-s-neat span.cm-number, .cm-s-neat span.cm-atom {
  26. color: #3a3;
  27. }
  28. .cm-s-neat span.cm-meta {
  29. color: #555;
  30. }
  31. .cm-s-neat span.cm-link {
  32. color: #3a3;
  33. }
  34. .cm-s-neat .CodeMirror-activeline-background {
  35. background: #e8f2ff;
  36. }
  37. .cm-s-neat .CodeMirror-matchingbracket {
  38. outline: 1px solid grey;
  39. color: black !important;
  40. }