twilight.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .ace-twilight .ace_gutter {
  2. background: #232323;
  3. color: #E2E2E2
  4. }
  5. .ace-twilight .ace_print-margin {
  6. width: 1px;
  7. background: #232323
  8. }
  9. .ace-twilight {
  10. background-color: #141414;
  11. color: #F8F8F8
  12. }
  13. .ace-twilight .ace_cursor {
  14. color: #A7A7A7
  15. }
  16. .ace-twilight .ace_marker-layer .ace_selection {
  17. background: rgba(221, 240, 255, 0.20)
  18. }
  19. .ace-twilight.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #141414;
  21. }
  22. .ace-twilight .ace_marker-layer .ace_step {
  23. background: rgb(102, 82, 0)
  24. }
  25. .ace-twilight .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid rgba(255, 255, 255, 0.25)
  28. }
  29. .ace-twilight .ace_marker-layer .ace_active-line {
  30. background: rgba(255, 255, 255, 0.031)
  31. }
  32. .ace-twilight .ace_gutter-active-line {
  33. background-color: rgba(255, 255, 255, 0.031)
  34. }
  35. .ace-twilight .ace_marker-layer .ace_selected-word {
  36. border: 1px solid rgba(221, 240, 255, 0.20)
  37. }
  38. .ace-twilight .ace_invisible {
  39. color: rgba(255, 255, 255, 0.25)
  40. }
  41. .ace-twilight .ace_keyword,
  42. .ace-twilight .ace_meta {
  43. color: #CDA869
  44. }
  45. .ace-twilight .ace_constant,
  46. .ace-twilight .ace_constant.ace_character,
  47. .ace-twilight .ace_constant.ace_character.ace_escape,
  48. .ace-twilight .ace_constant.ace_other,
  49. .ace-twilight .ace_heading,
  50. .ace-twilight .ace_markup.ace_heading,
  51. .ace-twilight .ace_support.ace_constant {
  52. color: #CF6A4C
  53. }
  54. .ace-twilight .ace_invalid.ace_illegal {
  55. color: #F8F8F8;
  56. background-color: rgba(86, 45, 86, 0.75)
  57. }
  58. .ace-twilight .ace_invalid.ace_deprecated {
  59. text-decoration: underline;
  60. font-style: italic;
  61. color: #D2A8A1
  62. }
  63. .ace-twilight .ace_support {
  64. color: #9B859D
  65. }
  66. .ace-twilight .ace_fold {
  67. background-color: #AC885B;
  68. border-color: #F8F8F8
  69. }
  70. .ace-twilight .ace_support.ace_function {
  71. color: #DAD085
  72. }
  73. .ace-twilight .ace_list,
  74. .ace-twilight .ace_markup.ace_list,
  75. .ace-twilight .ace_storage {
  76. color: #F9EE98
  77. }
  78. .ace-twilight .ace_entity.ace_name.ace_function,
  79. .ace-twilight .ace_meta.ace_tag,
  80. .ace-twilight .ace_variable {
  81. color: #AC885B
  82. }
  83. .ace-twilight .ace_string {
  84. color: #8F9D6A
  85. }
  86. .ace-twilight .ace_string.ace_regexp {
  87. color: #E9C062
  88. }
  89. .ace-twilight .ace_comment {
  90. font-style: italic;
  91. color: #5F5A60
  92. }
  93. .ace-twilight .ace_variable {
  94. color: #7587A6
  95. }
  96. .ace-twilight .ace_xml-pe {
  97. color: #494949
  98. }
  99. .ace-twilight .ace_indent-guide {
  100. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC) right repeat-y
  101. }