sunlight.dark.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. /* global styles */
  2. .sunlight-container {
  3. clear: both !important;
  4. position: relative !important;
  5. margin: 10px 0 !important;
  6. }
  7. .sunlight-code-container {
  8. clear: both !important;
  9. position: relative !important;
  10. border: none;
  11. border-color: #626262 !important;
  12. background-color: #262626 !important;
  13. }
  14. .sunlight-highlighted, .sunlight-container, .sunlight-container textarea {
  15. font-family: Consolas, Inconsolata, Monaco, "Courier New" !important;
  16. font-size: 12px !important;
  17. line-height: 15px !important;
  18. }
  19. .sunlight-highlighted, .sunlight-container textarea {
  20. color: #FFFFFF !important;
  21. margin: 0 !important;
  22. }
  23. .sunlight-container textarea {
  24. padding-left: 0 !important;
  25. margin-left: 0 !important;
  26. margin-right: 0 !important;
  27. padding-right: 0 !important;
  28. }
  29. .sunlight-code-container > .sunlight-highlighted {
  30. white-space: pre;
  31. overflow-x: auto;
  32. overflow-y: hidden; /* ie requires this wtf? */
  33. }
  34. .sunlight-highlighted {
  35. z-index: 1;
  36. position: relative;
  37. }
  38. .sunlight-highlighted * {
  39. background: transparent;
  40. }
  41. .sunlight-line-number-margin {
  42. float: left !important;
  43. margin-right: 5px !important;
  44. margin-top: 0 !important;
  45. margin-bottom: 0 !important;
  46. padding: 0 !important;
  47. padding-right: 4px !important;
  48. padding-left: 4px !important;
  49. border-right: 1px solid #9A9A9A !important;
  50. background-color: #3E3E3E !important;
  51. color: #9A9A9A !important;
  52. text-align: right !important;
  53. position: relative;
  54. z-index: 3;
  55. }
  56. .sunlight-highlighted a, .sunlight-line-number-margin a {
  57. border: none !important;
  58. text-decoration: none !important;
  59. font-style: normal !important;
  60. padding: 0 !important;
  61. }
  62. .sunlight-line-number-margin a {
  63. color: inherit !important;
  64. }
  65. .sunlight-line-highlight-overlay {
  66. position: absolute;
  67. top: 0;
  68. left: 0;
  69. width: 100%;
  70. z-index: 0;
  71. }
  72. .sunlight-line-highlight-overlay div {
  73. height: 15px;
  74. width: 100%;
  75. }
  76. .sunlight-line-highlight-overlay .sunlight-line-highlight-active {
  77. background-color: #4B4B4B;
  78. }
  79. /* menu */
  80. .sunlight-menu {
  81. background-color: #FFFFCC;
  82. color: #000000;
  83. }
  84. .sunlight-menu ul {
  85. margin: 0 !important;
  86. padding: 0 !important;
  87. list-style-type: none !important;
  88. }
  89. .sunlight-menu li {
  90. float: right !important;
  91. margin-left: 5px !important;
  92. }
  93. .sunlight-menu a, .sunlight-menu img {
  94. color: #000099 !important;
  95. text-decoration: none !important;
  96. border: none !important;
  97. }
  98. .sunlight-string,
  99. .sunlight-char,
  100. .sunlight-heredoc,
  101. .sunlight-heredocDeclaration,
  102. .sunlight-nowdoc,
  103. .sunlight-longString,
  104. .sunlight-rawString,
  105. .sunlight-binaryString,
  106. .sunlight-verbatimString,
  107. .sunlight-rawLongString,
  108. .sunlight-binaryLongString,
  109. .sunlight-diff .sunlight-added {
  110. color: #55EB54 !important;
  111. }
  112. .sunlight-operator,
  113. .sunlight-punctuation,
  114. .sunlight-delimiter {
  115. color: #B1EDEC !important;
  116. }
  117. .sunlight-ident,
  118. .sunlight-diff .sunlight-unchanged {
  119. color: #E0E0E0 !important;
  120. font-weight: bold !important;
  121. }
  122. .sunlight-comment,
  123. .sunlight-xmlDocCommentContent,
  124. .sunlight-nginx .sunlight-ssiCommand,
  125. .sunlight-sln .sunlight-formatDeclaration,
  126. .sunlight-diff .sunlight-mergeHeader,
  127. .sunlight-diff .sunlight-noNewLine {
  128. color: #787D31 !important;
  129. }
  130. .sunlight-number,
  131. .sunlight-cdata,
  132. .sunlight-guid,
  133. .sunlight-diff .sunlight-modified {
  134. color: #F7BA7E !important;
  135. font-weight: bold !important;
  136. }
  137. .sunlight-named-ident,
  138. .sunlight-xml .sunlight-attribute,
  139. .sunlight-constant,
  140. .sunlight-javascript .sunlight-globalVariable,
  141. .sunlight-globalObject,
  142. .sunlight-css .sunlight-id,
  143. .sunlight-python .sunlight-attribute,
  144. .sunlight-nginx .sunlight-context,
  145. .sunlight-httpd .sunlight-context,
  146. .sunlight-lisp .sunlight-declarationSpecifier,
  147. .sunlight-erlang .sunlight-userDefinedFunction,
  148. .sunlight-diff .sunlight-removed {
  149. color: #FBBDEE !important;
  150. font-weight: bold !important;
  151. }
  152. .sunlight-keyword,
  153. .sunlight-languageConstruct,
  154. .sunlight-specialOperator,
  155. .sunlight-xml .sunlight-tagName,
  156. .sunlight-xml .sunlight-operator,
  157. .sunlight-bash .sunlight-command,
  158. .sunlight-erlang .sunlight-moduleAttribute {
  159. color: #A3CCF7 !important;
  160. font-weight: bold !important;
  161. }
  162. .sunlight-shortOpenTag,
  163. .sunlight-openTag,
  164. .sunlight-closeTag,
  165. .sunlight-xmlOpenTag,
  166. .sunlight-xmlCloseTag,
  167. .sunlight-aspOpenTag,
  168. .sunlight-aspCloseTag,
  169. .sunlight-label,
  170. .sunlight-css .sunlight-importantFlag {
  171. background-color: #7373C1 !important;
  172. }
  173. .sunlight-content {
  174. color: #FFFFFF !important;
  175. font-weight: bold !important;
  176. }
  177. .sunlight-function,
  178. .sunlight-globalFunction,
  179. .sunlight-objective-c .sunlight-messageDestination,
  180. .sunlight-ruby .sunlight-specialFunction,
  181. .sunlight-6502asm .sunlight-illegalOpcode,
  182. .sunlight-powershell .sunlight-switch,
  183. .sunlight-lisp .sunlight-macro,
  184. .sunlight-lisp .sunlight-specialForm,
  185. .sunlight-lisp .sunlight-type,
  186. .sunlight-sln .sunlight-sectionName,
  187. .sunlight-diff .sunlight-header {
  188. color: #C8BBF1 !important;
  189. font-weight: bold !important;
  190. }
  191. .sunlight-variable,
  192. .sunlight-environmentVariable,
  193. .sunlight-specialVariable,
  194. .sunlight-objective-c .sunlight-messageArgumentName,
  195. .sunlight-lisp .sunlight-globalVariable,
  196. .sunlight-ruby .sunlight-globalVariable,
  197. .sunlight-ruby .sunlight-instanceVariable {
  198. color: #F5E5B0 !important;
  199. font-weight: bold !important;
  200. }
  201. .sunlight-regexLiteral,
  202. .sunlight-lisp .sunlight-operator,
  203. .sunlight-6502asm .sunlight-pseudoOp,
  204. .sunlight-erlang .sunlight-macro,
  205. .sunlight-diff .sunlight-rangeInfo {
  206. color: #E0F16A !important;
  207. }
  208. .sunlight-specialVariable {
  209. font-style: italic !important;
  210. font-weight: bold !important;
  211. }
  212. .sunlight-csharp .sunlight-pragma,
  213. .sunlight-preprocessorDirective,
  214. .sunlight-vb .sunlight-compilerDirective {
  215. color: #666363 !important;
  216. font-style: italic !important;
  217. }
  218. .sunlight-xmlDocCommentMeta,
  219. .sunlight-java .sunlight-annotation,
  220. .sunlight-scala .sunlight-annotation,
  221. .sunlight-docComment {
  222. color: #666363 !important;
  223. }
  224. .sunlight-quotedIdent,
  225. .sunlight-ruby .sunlight-subshellCommand,
  226. .sunlight-lisp .sunlight-keywordArgument,
  227. .sunlight-haskell .sunlight-infixOperator,
  228. .sunlight-erlang .sunlight-quotedAtom {
  229. color: #F8CA16 !important;
  230. }
  231. /* html/xml */
  232. .sunlight-xml .sunlight-tagName,
  233. .sunlight-xml .sunlight-operator,
  234. .sunlight-xml .sunlight-attribute {
  235. font-weight: normal !important;
  236. }
  237. .sunlight-doctype {
  238. color: #DEB9B2 !important;
  239. font-style: italic !important;
  240. }
  241. .sunlight-xml .sunlight-entity {
  242. background-color: #E6E585 !important;
  243. color: #000000 !important;
  244. }
  245. /* javascript */
  246. .sunlight-javascript .sunlight-reservedWord {
  247. font-style: italic !important;
  248. }
  249. /* css */
  250. .sunlight-css .sunlight-element {
  251. color: #E9EE97 !important;
  252. }
  253. .sunlight-css .sunlight-microsoftFilterPrefix {
  254. color: #C9FF9F !important;
  255. }
  256. .sunlight-css .sunlight-rule {
  257. color: #0099FF !important;
  258. }
  259. .sunlight-css .sunlight-class {
  260. color: #E78282 !important;
  261. }
  262. .sunlight-css .sunlight-pseudoClass, .sunlight-css .sunlight-pseudoElement {
  263. color: #73D693 !important;
  264. }
  265. /* bash */
  266. .sunlight-bash .sunlight-hashBang {
  267. color: #FFFF00 !important;
  268. }
  269. .sunlight-bash .sunlight-verbatimCommand {
  270. color: #BBA4EE !important;
  271. }
  272. .sunlight-bash .sunlight-variable,
  273. .sunlight-bash .sunlight-specialVariable {
  274. color: #ED8585 !important;
  275. }
  276. /* python */
  277. .sunlight-python .sunlight-specialMethod {
  278. font-weight: bold !important;
  279. color: #B0A3C2;
  280. }
  281. /* ruby */
  282. .sunlight-ruby .sunlight-symbol {
  283. font-weight: bold !important;
  284. color: #90EEA2 !important;
  285. }
  286. /* brainfuck */
  287. .sunlight-brainfuck {
  288. font-weight: bold !important;
  289. color: #000000 !important;
  290. }
  291. .sunlight-brainfuck .sunlight-increment {
  292. background-color: #FF9900 !important;
  293. }
  294. .sunlight-brainfuck .sunlight-decrement {
  295. background-color: #FF99FF !important;
  296. }
  297. .sunlight-brainfuck .sunlight-incrementPointer {
  298. background-color: #FFFF99 !important;
  299. }
  300. .sunlight-brainfuck .sunlight-decrementPointer {
  301. background-color: #66CCFF !important;
  302. }
  303. .sunlight-brainfuck .sunlight-read {
  304. background-color: #FFFFFF !important;
  305. }
  306. .sunlight-brainfuck .sunlight-write {
  307. background-color: #99FF99 !important;
  308. }
  309. .sunlight-brainfuck .sunlight-openLoop, .sunlight-brainfuck .sunlight-closeLoop {
  310. background-color: #FFFFFF !important;
  311. }
  312. /* 6502 asm */
  313. .sunlight-6502asm .sunlight-label {
  314. background: none !important;
  315. color: #FFFFFF !important;
  316. text-decoration: underline !important;
  317. }
  318. /* lisp */
  319. .sunlight-lisp .sunlight-macro {
  320. font-style: italic !important;
  321. }
  322. /* erlang */
  323. .sunlight-erlang .sunlight-atom {
  324. color: #FFFFFF !important;
  325. font-weight: bold !important;
  326. }