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.

isotope.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /*
  2. Name: Isotope
  3. Author: David Desandro / 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-isotope.CodeMirror {
  8. background: #000000;
  9. color: #e0e0e0;
  10. }
  11. .cm-s-isotope div.CodeMirror-selected {
  12. background: #404040 !important;
  13. }
  14. .cm-s-isotope .CodeMirror-gutters {
  15. background: #000000;
  16. border-right: 0px;
  17. }
  18. .cm-s-isotope .CodeMirror-linenumber {
  19. color: #808080;
  20. }
  21. .cm-s-isotope .CodeMirror-cursor {
  22. border-left: 1px solid #c0c0c0 !important;
  23. }
  24. .cm-s-isotope span.cm-comment {
  25. color: #3300ff;
  26. }
  27. .cm-s-isotope span.cm-atom {
  28. color: #cc00ff;
  29. }
  30. .cm-s-isotope span.cm-number {
  31. color: #cc00ff;
  32. }
  33. .cm-s-isotope span.cm-property, .cm-s-isotope span.cm-attribute {
  34. color: #33ff00;
  35. }
  36. .cm-s-isotope span.cm-keyword {
  37. color: #ff0000;
  38. }
  39. .cm-s-isotope span.cm-string {
  40. color: #ff0099;
  41. }
  42. .cm-s-isotope span.cm-variable {
  43. color: #33ff00;
  44. }
  45. .cm-s-isotope span.cm-variable-2 {
  46. color: #0066ff;
  47. }
  48. .cm-s-isotope span.cm-def {
  49. color: #ff9900;
  50. }
  51. .cm-s-isotope span.cm-error {
  52. background: #ff0000;
  53. color: #c0c0c0;
  54. }
  55. .cm-s-isotope span.cm-bracket {
  56. color: #e0e0e0;
  57. }
  58. .cm-s-isotope span.cm-tag {
  59. color: #ff0000;
  60. }
  61. .cm-s-isotope span.cm-link {
  62. color: #cc00ff;
  63. }
  64. .cm-s-isotope .CodeMirror-matchingbracket {
  65. text-decoration: underline;
  66. color: white !important;
  67. }
  68. .cm-s-isotope .CodeMirror-activeline-background {
  69. background: #202020;
  70. }