tomorrow.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .ace-tomorrow .ace_gutter {
  2. background: #f6f6f6;
  3. color: #4D4D4C
  4. }
  5. .ace-tomorrow .ace_print-margin {
  6. width: 1px;
  7. background: #f6f6f6
  8. }
  9. .ace-tomorrow {
  10. background-color: #FFFFFF;
  11. color: #4D4D4C
  12. }
  13. .ace-tomorrow .ace_cursor {
  14. color: #AEAFAD
  15. }
  16. .ace-tomorrow .ace_marker-layer .ace_selection {
  17. background: #D6D6D6
  18. }
  19. .ace-tomorrow.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #FFFFFF;
  21. }
  22. .ace-tomorrow .ace_marker-layer .ace_step {
  23. background: rgb(255, 255, 0)
  24. }
  25. .ace-tomorrow .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid #D1D1D1
  28. }
  29. .ace-tomorrow .ace_marker-layer .ace_active-line {
  30. background: #EFEFEF
  31. }
  32. .ace-tomorrow .ace_gutter-active-line {
  33. background-color : #dcdcdc
  34. }
  35. .ace-tomorrow .ace_marker-layer .ace_selected-word {
  36. border: 1px solid #D6D6D6
  37. }
  38. .ace-tomorrow .ace_invisible {
  39. color: #D1D1D1
  40. }
  41. .ace-tomorrow .ace_keyword,
  42. .ace-tomorrow .ace_meta,
  43. .ace-tomorrow .ace_storage,
  44. .ace-tomorrow .ace_storage.ace_type,
  45. .ace-tomorrow .ace_support.ace_type {
  46. color: #8959A8
  47. }
  48. .ace-tomorrow .ace_keyword.ace_operator {
  49. color: #3E999F
  50. }
  51. .ace-tomorrow .ace_constant.ace_character,
  52. .ace-tomorrow .ace_constant.ace_language,
  53. .ace-tomorrow .ace_constant.ace_numeric,
  54. .ace-tomorrow .ace_keyword.ace_other.ace_unit,
  55. .ace-tomorrow .ace_support.ace_constant,
  56. .ace-tomorrow .ace_variable.ace_parameter {
  57. color: #F5871F
  58. }
  59. .ace-tomorrow .ace_constant.ace_other {
  60. color: #666969
  61. }
  62. .ace-tomorrow .ace_invalid {
  63. color: #FFFFFF;
  64. background-color: #C82829
  65. }
  66. .ace-tomorrow .ace_invalid.ace_deprecated {
  67. color: #FFFFFF;
  68. background-color: #8959A8
  69. }
  70. .ace-tomorrow .ace_fold {
  71. background-color: #4271AE;
  72. border-color: #4D4D4C
  73. }
  74. .ace-tomorrow .ace_entity.ace_name.ace_function,
  75. .ace-tomorrow .ace_support.ace_function,
  76. .ace-tomorrow .ace_variable {
  77. color: #4271AE
  78. }
  79. .ace-tomorrow .ace_support.ace_class,
  80. .ace-tomorrow .ace_support.ace_type {
  81. color: #C99E00
  82. }
  83. .ace-tomorrow .ace_heading,
  84. .ace-tomorrow .ace_markup.ace_heading,
  85. .ace-tomorrow .ace_string {
  86. color: #718C00
  87. }
  88. .ace-tomorrow .ace_entity.ace_name.ace_tag,
  89. .ace-tomorrow .ace_entity.ace_other.ace_attribute-name,
  90. .ace-tomorrow .ace_meta.ace_tag,
  91. .ace-tomorrow .ace_string.ace_regexp,
  92. .ace-tomorrow .ace_variable {
  93. color: #C82829
  94. }
  95. .ace-tomorrow .ace_comment {
  96. color: #8E908C
  97. }
  98. .ace-tomorrow .ace_indent-guide {
  99. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y
  100. }