sublime-text.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. /*
  2. Name: Sublime Text
  3. Description: Clean, crisp and colorful.
  4. Version: 1.1
  5. Author: khosite
  6. URL: http://khosite.com/
  7. */
  8. .crayon-theme-sublime-text {
  9. border-width: 1px !important;
  10. border-color: #999 !important;
  11. border-style: solid !important;
  12. text-shadow: none !important;
  13. background: #272822 !important;
  14. }
  15. .crayon-theme-sublime-text-inline {
  16. border-width: 1px !important;
  17. border-color: #999 !important;
  18. border-style: solid !important;
  19. background: #272822 !important;
  20. }
  21. .crayon-theme-sublime-text .crayon-table .crayon-nums {
  22. background: #272822 !important;
  23. color: #868686 !important;
  24. }
  25. .crayon-theme-sublime-text .crayon-striped-line {
  26. background: #272822 !important;
  27. }
  28. .crayon-theme-sublime-text .crayon-striped-num {
  29. background: #32322a !important;
  30. color: #868686 !important;
  31. }
  32. .crayon-theme-sublime-text .crayon-marked-line {
  33. background: #272822 !important;
  34. border-width: 1px !important;
  35. border-color: #272822 !important;
  36. }
  37. .crayon-theme-sublime-text .crayon-marked-num {
  38. color: #868686 !important;
  39. background: #272822 !important;
  40. border-width: 1px !important;
  41. border-color: #272822 !important;
  42. }
  43. .crayon-theme-sublime-text .crayon-marked-line.crayon-striped-line {
  44. background: #272822 !important;
  45. }
  46. .crayon-theme-sublime-text .crayon-marked-num.crayon-striped-num {
  47. background: #272822 !important;
  48. color: #868686 !important;
  49. }
  50. .crayon-theme-sublime-text .crayon-marked-line.crayon-top {
  51. border-top-style: solid !important;
  52. }
  53. .crayon-theme-sublime-text .crayon-marked-num.crayon-top {
  54. border-top-style: solid !important;
  55. }
  56. .crayon-theme-sublime-text .crayon-marked-line.crayon-bottom {
  57. border-bottom-style: solid !important;
  58. }
  59. .crayon-theme-sublime-text .crayon-marked-num.crayon-bottom {
  60. border-bottom-style: solid !important;
  61. }
  62. .crayon-theme-sublime-text .crayon-info {
  63. background: #272822 !important;
  64. border-bottom-width: 1px !important;
  65. border-bottom-color: #e6db5d !important;
  66. border-bottom-style: solid !important;
  67. color: #e6db5d !important;
  68. }
  69. .crayon-theme-sublime-text .crayon-toolbar {
  70. background: #DDD !important;
  71. border-bottom-width: 1px !important;
  72. border-bottom-color: #BBB !important;
  73. border-bottom-style: solid !important;
  74. }
  75. .crayon-theme-sublime-text .crayon-toolbar > div {
  76. float: left !important;
  77. }
  78. .crayon-theme-sublime-text .crayon-toolbar .crayon-tools {
  79. float: right !important;
  80. }
  81. .crayon-theme-sublime-text .crayon-title {
  82. color: #333 !important;
  83. }
  84. .crayon-theme-sublime-text .crayon-language {
  85. color: #999 !important;
  86. }
  87. .crayon-theme-sublime-text .crayon-button {
  88. background-color: #DDD !important;
  89. }
  90. .crayon-theme-sublime-text .crayon-button:hover {
  91. background-color: #EEE !important;
  92. color: #666;
  93. }
  94. .crayon-theme-sublime-text .crayon-button.crayon-pressed:hover {
  95. background-color: #EEE !important;
  96. color: #666;
  97. }
  98. .crayon-theme-sublime-text .crayon-button.crayon-pressed {
  99. background-color: #BCBCBC !important;
  100. color: #FFF;
  101. }
  102. .crayon-theme-sublime-text .crayon-button.crayon-pressed:active {
  103. background-color: #BCBCBC !important;
  104. color: #FFF;
  105. }
  106. .crayon-theme-sublime-text .crayon-button:active {
  107. background-color: #BCBCBC !important;
  108. color: #FFF;
  109. }
  110. .crayon-theme-sublime-text .crayon-pre .crayon-c {
  111. color: #75715e !important;
  112. }
  113. .crayon-theme-sublime-text .crayon-pre .crayon-s {
  114. color: #e6db5d !important;
  115. }
  116. .crayon-theme-sublime-text .crayon-pre .crayon-p {
  117. color: #b85c00 !important;
  118. }
  119. .crayon-theme-sublime-text .crayon-pre .crayon-ta {
  120. color: #f8f8f2 !important;
  121. }
  122. .crayon-theme-sublime-text .crayon-pre .crayon-k {
  123. color: #66d9ef !important;
  124. }
  125. .crayon-theme-sublime-text .crayon-pre .crayon-st {
  126. color: #66d9ef !important;
  127. }
  128. .crayon-theme-sublime-text .crayon-pre .crayon-r {
  129. color: #66d9ef !important;
  130. }
  131. .crayon-theme-sublime-text .crayon-pre .crayon-t {
  132. color: #a6e22d !important;
  133. }
  134. .crayon-theme-sublime-text .crayon-pre .crayon-m {
  135. color: #66d9ef !important;
  136. }
  137. .crayon-theme-sublime-text .crayon-pre .crayon-i {
  138. color: #f8f8f2 !important;
  139. }
  140. .crayon-theme-sublime-text .crayon-pre .crayon-e {
  141. color: #f92650 !important;
  142. }
  143. .crayon-theme-sublime-text .crayon-pre .crayon-v {
  144. color: #f8f8f2 !important;
  145. }
  146. .crayon-theme-sublime-text .crayon-pre .crayon-cn {
  147. color: #ae81ff !important;
  148. }
  149. .crayon-theme-sublime-text .crayon-pre .crayon-o {
  150. color: #f8f8f2 !important;
  151. }
  152. .crayon-theme-sublime-text .crayon-pre .crayon-sy {
  153. color: #f8f8f2 !important;
  154. }
  155. .crayon-theme-sublime-text .crayon-pre .crayon-n {
  156. color: #666 !important;
  157. font-style: italic !important;
  158. }
  159. .crayon-theme-sublime-text .crayon-pre .crayon-f {
  160. color: #999 !important;
  161. }
  162. .crayon-theme-sublime-text .crayon-pre .crayon-h {
  163. color: #006fe0 !important;
  164. }
  165. .crayon-theme-sublime-text .crayon-pre {
  166. color: #f8f8f2 !important;
  167. }