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

arc-green.less 27KB

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