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.

idea.css 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /**
  2. Name: IDEA default theme
  3. From IntelliJ IDEA by JetBrains
  4. */
  5. .cm-s-idea span.cm-meta {
  6. color: #808000;
  7. }
  8. .cm-s-idea span.cm-number {
  9. color: #0000FF;
  10. }
  11. .cm-s-idea span.cm-keyword {
  12. line-height: 1em;
  13. font-weight: bold;
  14. color: #000080;
  15. }
  16. .cm-s-idea span.cm-atom {
  17. font-weight: bold;
  18. color: #000080;
  19. }
  20. .cm-s-idea span.cm-def {
  21. color: #000000;
  22. }
  23. .cm-s-idea span.cm-variable {
  24. color: black;
  25. }
  26. .cm-s-idea span.cm-variable-2 {
  27. color: black;
  28. }
  29. .cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type {
  30. color: black;
  31. }
  32. .cm-s-idea span.cm-property {
  33. color: black;
  34. }
  35. .cm-s-idea span.cm-operator {
  36. color: black;
  37. }
  38. .cm-s-idea span.cm-comment {
  39. color: #808080;
  40. }
  41. .cm-s-idea span.cm-string {
  42. color: #008000;
  43. }
  44. .cm-s-idea span.cm-string-2 {
  45. color: #008000;
  46. }
  47. .cm-s-idea span.cm-qualifier {
  48. color: #555;
  49. }
  50. .cm-s-idea span.cm-error {
  51. color: #FF0000;
  52. }
  53. .cm-s-idea span.cm-attribute {
  54. color: #0000FF;
  55. }
  56. .cm-s-idea span.cm-tag {
  57. color: #000080;
  58. }
  59. .cm-s-idea span.cm-link {
  60. color: #0000FF;
  61. }
  62. .cm-s-idea .CodeMirror-activeline-background {
  63. background: #FFFAE3;
  64. }
  65. .cm-s-idea span.cm-builtin {
  66. color: #30a;
  67. }
  68. .cm-s-idea span.cm-bracket {
  69. color: #cc7;
  70. }
  71. .cm-s-idea {
  72. font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  73. }
  74. .cm-s-idea .CodeMirror-matchingbracket {
  75. outline: 1px solid grey;
  76. color: black !important;
  77. }
  78. .CodeMirror-hints.idea {
  79. font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
  80. color: #616569;
  81. background-color: #ebf3fd !important;
  82. }
  83. .CodeMirror-hints.idea .CodeMirror-hint-active {
  84. background-color: #a2b8c9 !important;
  85. color: #5c6065 !important;
  86. }