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.

41 lines
1.6 KiB

2 months ago
  1. /**
  2. Name: IDEA default theme
  3. From IntelliJ IDEA by JetBrains
  4. */
  5. .cm-s-idea span.cm-meta { color: #808000; }
  6. .cm-s-idea span.cm-number { color: #0000FF; }
  7. .cm-s-idea span.cm-keyword { line-height: 1em; font-weight: bold; color: #000080; }
  8. .cm-s-idea span.cm-atom { font-weight: bold; color: #000080; }
  9. .cm-s-idea span.cm-def { color: #000000; }
  10. .cm-s-idea span.cm-variable { color: black; }
  11. .cm-s-idea span.cm-variable-2 { color: black; }
  12. .cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type { color: black; }
  13. .cm-s-idea span.cm-property { color: black; }
  14. .cm-s-idea span.cm-operator { color: black; }
  15. .cm-s-idea span.cm-comment { color: #808080; }
  16. .cm-s-idea span.cm-string { color: #008000; }
  17. .cm-s-idea span.cm-string-2 { color: #008000; }
  18. .cm-s-idea span.cm-qualifier { color: #555; }
  19. .cm-s-idea span.cm-error { color: #FF0000; }
  20. .cm-s-idea span.cm-attribute { color: #0000FF; }
  21. .cm-s-idea span.cm-tag { color: #000080; }
  22. .cm-s-idea span.cm-link { color: #0000FF; }
  23. .cm-s-idea .CodeMirror-activeline-background { background: #FFFAE3; }
  24. .cm-s-idea span.cm-builtin { color: #30a; }
  25. .cm-s-idea span.cm-bracket { color: #cc7; }
  26. .cm-s-idea { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;}
  27. .cm-s-idea .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
  28. .CodeMirror-hints.idea {
  29. font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  30. color: #616569;
  31. background-color: #ebf3fd !important;
  32. }
  33. .CodeMirror-hints.idea .CodeMirror-hint-active {
  34. background-color: #a2b8c9 !important;
  35. color: #5c6065 !important;
  36. }