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.

elegant.css 861B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {
  2. color: #762;
  3. }
  4. .cm-s-elegant span.cm-comment {
  5. color: #262;
  6. font-style: italic;
  7. line-height: 1em;
  8. }
  9. .cm-s-elegant span.cm-meta {
  10. color: #555;
  11. font-style: italic;
  12. line-height: 1em;
  13. }
  14. .cm-s-elegant span.cm-variable {
  15. color: black;
  16. }
  17. .cm-s-elegant span.cm-variable-2 {
  18. color: #b11;
  19. }
  20. .cm-s-elegant span.cm-qualifier {
  21. color: #555;
  22. }
  23. .cm-s-elegant span.cm-keyword {
  24. color: #730;
  25. }
  26. .cm-s-elegant span.cm-builtin {
  27. color: #30a;
  28. }
  29. .cm-s-elegant span.cm-link {
  30. color: #762;
  31. }
  32. .cm-s-elegant span.cm-error {
  33. background-color: #fdd;
  34. }
  35. .cm-s-elegant .CodeMirror-activeline-background {
  36. background: #e8f2ff;
  37. }
  38. .cm-s-elegant .CodeMirror-matchingbracket {
  39. outline: 1px solid grey;
  40. color: black !important;
  41. }