You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

arc-green.less 27 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409
  1. @import "_base";
  2. .hljs {
  3. display: block;
  4. overflow-x: auto;
  5. padding: 0.5em;
  6. color: #bababa;
  7. }
  8. .hljs-strong,
  9. .hljs-emphasis {
  10. color: #a8a8a2;
  11. }
  12. .hljs-bullet,
  13. .hljs-quote,
  14. .hljs-link,
  15. .hljs-number,
  16. .hljs-regexp,
  17. .hljs-literal {
  18. color: #6896ba;
  19. }
  20. .hljs-code,
  21. .hljs-selector-class {
  22. color: #a6e22e;
  23. }
  24. .hljs-emphasis {
  25. font-style: italic;
  26. }
  27. .hljs-keyword,
  28. .hljs-selector-tag,
  29. .hljs-section,
  30. .hljs-attribute,
  31. .hljs-name,
  32. .hljs-variable {
  33. color: #cb7832;
  34. }
  35. .hljs-params {
  36. color: #b9b9b9;
  37. }
  38. .hljs-string {
  39. color: #6a8759;
  40. }
  41. .hljs-subst,
  42. .hljs-type,
  43. .hljs-built_in,
  44. .hljs-builtin-name,
  45. .hljs-symbol,
  46. .hljs-selector-id,
  47. .hljs-selector-attr,
  48. .hljs-selector-pseudo,
  49. .hljs-template-tag,
  50. .hljs-template-variable,
  51. .hljs-addition {
  52. color: #e0c46c;
  53. }
  54. .hljs-comment,
  55. .hljs-deletion,
  56. .hljs-meta {
  57. color: #7f7f7f;
  58. }
  59. .repository .ui.segment.sub-menu .list .item a {
  60. color: #dbdbdb;
  61. }
  62. .ui.horizontal.segments > .segment {
  63. background-color: #383c4a;
  64. }
  65. body {
  66. background: #383c4a;
  67. color: #9e9e9e;
  68. }
  69. /* firefox scroll bars */
  70. * {
  71. scrollbar-width: thin;
  72. scrollbar-color: #87ab63 rgba(255, 255, 255, 0.1);
  73. }
  74. /* webkit scrollbars */
  75. ::-webkit-scrollbar {
  76. -webkit-appearance: none !important;
  77. width: 10px !important;
  78. height: 10px !important;
  79. }
  80. ::-webkit-scrollbar-track {
  81. border-radius: 0 !important;
  82. background: rgba(255, 255, 255, 0.1) !important;
  83. }
  84. ::-webkit-scrollbar-thumb {
  85. cursor: pointer !important;
  86. border-radius: 5px !important;
  87. -webkit-transition: color 0.2s ease !important;
  88. transition: color 0.2s ease !important;
  89. background: #87ab63 !important;
  90. }
  91. ::-webkit-scrollbar-thumb:window-inactive {
  92. background: #87ab63 !important;
  93. }
  94. ::-webkit-scrollbar-thumb:hover {
  95. background: #87ab63 !important;
  96. }
  97. a {
  98. color: #87ab63;
  99. }
  100. a:hover {
  101. color: #a0cc75;
  102. }
  103. .ui.card > .extra a:not(.ui):hover,
  104. .ui.cards > .card > .extra a:not(.ui):hover {
  105. color: #a0cc75;
  106. }
  107. .ui.breadcrumb a:hover {
  108. color: #a0cc75;
  109. }
  110. .ui.breadcrumb a {
  111. color: #87ab63;
  112. }
  113. .repository .metas .ui.list a .text {
  114. color: #87ab63;
  115. }
  116. .repository .metas .ui.list a .text:hover {
  117. color: #a0cc75;
  118. }
  119. .repository .label.list .item a {
  120. color: #87ab63;
  121. }
  122. .repository .label.list .item a:hover {
  123. color: #a0cc75;
  124. }
  125. .repository .milestone.list > .item > a {
  126. color: #87ab63;
  127. }
  128. .repository .milestone.list > .item > a:hover {
  129. color: #a0cc75;
  130. }
  131. .repository.release #release-list {
  132. border-top: 1px solid #4c505c;
  133. }
  134. .repository .milestone.list > .item .operate > a {
  135. color: #87ab63;
  136. }
  137. .repository .milestone.list > .item .operate > a:hover {
  138. color: #a0cc75;
  139. }
  140. .ui.green.progress .bar {
  141. background-color: #668844;
  142. }
  143. .ui.progress.success .bar {
  144. background-color: #7b9e57 !important;
  145. }
  146. .following.bar.light {
  147. background: #2e323e;
  148. border-bottom: 1px solid #313131;
  149. }
  150. .ui.secondary.menu .active.item {
  151. color: #dbdbdb;
  152. }
  153. .ui.secondary.menu .item {
  154. color: #9e9e9e;
  155. }
  156. .following.bar .top.menu a.item:hover {
  157. color: #ffffff;
  158. }
  159. .repository.view.issue .comment-list .comment .content > .bottom.segment a {
  160. border: solid 1px #353945;
  161. background-color: #353945;
  162. }
  163. .ui.attached.header {
  164. background: #404552;
  165. border: 1px solid #404552;
  166. color: #dbdbdb;
  167. }
  168. .ui.attached.table {
  169. border: 1px solid #304251;
  170. background: #304251;
  171. }
  172. .feeds .list ul li:not(:last-child) {
  173. border-bottom: 1px solid #333640;
  174. }
  175. .feeds .list ul li.private {
  176. background: #353945;
  177. border: 1px solid #333640;
  178. }
  179. .ui.secondary.menu .dropdown.item:hover,
  180. .ui.secondary.menu .link.item:hover,
  181. .ui.secondary.menu a.item:hover {
  182. color: #ffffff;
  183. }
  184. .ui.menu .ui.dropdown .menu > .item {
  185. background: #2c303a !important;
  186. color: #9e9e9e !important;
  187. }
  188. .ui.secondary.menu .dropdown.item > .menu,
  189. .ui.text.menu .dropdown.item > .menu {
  190. border: 1px solid #434444;
  191. }
  192. footer {
  193. background: #2e323e;
  194. border-top: 1px solid #313131;
  195. }
  196. .ui.menu .dropdown.item .menu {
  197. background: #2c303a;
  198. }
  199. .ui.menu .ui.dropdown .menu > .item:hover,
  200. .ui.menu .ui.dropdown .menu > .selected.item {
  201. color: #ffffff !important;
  202. }
  203. .ui.dropdown .menu > .header {
  204. color: #dbdbdb;
  205. }
  206. .ui.red.label,
  207. .ui.red.labels .label {
  208. background-color: #7d3434 !important;
  209. border-color: #8a2121 !important;
  210. }
  211. .ui.menu {
  212. background: #404552;
  213. border: 1px solid #353945;
  214. }
  215. .ui.menu .active.item:hover,
  216. .ui.vertical.menu .active.item:hover {
  217. color: #dbdbdb;
  218. background: #4b5162;
  219. }
  220. .ui.link.menu .item:hover,
  221. .ui.menu .dropdown.item:hover,
  222. .ui.menu .link.item:hover,
  223. .ui.menu a.item:hover {
  224. color: #dbdbdb;
  225. background: #454b5a;
  226. }
  227. .ui.menu .active.item {
  228. background: #4b5162;
  229. color: #dbdbdb;
  230. }
  231. .ui.input input {
  232. background: #404552;
  233. border: 2px solid #353945;
  234. color: #dbdbdb;
  235. }
  236. .ui.input input:focus,
  237. .ui.input.focus input {
  238. background: #404552;
  239. border: 2px solid #353945;
  240. color: #dbdbdb;
  241. }
  242. .ui.accordion .title:not(.ui) {
  243. color: #dbdbdb;
  244. }
  245. .ui.label {
  246. color: #dbdbdb;
  247. background-color: #404552;
  248. }
  249. .issue.list > .item .title {
  250. color: #87ab63;
  251. }
  252. .issue.list > .item .title:hover {
  253. color: #a0cc75;
  254. }
  255. .issue.list > .item {
  256. border-bottom: 1px dashed #475767;
  257. }
  258. .ui.green.label,
  259. .ui.green.labels .label,
  260. .ui.basic.green.label {
  261. background-color: #2d693b !important;
  262. border-color: #2d693b !important;
  263. }
  264. .ui.basic.green.labels a.label:hover,
  265. a.ui.basic.green.label:hover {
  266. background-color: #16ab39 !important;
  267. border-color: #16ab39 !important;
  268. color: #ffffff !important;
  269. }
  270. .issue.list > .item .comment {
  271. color: #129c92;
  272. }
  273. .ui.basic.button,
  274. .ui.basic.buttons .button {
  275. color: #797979 !important;
  276. }
  277. .ui.basic.red.active.button,
  278. .ui.basic.red.buttons .active.button {
  279. box-shadow: 0 0 0 1px #c75252 inset !important;
  280. color: #c75252 !important;
  281. }
  282. .ui.basic.button:focus,
  283. .ui.basic.button:hover,
  284. .ui.basic.buttons .button:focus,
  285. .ui.basic.buttons .button:hover {
  286. background: transparent !important;
  287. color: #dbdbdb !important;
  288. }
  289. .ui.menu .item {
  290. background: #404552;
  291. color: #9e9e9e;
  292. }
  293. .ui.menu .item.disabled,
  294. .ui.menu .item.disabled:hover {
  295. color: #626773;
  296. }
  297. .ui.pagination.menu .active.item {
  298. color: #dbdbdb;
  299. background-color: #87ab63;
  300. }
  301. .repository .header-wrapper {
  302. background-color: #2a2e3a;
  303. }
  304. .ui.tabular.menu .active.item {
  305. background: #383c4a;
  306. color: #dbdbdb;
  307. border-left: 1px solid transparent;
  308. border-right: 1px solid transparent;
  309. border-top: 0;
  310. }
  311. .ui.tabular.menu .item {
  312. color: #9e9e9e;
  313. }
  314. .ui.tabular.menu .item:hover {
  315. color: #dbdbdb;
  316. }
  317. .ui.header,
  318. .ui.breadcrumb .divider {
  319. color: #9e9e9e;
  320. }
  321. .ui.blue.label,
  322. .ui.blue.labels .label {
  323. background-color: #26577b !important;
  324. border-color: #26577b !important;
  325. }
  326. .ui.menu .item > .label {
  327. background: #565454;
  328. }
  329. .ui.blue.button,
  330. .ui.blue.buttons .button {
  331. background-color: #87ab63;
  332. }
  333. .ui.blue.button:hover,
  334. .ui.blue.buttons .button:hover {
  335. background-color: #a0cc75;
  336. }
  337. .ui.form input:not([type]),
  338. .ui.form input[type="text"],
  339. .ui.form input[type="email"],
  340. .ui.form input[type="search"],
  341. .ui.form input[type="password"],
  342. .ui.form input[type="date"],
  343. .ui.form input[type="datetime-local"],
  344. .ui.form input[type="tel"],
  345. .ui.form input[type="time"],
  346. .ui.form input[type="url"],
  347. .ui.form input[type="number"] {
  348. color: #9e9e9e;
  349. background: #404552;
  350. border: 2px solid #353945;
  351. }
  352. .ui.form input:not([type]):focus,
  353. .ui.form input[type="text"]:focus,
  354. .ui.form input[type="email"]:focus,
  355. .ui.form input[type="search"]:focus,
  356. .ui.form input[type="password"]:focus,
  357. .ui.form input[type="date"]:focus,
  358. .ui.form input[type="datetime-local"]:focus,
  359. .ui.form input[type="tel"]:focus,
  360. .ui.form input[type="time"]:focus,
  361. .ui.form input[type="url"]:focus,
  362. .ui.form input[type="number"]:focus {
  363. background: #404552;
  364. border: 2px solid #4b505f;
  365. color: #dbdbdb;
  366. }
  367. .ui.action.input:not([class*="left action"]) input:focus {
  368. border-right-color: #4b505f !important;
  369. }
  370. .ui.green.button,
  371. .ui.green.buttons .button {
  372. background-color: #87ab63;
  373. }
  374. .ui.green.button:hover,
  375. .ui.green.buttons .button:hover {
  376. background-color: #a0cc75;
  377. }
  378. .ui.button {
  379. background: #383c4a;
  380. border: 1px solid #4c505c;
  381. color: #dbdbdb;
  382. }
  383. .ui.labeled.button:not([class*="left labeled"]) > .label,
  384. .ui[class*="left labeled"].button > .button {
  385. background: #404552;
  386. border: 1px solid #4c505c;
  387. color: #87ab63;
  388. }
  389. .ui.button:hover {
  390. background-color: #404552;
  391. color: #dbdbdb;
  392. }
  393. .ui.table thead th {
  394. background: #404552;
  395. color: #dbdbdb;
  396. }
  397. .repository.file.list #repo-files-table tr:hover {
  398. background-color: #393d4a;
  399. }
  400. .ui.table {
  401. color: #a5a5a5 !important;
  402. border-color: #4c505c;
  403. background: #353945;
  404. }
  405. .ui.table tbody tr {
  406. border-color: #333640;
  407. background: #2a2e3a;
  408. }
  409. .ui .text.grey {
  410. color: #808084 !important;
  411. }
  412. .ui.attached.table.segment {
  413. background: #353945;
  414. color: #dbdbdb !important;
  415. }
  416. .markdown:not(code) h2 {
  417. border-bottom: 1px solid #304251;
  418. }
  419. .hljs,
  420. .hljs-keyword,
  421. .hljs-selector-tag,
  422. .hljs-subst {
  423. color: #9daccc;
  424. }
  425. .markdown:not(code) .highlight pre,
  426. .markdown:not(code) pre {
  427. background-color: #2a2e3a;
  428. border: 1px solid #404552;
  429. }
  430. .markdown:not(code) table tr:nth-child(2n) {
  431. background-color: #2a2e39;
  432. }
  433. .markdown:not(code) table tr:nth-child(2n-1) {
  434. background-color: #383b44;
  435. }
  436. .markdown:not(code) table thead tr:nth-child(2n-1) {
  437. background-color: #464c5d !important;
  438. }
  439. .markdown:not(code) table td,
  440. .markdown:not(code) table th {
  441. border-color: #4c505c !important;
  442. }
  443. .repository.file.editor.edit,
  444. .repository.wiki.new .CodeMirror {
  445. border-right: 1px solid rgba(187, 187, 187, 0.6);
  446. border-left: 1px solid rgba(187, 187, 187, 0.6);
  447. border-bottom: 1px solid rgba(187, 187, 187, 0.6);
  448. .editor-preview,
  449. .editor-preview-side {
  450. background: #353945;
  451. .markdown:not(code).ui.segment {
  452. border-width: 0;
  453. }
  454. }
  455. }
  456. .ui.dropdown .menu {
  457. background: #2c303a;
  458. }
  459. .ui.dropdown .menu > .message:not(.ui) {
  460. color: #636363;
  461. }
  462. .ui.input {
  463. color: #dbdbdb;
  464. }
  465. .overflow.menu .items .item {
  466. color: #9d9d9d;
  467. }
  468. .overflow.menu .items .item:hover {
  469. color: #dbdbdb;
  470. }
  471. .ui.segment {
  472. background: #353945;
  473. color: #9e9e9e !important;
  474. border: 1px solid #404552;
  475. }
  476. .ui.active.button:active,
  477. .ui.button:active,
  478. .ui.button:focus {
  479. background-color: #2e3e4e;
  480. color: #dbdbdb;
  481. }
  482. .ui.dropdown .menu .selected.item,
  483. .ui.dropdown.selected {
  484. color: #dbdbdb;
  485. }
  486. .ui.dropdown .menu > .item:hover {
  487. color: #dbdbdb;
  488. }
  489. .ui.dropdown .menu > .item {
  490. color: #9e9e9e;
  491. }
  492. .ui.attached.segment {
  493. border: 1px solid #404552;
  494. }
  495. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  496. background: #353945;
  497. }
  498. .repository.view.issue .comment-list .comment .content .header {
  499. color: #dbdbdb;
  500. background-color: #404552;
  501. border-bottom: 1px solid #353944;
  502. }
  503. .repository.view.issue .comment-list .comment .content .merge-section {
  504. background-color: #404552;
  505. border-top: 1px solid #353944;
  506. }
  507. .repository.view.issue .comment-list .event > .octicon.issue-symbol {
  508. background: #3b4954;
  509. }
  510. .repository.view.issue .comment-list .event > .octicon:not(.issue-symbol) {
  511. text-shadow: -2px 0 #383c4a, 0 2px #383c4a, 2px 0 #383c4a, 0 -2px #383c4a;
  512. }
  513. .ui .text.grey a {
  514. color: #dbdbdb !important;
  515. }
  516. .ui.comments .comment .actions a {
  517. color: #dbdbdb;
  518. }
  519. .repository.view.issue .comment-list .comment .content .header:after {
  520. border-right-color: #404552;
  521. }
  522. .repository.new.issue .comment.form .content:after {
  523. border-right-color: #353945;
  524. }
  525. .repository.view.issue .comment-list .comment .content .header:before {
  526. border-right-color: #404552;
  527. }
  528. .repository.new.issue .comment.form .content:before {
  529. border-right-color: #353945;
  530. }
  531. .repository.view.issue .comment-list:not(.prevent-before-timeline):before,
  532. .repository.view.issue .comment-list .timeline-line:before {
  533. background-color: #3b4954;
  534. }
  535. .repository .comment.form .content .form:after {
  536. border-right-color: #313c47;
  537. }
  538. .repository .comment.form .content .form:before {
  539. border-right-color: #313c47;
  540. }
  541. .ui .text.grey a:hover {
  542. color: #dbdbdb !important;
  543. }
  544. .ui.basic.green.active.button,
  545. .ui.basic.green.buttons .active.button {
  546. color: #13ae38 !important;
  547. }
  548. .ui.form textarea,
  549. .ui.form textarea:focus {
  550. color: #dbdbdb;
  551. background: #404552;
  552. border: 2px solid #353945;
  553. }
  554. .ui.form textarea:focus {
  555. border: 1px solid #456580;
  556. }
  557. .ui .info.segment.top {
  558. background-color: #404552 !important;
  559. }
  560. .repository .diff-file-box .code-diff-unified tbody tr.del-code td {
  561. background-color: #3c2626 !important;
  562. border-color: #634343 !important;
  563. }
  564. .repository .diff-file-box .code-diff-unified tbody tr.add-code td {
  565. background-color: #283e2d !important;
  566. border-color: #314a37 !important;
  567. }
  568. .repository .diff-file-box .code-diff tbody tr .added-code {
  569. background-color: #3a523a;
  570. }
  571. .hljs-title,
  572. .hljs-section,
  573. .hljs-selector-id {
  574. color: #986c88;
  575. }
  576. .hljs-string,
  577. .hljs-doctag {
  578. color: #8ab398;
  579. }
  580. .repository .diff-file-box .code-diff tbody tr .removed-code {
  581. background-color: #5f3737;
  582. }
  583. .tag-code,
  584. .tag-code td {
  585. background: #242637 !important;
  586. border-color: transparent !important;
  587. }
  588. .ui.vertical.menu .active.item {
  589. background: #4b5162;
  590. }
  591. .ui.vertical.menu .item {
  592. background: #353945;
  593. }
  594. .ui.vertical.menu .header.item {
  595. background: #404552;
  596. }
  597. .ui.vertical.menu {
  598. background: #353945;
  599. border: 1px solid #333640;
  600. }
  601. .ui.repository.list .item:not(:first-child) {
  602. border-top: 1px solid #4c505c;
  603. }
  604. .ui .text.blue {
  605. color: #87ab63 !important;
  606. }
  607. .ui.selection.active.dropdown,
  608. .ui.selection.active.dropdown .menu {
  609. border-color: #4e5361;
  610. box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  611. }
  612. .ui.selection.active.dropdown:hover,
  613. .ui.selection.active.dropdown:hover .menu {
  614. border-color: #4e5361;
  615. box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  616. }
  617. .ui.selection.dropdown {
  618. background: #404552;
  619. border: 1px solid #404552;
  620. color: #9e9e9e;
  621. }
  622. .ui.menu .ui.dropdown .menu > .active.item {
  623. color: #dbdbdb !important;
  624. }
  625. .ui.tabular.menu {
  626. border-bottom: 1px solid #313c47;
  627. }
  628. .ui.card,
  629. .ui.cards > .card {
  630. background: #353945;
  631. box-shadow: 0 1px 3px 0 #4c505c, 0 0 0 1px #4c505c;
  632. }
  633. .ui.card > .content > .header,
  634. .ui.cards > .card > .content > .header {
  635. color: #dbdbdb;
  636. }
  637. .ui.card > .extra a:not(.ui),
  638. .ui.cards > .card > .extra a:not(.ui) {
  639. color: #87ab63;
  640. }
  641. .ui .text.black {
  642. color: #9e9e9e;
  643. }
  644. .ui .text.black:hover {
  645. color: #dbdbdb;
  646. }
  647. .ui.secondary.segment {
  648. background: #353945;
  649. }
  650. .ui.secondary.pointing.menu .active.item {
  651. color: #dbdbdb;
  652. border: 0;
  653. background: #383c4a;
  654. }
  655. .ui.user.list .item:not(:first-child) {
  656. border-top: 1px solid #4c505c;
  657. }
  658. .ui.secondary.pointing.menu .active.item:hover {
  659. border-color: #af8b4c;
  660. color: #dbdbdb;
  661. background: #4b5162;
  662. }
  663. .ui.secondary.pointing.menu .dropdown.item:hover,
  664. .ui.secondary.pointing.menu .link.item:hover,
  665. .ui.secondary.pointing.menu a.item:hover {
  666. color: #dbdbdb;
  667. }
  668. .ui.checkbox label,
  669. .ui.checkbox + label,
  670. .ui.form .field > label {
  671. color: #9e9e9e;
  672. }
  673. .ui.form .inline.field > label,
  674. .ui.form .inline.field > p,
  675. .ui.form .inline.fields .field > label,
  676. .ui.form .inline.fields .field > p,
  677. .ui.form .inline.fields > label {
  678. color: #9e9e9e;
  679. }
  680. .user.settings .email.list .item:not(:first-child) {
  681. border-top: 1px solid #3f4451;
  682. }
  683. .explore .navbar {
  684. background-color: #2a2e3a !important;
  685. }
  686. .ui.menu.new-menu {
  687. background-color: #2a2e3a !important;
  688. @media only screen and (max-width: 1200px) {
  689. &:after {
  690. background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%);
  691. }
  692. }
  693. }
  694. input {
  695. background: #2e323e;
  696. }
  697. .settings .key.list .item:not(:first-child) {
  698. border-top: 1px solid #404552;
  699. }
  700. .ui.attached.info.message,
  701. .ui.info.message {
  702. box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
  703. }
  704. .ui.bottom.attached.message {
  705. background-color: #2c662d;
  706. color: #87ab63;
  707. }
  708. .ui.bottom.attached.message .pull-right {
  709. color: #87ab63;
  710. }
  711. .ui.info.message {
  712. background-color: #2c3b4a;
  713. color: #9ebcc5;
  714. }
  715. .ui .warning.header {
  716. background-color: #5d3a22 !important;
  717. border-color: #794f31;
  718. }
  719. .ui.red.message {
  720. background-color: rgba(80, 23, 17, 0.6);
  721. color: #f9cbcb;
  722. box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
  723. }
  724. .ui.red.button,
  725. .ui.red.buttons .button {
  726. background-color: #7d3434;
  727. }
  728. .ui.red.button:hover,
  729. .ui.red.buttons .button:hover {
  730. background-color: #984646;
  731. }
  732. .ui.checkbox label:hover,
  733. .ui.checkbox + label:hover {
  734. color: #dbdbdb !important;
  735. }
  736. .ui.checkbox input:checked ~ .box:after,
  737. .ui.checkbox input:checked ~ label:after {
  738. color: #7f98ad;
  739. }
  740. .ui.checkbox input:checked ~ .box:before,
  741. .ui.checkbox input:checked ~ label:before {
  742. background: #304251;
  743. opacity: 1;
  744. color: #7f98ad;
  745. border-color: #304251;
  746. }
  747. .ui.checkbox .box:hover::before,
  748. .ui.checkbox label:hover::before {
  749. background: #304251;
  750. }
  751. .ui.checkbox .box:before,
  752. .ui.checkbox label:before {
  753. background: #304251;
  754. border: 1px solid #304251;
  755. }
  756. .ui.checkbox label:before {
  757. border-color: #476075;
  758. }
  759. .ui.checkbox .box:active::before,
  760. .ui.checkbox label:active::before {
  761. background: #304251;
  762. border-color: rgba(34, 36, 38, 0.35);
  763. }
  764. .ui.checkbox input:focus ~ .box:before,
  765. .ui.checkbox input:focus ~ label:before {
  766. border-color: #304251;
  767. background: #304251;
  768. }
  769. .ui.checkbox input:checked:focus ~ .box:before,
  770. .ui.checkbox input:checked:focus ~ label:before,
  771. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box:before,
  772. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:before {
  773. border-color: #304251;
  774. background: #304251;
  775. }
  776. .ui.checkbox input:checked:focus ~ .box:after,
  777. .ui.checkbox input:checked:focus ~ label:after,
  778. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box:after,
  779. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:after {
  780. color: #7f98ad;
  781. }
  782. .ui.checkbox input:focus ~ .box:after,
  783. .ui.checkbox input:focus ~ label,
  784. .ui.checkbox input:focus ~ label:after {
  785. color: #9a9a9a;
  786. }
  787. .ui.selection.dropdown:hover {
  788. border: 1px solid #456580;
  789. }
  790. .ui.selection.dropdown .menu > .item {
  791. border-top: 1px solid #313c47;
  792. }
  793. .ui.selection.visible.dropdown > .text:not(.default) {
  794. color: #9e9e9e;
  795. }
  796. .ui.negative.message {
  797. background-color: rgba(80, 23, 17, 0.6);
  798. color: #f9cbcb;
  799. box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
  800. }
  801. .hljs-tag,
  802. .hljs-name,
  803. .hljs-attribute {
  804. color: #ef5e77;
  805. }
  806. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  807. border-bottom: 1px solid #4c505c;
  808. }
  809. .hljs-number,
  810. .hljs-literal,
  811. .hljs-variable,
  812. .hljs-template-variable,
  813. .hljs-tag .hljs-attr {
  814. color: #bd84bf;
  815. }
  816. .ui.form .dropzone {
  817. border: 2px dashed #4c505c;
  818. }
  819. .ui.basic.red.button,
  820. .ui.basic.red.buttons .button {
  821. box-shadow: 0 0 0 1px #a04141 inset !important;
  822. color: #a04141 !important;
  823. }
  824. .ui.list .list > .item .header,
  825. .ui.list > .item .header {
  826. color: #dedede;
  827. }
  828. .ui.list .list > .item .description,
  829. .ui.list > .item .description {
  830. color: #9e9e9e;
  831. }
  832. .ui.user.list .item .description a {
  833. color: #668cb1;
  834. }
  835. .repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,
  836. .repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
  837. color: #7c9b5e;
  838. }
  839. .ui.blue.button:focus,
  840. .ui.blue.buttons .button:focus {
  841. background-color: #a27558;
  842. }
  843. .ui.basic.blue.button:hover,
  844. .ui.basic.blue.buttons .button:hover {
  845. box-shadow: 0 0 0 1px #87ab63 inset !important;
  846. color: #87ab63 !important;
  847. }
  848. .ui.basic.blue.button:focus,
  849. .ui.basic.blue.buttons .button:focus {
  850. box-shadow: 0 0 0 1px #87ab63 inset !important;
  851. color: #87ab63 !important;
  852. }
  853. .lines-commit {
  854. background: #2e323e !important;
  855. }
  856. .bottom-line {
  857. border-color: #4e525e !important;
  858. }
  859. .lines-num {
  860. background: #2e323e !important;
  861. color: #9e9e9e !important;
  862. border-color: #2d2d2d !important;
  863. }
  864. .lines-num pre,
  865. .lines-code pre,
  866. .lines-num ol,
  867. .lines-code ol,
  868. .lines-num .hljs,
  869. .lines-code .hljs {
  870. background-color: #2a2e3a !important;
  871. }
  872. .code-view .active {
  873. background: #554a00;
  874. }
  875. a.ui.label:hover,
  876. a.ui.labels .label:hover {
  877. background-color: #505667 !important;
  878. color: #dbdbdb !important;
  879. }
  880. .repository #commits-table td.sha .sha.label,
  881. .repository #repo-files-table .sha.label {
  882. border-color: #888;
  883. }
  884. .repository #commits-table td.sha .sha.label.isSigned .detail.icon,
  885. .repository #repo-files-table .sha.label.isSigned .detail.icon {
  886. background: none;
  887. border-left-color: #888;
  888. }
  889. .repository .label.list .item {
  890. border-bottom: 1px dashed #4c505c;
  891. }
  892. .ui.basic.blue.button,
  893. .ui.basic.blue.buttons .button {
  894. box-shadow: 0 0 0 1px #87ab63 inset !important;
  895. color: #87ab63 !important;
  896. }
  897. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1),
  898. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
  899. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
  900. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4),
  901. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(5),
  902. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(6) {
  903. background-color: #2a2e3a;
  904. }
  905. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4),
  906. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(5),
  907. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(6),
  908. .repository .diff-file-box .code-diff-split tbody tr td.add-code {
  909. background-color: #283e2d !important;
  910. border-color: #314a37 !important;
  911. }
  912. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1),
  913. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2),
  914. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
  915. .repository .diff-file-box .code-diff-split tbody tr td.del-code {
  916. background-color: #3c2626 !important;
  917. border-color: #634343 !important;
  918. }
  919. .ui.blue.button:active,
  920. .ui.blue.buttons .button:active {
  921. background-color: #a27558;
  922. }
  923. #git-graph-container li a {
  924. color: #c79575;
  925. }
  926. #git-graph-container li .author {
  927. color: #c79575;
  928. }
  929. .ui.header .sub.header {
  930. color: #9e9e9e;
  931. }
  932. .ui.dividing.header {
  933. border-bottom: 1px solid #4c505c;
  934. }
  935. .ui.modal > .header {
  936. background: #404552;
  937. color: #dbdbdb;
  938. }
  939. .ui.modal > .actions {
  940. background: #404552;
  941. border-top: 1px solid #404552;
  942. }
  943. .ui.modal > .content {
  944. background: #383c4a;
  945. }
  946. .editor-toolbar {
  947. background-color: #404552;
  948. a {
  949. color: #87ab63 !important;
  950. }
  951. }
  952. .repository .diff-detail-box {
  953. background-color: #383c4a;
  954. .detail-files {
  955. background-color: inherit;
  956. }
  957. }
  958. .comment-code-cloud {
  959. .ui.attached.tabular.menu {
  960. background: none transparent;
  961. border: 0;
  962. }
  963. .footer .markdown-info {
  964. color: inherit;
  965. }
  966. }
  967. .file-comment {
  968. color: #888888;
  969. }
  970. .ui.comments .comment {
  971. .author {
  972. color: #dbdbdb;
  973. }
  974. .metadata {
  975. color: #808084;
  976. }
  977. .text {
  978. color: #9e9e9e;
  979. }
  980. }
  981. .xdsoft_datetimepicker {
  982. background: #2a2e39;
  983. border: 1px solid #4c505c;
  984. color: #9e9e9e;
  985. .xdsoft_mounthpicker {
  986. height: 36px;
  987. background: #464c5d;
  988. margin: -2px -8px 2px;
  989. padding: 2px 8px 0;
  990. button {
  991. background-image: none;
  992. text-indent: 0;
  993. text-align: center;
  994. color: #9e9e9e;
  995. &.xdsoft_prev::before {
  996. content: "\f0d9";
  997. font: normal normal normal 14px/1 FontAwesome, serif;
  998. font-size: 1.7em;
  999. }
  1000. &.xdsoft_next::before {
  1001. content: "\f0da";
  1002. font: normal normal normal 14px/1 FontAwesome, serif;
  1003. font-size: 1.7em;
  1004. }
  1005. &.xdsoft_today_button::before {
  1006. content: "\f015";
  1007. font: normal normal normal 14px/1 FontAwesome, serif;
  1008. font-size: 1.4em;
  1009. }
  1010. }
  1011. & > div.xdsoft_label {
  1012. background: #464c5d;
  1013. i {
  1014. line-height: 14px;
  1015. background-image: none;
  1016. text-indent: 0;
  1017. text-align: center;
  1018. ::before {
  1019. content: "\f0dd";
  1020. font: normal normal normal 14px/1 FontAwesome, serif;
  1021. font-size: 0.7em;
  1022. }
  1023. }
  1024. .xdsoft_select {
  1025. background: #353945;
  1026. }
  1027. }
  1028. }
  1029. .xdsoft_datepicker .xdsoft_calendar {
  1030. td,
  1031. th {
  1032. border-color: #4c505c;
  1033. background-color: #2a2e39;
  1034. }
  1035. td.xdsoft_other_month,
  1036. td.xdsoft_disabled {
  1037. opacity: 0.8;
  1038. background: #a0cc75;
  1039. color: #000000;
  1040. }
  1041. }
  1042. }
  1043. .heatmap-color-0 {
  1044. background-color: #2d303b;
  1045. }
  1046. /* code mirror dark theme */
  1047. .CodeMirror {
  1048. color: #9daccc;
  1049. background-color: #2b2b2b;
  1050. border-top: 0;
  1051. div.CodeMirror-cursor {
  1052. border-left: 1px solid #9e9e9e;
  1053. }
  1054. .CodeMirror-gutters {
  1055. background-color: #2b2b2b;
  1056. }
  1057. ::selection,
  1058. ::-moz-selection,
  1059. .CodeMirror-selected {
  1060. background: #42402f !important;
  1061. }
  1062. &.cm-s-default,
  1063. &.cm-s-paper {
  1064. .cm-property {
  1065. color: #a0cc75;
  1066. }
  1067. .cm-header {
  1068. color: #9daccc;
  1069. }
  1070. .cm-quote {
  1071. color: #009900;
  1072. }
  1073. .cm-keyword {
  1074. color: #cc8a61;
  1075. }
  1076. .cm-atom {
  1077. color: #ef5e77;
  1078. }
  1079. .cm-number {
  1080. color: #ff5656;
  1081. }
  1082. .cm-def {
  1083. color: #e4e4e4;
  1084. }
  1085. .cm-variable-2 {
  1086. color: #00bdbf;
  1087. }
  1088. .cm-variable-3 {
  1089. color: #008855;
  1090. }
  1091. .cm-comment {
  1092. color: #8e9ab3;
  1093. }
  1094. .cm-string {
  1095. color: #a77272;
  1096. }
  1097. .cm-string-2 {
  1098. color: #ff5500;
  1099. }
  1100. .cm-meta,
  1101. .cm-qualifier {
  1102. color: #ffb176;
  1103. }
  1104. .cm-builtin {
  1105. color: #b7c951;
  1106. }
  1107. .cm-bracket {
  1108. color: #999977;
  1109. }
  1110. .cm-tag {
  1111. color: #f1d273;
  1112. }
  1113. .cm-attribute {
  1114. color: #bfcc70;
  1115. }
  1116. .cm-hr {
  1117. color: #999999;
  1118. }
  1119. .cm-url {
  1120. color: #c5cfd0;
  1121. }
  1122. .cm-link {
  1123. color: #d8c792;
  1124. }
  1125. .cm-error {
  1126. /* color: #ff6e00; */
  1127. color: #dbdbeb;
  1128. }
  1129. }
  1130. }