PageRenderTime 55ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/themes/merbivore.css

http://github.com/rstudio/rstudio
CSS | 139 lines | 117 code | 22 blank | 0 comment | 0 complexity | 5fd491bcf575a2b0c2f744d73ccbca00 MD5 | raw file
Possible License(s): AGPL-3.0, MIT, MPL-2.0-no-copyleft-exception, BSD-3-Clause, Apache-2.0
  1. .ace_gutter {
  2. background: #202020;
  3. color: #E6E1DC
  4. }
  5. .ace_print-margin {
  6. width: 1px;
  7. background: #555651
  8. }
  9. .ace_editor {
  10. background-color: #161616;
  11. color: #E6E1DC
  12. }
  13. .ace_cursor {
  14. color: #FFFFFF
  15. }
  16. .ace_marker-layer .ace_selection {
  17. background: #454545
  18. }
  19. .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #161616;
  21. border-radius: 2px
  22. }
  23. .ace_marker-layer .ace_step {
  24. background: rgb(102, 82, 0)
  25. }
  26. .ace_marker-layer .ace_bracket {
  27. margin: -1px 0 0 -1px;
  28. border: 1px solid #404040
  29. }
  30. .ace_marker-layer .ace_active-line {
  31. background: #333435
  32. }
  33. .ace_gutter-active-line {
  34. background-color: #333435
  35. }
  36. .ace_marker-layer .ace_selected-word {
  37. border: 1px solid #454545
  38. }
  39. .ace_invisible {
  40. color: #404040
  41. }
  42. .ace_entity.ace_name.ace_tag,
  43. .ace_keyword,
  44. .ace_meta,
  45. .ace_meta.ace_tag,
  46. .ace_storage,
  47. .ace_support.ace_function {
  48. color: #FC6F09
  49. }
  50. .ace_constant,
  51. .ace_constant.ace_character,
  52. .ace_constant.ace_character.ace_escape,
  53. .ace_constant.ace_other,
  54. .ace_support.ace_type {
  55. color: #1EDAFB
  56. }
  57. .ace_constant.ace_character.ace_escape {
  58. color: #519F50
  59. }
  60. .ace_constant.ace_language {
  61. color: #FDC251
  62. }
  63. .ace_constant.ace_library,
  64. .ace_string,
  65. .ace_support.ace_constant {
  66. color: #8DFF0A
  67. }
  68. .ace_constant.ace_numeric {
  69. color: #58C554
  70. }
  71. .ace_invalid {
  72. color: #FFFFFF;
  73. background-color: #990000
  74. }
  75. .ace_fold {
  76. background-color: #FC6F09;
  77. border-color: #E6E1DC
  78. }
  79. .ace_comment {
  80. font-style: italic;
  81. color: #AD2EA4
  82. }
  83. .ace_entity.ace_other.ace_attribute-name {
  84. color: #FFFF89
  85. }
  86. .ace_indent-guide {
  87. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQFxf3ZXB1df0PAAdsAmERTkEHAAAAAElFTkSuQmCC) right repeat-y
  88. }
  89. .nocolor.ace_editor .ace_line span {
  90. color: #fc6f09 !important;
  91. }
  92. .ace_bracket {
  93. margin: 0 !important;
  94. border: 0 !important;
  95. background-color: rgba(128, 128, 128, 0.5);
  96. }
  97. .ace_marker-layer .ace_foreign_line {
  98. position: absolute;
  99. z-index: -1;
  100. background-color: #2A2A29;
  101. }
  102. .ace_marker-layer .ace_active_debug_line {
  103. position: absolute;
  104. z-index: -1;
  105. background-color: #8A7A27;
  106. }
  107. .ace_marker-layer .ace_find_line {
  108. position: absolute;
  109. z-index: -1;
  110. background-color: #3F3E3D;
  111. }
  112. .ace_console_error {
  113. background-color: #3F3E3D;
  114. }
  115. .ace_keyword.ace_operator {
  116. color: #AAAAAA !important;
  117. }