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.

theme-arc-green.less 31KB

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