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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669
  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.header,
  314. .ui.breadcrumb .divider {
  315. color: #9e9e9e;
  316. }
  317. .ui.blue.label,
  318. .ui.blue.labels .label,
  319. .repository .segment.reactions .ui.label.basic.blue {
  320. background-color: #26577b !important;
  321. border-color: #26577b !important;
  322. }
  323. .ui.menu .item > .label {
  324. background: #565454;
  325. }
  326. .ui.blue.button,
  327. .ui.blue.buttons .button {
  328. background-color: #87ab63;
  329. }
  330. .ui.blue.button:hover,
  331. .ui.blue.buttons .button:hover {
  332. background-color: #a0cc75;
  333. }
  334. .ui.form input:not([type]),
  335. .ui.form input[type="date"],
  336. .ui.form input[type="datetime-local"],
  337. .ui.form input[type="email"],
  338. .ui.form input[type="file"],
  339. .ui.form input[type="number"],
  340. .ui.form input[type="password"],
  341. .ui.form input[type="search"],
  342. .ui.form input[type="tel"],
  343. .ui.form input[type="text"],
  344. .ui.form input[type="time"],
  345. .ui.form input[type="url"] {
  346. color: #9e9e9e;
  347. background: #404552;
  348. border: 2px solid #353945;
  349. }
  350. .ui.form input:not([type]):focus,
  351. .ui.form input[type="date"]:focus,
  352. .ui.form input[type="datetime-local"]:focus,
  353. .ui.form input[type="email"]:focus,
  354. .ui.form input[type="file"]:focus,
  355. .ui.form input[type="number"]:focus,
  356. .ui.form input[type="password"]:focus,
  357. .ui.form input[type="search"]:focus,
  358. .ui.form input[type="tel"]:focus,
  359. .ui.form input[type="text"]:focus,
  360. .ui.form input[type="time"]:focus,
  361. .ui.form input[type="url"]:focus {
  362. background: #404552;
  363. border: 2px solid #4b505f;
  364. color: #dbdbdb;
  365. }
  366. .ui.action.input:not([class*="left action"]) input:focus {
  367. border-right-color: #4b505f !important;
  368. }
  369. .ui.green.button,
  370. .ui.green.buttons .button {
  371. background-color: #87ab63;
  372. }
  373. .ui.green.button:hover,
  374. .ui.green.buttons .button:hover {
  375. background-color: #a0cc75;
  376. }
  377. .ui.button {
  378. background: #383c4a;
  379. border: 1px solid #4c505c;
  380. color: #dbdbdb;
  381. }
  382. .ui.labeled.button:not([class*="left labeled"]) > .label,
  383. .ui[class*="left labeled"].button > .button {
  384. background: #404552;
  385. border: 1px solid #4c505c;
  386. color: #87ab63;
  387. }
  388. .ui.button:hover {
  389. background-color: #404552;
  390. color: #dbdbdb;
  391. }
  392. .ui.table thead th,
  393. .ui.table > thead > tr > th {
  394. background: #404552 !important;
  395. color: #dbdbdb !important;
  396. }
  397. .repository.file.list #repo-files-table tr {
  398. background: #2a2e3a;
  399. }
  400. .repository.file.list #repo-files-table tr:hover {
  401. background-color: #393d4a !important;
  402. }
  403. .ui.table {
  404. color: #a5a5a5 !important;
  405. border-color: #4c505c;
  406. background: #353945;
  407. }
  408. .ui.table tbody tr {
  409. border-color: #333640;
  410. background: #2a2e3a;
  411. }
  412. .ui .text.grey {
  413. color: #a5a5a8 !important;
  414. }
  415. .ui.attached.table.segment {
  416. background: #353945;
  417. color: #dbdbdb !important;
  418. }
  419. .markdown:not(code) h2 {
  420. border-bottom: 1px solid #304251;
  421. }
  422. .ui.tabular.menu {
  423. border-bottom-color: rgba(187, 187, 187, .24);
  424. .item.active {
  425. border-top-color: transparent;
  426. border-left-color: transparent;
  427. border-right-color: transparent;
  428. background: #404552;
  429. color: #dbdbdb;
  430. }
  431. .item {
  432. color: #9e9e9e;
  433. }
  434. .item:hover {
  435. color: #dbdbdb;
  436. }
  437. &.navbar {
  438. .item.active {
  439. background: #383c4a;
  440. border-left-color: transparent;
  441. border-right-color: transparent;
  442. border-top: none;
  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 .comment .tag {
  573. color: #dbdbdb;
  574. border-color: rgb(152, 152, 152);
  575. }
  576. .repository.view.issue .comment-list .timeline-item .badge.badge-commit {
  577. background: radial-gradient(#383c4a 60%, transparent 60%) no-repeat;
  578. height: 0 !important;
  579. }
  580. .repository .comment.form .content .form:after {
  581. border-right-color: #313c47;
  582. }
  583. .repository .comment.form .content .form:before {
  584. border-right-color: #313c47;
  585. }
  586. .ui .text.grey a:hover {
  587. color: #dbdbdb !important;
  588. }
  589. .ui.basic.green.active.button,
  590. .ui.basic.green.buttons .active.button {
  591. color: #13ae38 !important;
  592. box-shadow: 0 0 0 1px #13ae38 inset !important;
  593. }
  594. .ui.form textarea,
  595. .ui.form textarea:focus {
  596. color: #dbdbdb;
  597. background: #404552;
  598. border: 2px solid #353945;
  599. }
  600. .ui.form textarea:focus {
  601. border: 1px solid #456580;
  602. }
  603. .ui .info.segment.top {
  604. background-color: #404552 !important;
  605. }
  606. .repository .diff-file-box .code-diff-unified tbody tr.del-code td {
  607. background-color: #3c2626 !important;
  608. border-color: #634343 !important;
  609. }
  610. .repository .diff-file-box .code-diff-unified tbody tr.add-code td {
  611. background-color: #283e2d !important;
  612. border-color: #314a37 !important;
  613. }
  614. .removed-code {
  615. background-color: #5f3737;
  616. }
  617. .added-code {
  618. background-color: #3a523a;
  619. }
  620. .hljs-title,
  621. .hljs-section,
  622. .hljs-selector-id {
  623. color: #986c88;
  624. }
  625. .hljs-string,
  626. .hljs-doctag {
  627. color: #8ab398;
  628. }
  629. .tag-code,
  630. .tag-code td {
  631. background: #242637 !important;
  632. border-color: transparent !important;
  633. }
  634. .ui.vertical.menu .active.item {
  635. background: #4b5162;
  636. }
  637. .ui.vertical.menu .item {
  638. background: #353945;
  639. }
  640. .ui.vertical.menu .header.item {
  641. background: #404552;
  642. }
  643. .ui.vertical.menu {
  644. background: #353945;
  645. border: 1px solid #333640;
  646. }
  647. .ui.repository.list .item:not(:first-child) {
  648. border-top: 1px solid #4c505c;
  649. }
  650. .ui .text.blue {
  651. color: #87ab63 !important;
  652. }
  653. .ui.selection.active.dropdown,
  654. .ui.selection.active.dropdown .menu {
  655. border-color: #4e5361;
  656. box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
  657. }
  658. .ui.selection.active.dropdown:hover,
  659. .ui.selection.active.dropdown:hover .menu {
  660. border-color: #4e5361;
  661. box-shadow: 0 2px 3px 0 rgba(34, 36, 38, .15);
  662. }
  663. .ui.selection.dropdown {
  664. background: #404552;
  665. border: 1px solid #404552;
  666. color: #9e9e9e;
  667. }
  668. .ui.menu .ui.dropdown .menu > .active.item {
  669. color: #dbdbdb !important;
  670. }
  671. .ui.card,
  672. .ui.cards > .card {
  673. background: #353945;
  674. box-shadow: 0 1px 3px 0 #4c505c, 0 0 0 1px #4c505c;
  675. }
  676. .ui.card > .content > .header,
  677. .ui.cards > .card > .content > .header {
  678. color: #dbdbdb;
  679. }
  680. .ui.card > .extra a:not(.ui),
  681. .ui.cards > .card > .extra a:not(.ui) {
  682. color: #87ab63;
  683. }
  684. .ui .text.black {
  685. color: #9e9e9e;
  686. }
  687. .ui .text.black:hover {
  688. color: #dbdbdb;
  689. }
  690. .ui.secondary.segment {
  691. background: #353945;
  692. }
  693. .ui.secondary.pointing.menu .active.item {
  694. color: #dbdbdb;
  695. border: 0;
  696. background: #383c4a;
  697. }
  698. .ui.user.list .item:not(:first-child) {
  699. border-top: 1px solid #4c505c;
  700. }
  701. .ui.secondary.pointing.menu .active.item:hover {
  702. border-color: #af8b4c;
  703. color: #dbdbdb;
  704. background: #4b5162;
  705. }
  706. .ui.secondary.pointing.menu .dropdown.item:hover,
  707. .ui.secondary.pointing.menu .link.item:hover,
  708. .ui.secondary.pointing.menu a.item:hover {
  709. color: #dbdbdb;
  710. }
  711. .ui.checkbox label,
  712. .ui.checkbox + label,
  713. .ui.form .field > label {
  714. color: #9e9e9e;
  715. }
  716. .ui.form .inline.field > label,
  717. .ui.form .inline.field > p,
  718. .ui.form .inline.fields .field > label,
  719. .ui.form .inline.fields .field > p,
  720. .ui.form .inline.fields > label {
  721. color: #9e9e9e;
  722. }
  723. .user.settings .email.list .item:not(:first-child) {
  724. border-top: 1px solid #3f4451;
  725. }
  726. .explore .navbar {
  727. background-color: #2a2e3a !important;
  728. }
  729. .ui.menu.new-menu {
  730. background-color: #2a2e3a !important;
  731. @media only screen and (max-width: 1200px) {
  732. &:after {
  733. background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%);
  734. }
  735. }
  736. }
  737. input {
  738. background: #2e323e;
  739. }
  740. .settings .key.list .item:not(:first-child) {
  741. border-top: 1px solid #404552;
  742. }
  743. .ui.attached.info.message,
  744. .ui.info.message {
  745. box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
  746. }
  747. .ui.bottom.attached.message {
  748. background-color: #2c662d;
  749. color: #87ab63;
  750. }
  751. .ui.bottom.attached.message .pull-right {
  752. color: #87ab63;
  753. }
  754. .ui.info.message {
  755. background-color: #2c3b4a;
  756. color: #9ebcc5;
  757. }
  758. .ui .warning.header {
  759. background-color: #5d3a22 !important;
  760. border-color: #794f31;
  761. }
  762. .ui.red.message {
  763. background-color: rgba(80, 23, 17, .6);
  764. color: #f9cbcb;
  765. box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
  766. }
  767. .ui.red.button,
  768. .ui.red.buttons .button {
  769. background-color: #7d3434;
  770. }
  771. .ui.red.button:hover,
  772. .ui.red.buttons .button:hover {
  773. background-color: #984646;
  774. }
  775. .ui.checkbox label:hover,
  776. .ui.checkbox + label:hover {
  777. color: #dbdbdb !important;
  778. }
  779. .ui.checkbox input:checked ~ .box:after,
  780. .ui.checkbox input:checked ~ label:after {
  781. color: #7f98ad;
  782. }
  783. .ui.checkbox input:checked ~ .box:before,
  784. .ui.checkbox input:checked ~ label:before {
  785. background: #304251;
  786. opacity: 1;
  787. color: #7f98ad;
  788. border-color: #304251;
  789. }
  790. .ui.checkbox .box:hover::before,
  791. .ui.checkbox label:hover::before {
  792. background: #304251;
  793. }
  794. .ui.checkbox .box:before,
  795. .ui.checkbox label:before {
  796. background: #304251;
  797. border: 1px solid #304251;
  798. }
  799. .ui.checkbox label:before {
  800. border-color: #476075;
  801. }
  802. .ui.checkbox .box:active::before,
  803. .ui.checkbox label:active::before {
  804. background: #304251;
  805. border-color: rgba(34, 36, 38, .35);
  806. }
  807. .ui.checkbox input:focus ~ .box:before,
  808. .ui.checkbox input:focus ~ label:before {
  809. border-color: #304251;
  810. background: #304251;
  811. }
  812. .ui.checkbox input:checked:focus ~ .box:before,
  813. .ui.checkbox input:checked:focus ~ label:before,
  814. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box:before,
  815. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:before {
  816. border-color: #304251;
  817. background: #304251;
  818. }
  819. .ui.checkbox input:checked:focus ~ .box:after,
  820. .ui.checkbox input:checked:focus ~ label:after,
  821. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ .box:after,
  822. .ui.checkbox input:not([type="radio"]):indeterminate:focus ~ label:after {
  823. color: #7f98ad;
  824. }
  825. .ui.checkbox input:focus ~ .box:after,
  826. .ui.checkbox input:focus ~ label,
  827. .ui.checkbox input:focus ~ label:after {
  828. color: #9a9a9a;
  829. }
  830. .ui.selection.dropdown:hover {
  831. border: 1px solid #456580;
  832. }
  833. .ui.selection.dropdown .menu > .item {
  834. border-top: 1px solid #313c47;
  835. }
  836. .ui.selection.visible.dropdown > .text:not(.default) {
  837. color: #9e9e9e;
  838. }
  839. .ui.positive.message {
  840. background-color: #0d491b;
  841. color: #87ab63;
  842. box-shadow: 0 0 0 1px #2d693b inset, 0 0 0 0 transparent;
  843. }
  844. .ui.negative.message {
  845. background-color: rgba(80, 23, 17, .6);
  846. color: #f9cbcb;
  847. box-shadow: 0 0 0 1px rgba(121, 71, 66, .5) inset, 0 0 0 0 transparent;
  848. }
  849. .hljs-tag,
  850. .hljs-name,
  851. .hljs-attribute {
  852. color: #ef5e77;
  853. }
  854. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  855. border-bottom: 1px solid #4c505c;
  856. }
  857. .hljs-number,
  858. .hljs-literal,
  859. .hljs-variable,
  860. .hljs-template-variable,
  861. .hljs-tag .hljs-attr {
  862. color: #bd84bf;
  863. }
  864. .ui.form .dropzone {
  865. border: 2px dashed #7f98ad;
  866. background-color: #2e323e;
  867. .dz-button {
  868. color: rgba(158, 158, 158, .8);
  869. }
  870. }
  871. .ui.form .dropzone:hover .dz-button {
  872. color: rgba(158, 158, 158, 1);
  873. }
  874. .ui.basic.red.button,
  875. .ui.basic.red.buttons .button {
  876. box-shadow: 0 0 0 1px #a04141 inset !important;
  877. color: #a04141 !important;
  878. }
  879. .ui.list .list > .item .header,
  880. .ui.list > .item .header {
  881. color: #dedede;
  882. }
  883. .ui.list .list > .item .description,
  884. .ui.list > .item .description {
  885. color: #9e9e9e;
  886. }
  887. .ui.user.list .item .description a {
  888. color: #668cb1;
  889. }
  890. .repository.file.list #repo-files-table tbody .svg.octicon-file-directory,
  891. .repository.file.list #repo-files-table tbody .svg.octicon-file-submodule {
  892. color: #7c9b5e;
  893. }
  894. .ui.blue.button:focus,
  895. .ui.blue.buttons .button:focus {
  896. background-color: #a27558;
  897. }
  898. .ui.basic.blue.button:hover,
  899. .ui.basic.blue.buttons .button:hover {
  900. box-shadow: 0 0 0 1px #87ab63 inset !important;
  901. color: #87ab63 !important;
  902. }
  903. .ui.basic.blue.button:focus,
  904. .ui.basic.blue.buttons .button:focus {
  905. box-shadow: 0 0 0 1px #87ab63 inset !important;
  906. color: #87ab63 !important;
  907. }
  908. .repository.labels .ui.basic.black.label {
  909. background-color: #bbbbbb !important;
  910. }
  911. .lines-commit {
  912. background: #2e323e !important;
  913. }
  914. .bottom-line {
  915. border-color: #4e525e !important;
  916. }
  917. .lines-num {
  918. background: #2e323e !important;
  919. color: #9e9e9e !important;
  920. border-color: #2d2d2d !important;
  921. }
  922. .lines-num pre,
  923. .lines-code pre,
  924. .lines-num ol,
  925. .lines-code ol,
  926. .lines-num .hljs,
  927. .lines-code .hljs {
  928. background-color: #2a2e3a !important;
  929. }
  930. td.blob-excerpt {
  931. background-color: rgba(0, 0, 0, .15);
  932. }
  933. .code-view .lines-code .active {
  934. background: #534d1b;
  935. }
  936. a.ui.label:hover,
  937. a.ui.labels .label:hover {
  938. background-color: #505667 !important;
  939. color: #dbdbdb !important;
  940. }
  941. .repository #commits-table td.sha .sha.label,
  942. .repository #repo-files-table .sha.label {
  943. border-color: #888;
  944. }
  945. .repository #commits-table td.sha .sha.label.isSigned .detail.icon,
  946. .repository #repo-files-table .sha.label.isSigned .detail.icon {
  947. background: none;
  948. border-left-color: #888;
  949. }
  950. .repository .ui.attached.message.isSigned.isVerified {
  951. background-color: #394829;
  952. color: #9e9e9e;
  953. &.message {
  954. color: #87ab63;
  955. .ui.text {
  956. color: #9e9e9e;
  957. }
  958. .pull-right {
  959. color: #87ab63;
  960. }
  961. }
  962. }
  963. .repository .ui.attached.message.isSigned.isVerifiedUntrusted {
  964. background-color: #4a3903;
  965. color: #9e9e9e;
  966. &.message {
  967. color: #c2c193;
  968. .ui.text {
  969. color: #9e9e9e;
  970. }
  971. .pull-right,
  972. a {
  973. color: #c2c193;
  974. }
  975. }
  976. }
  977. .repository .ui.attached.message.isSigned.isVerifiedUnmatched {
  978. background-color: #4e3321;
  979. color: #9e9e9e;
  980. &.message {
  981. color: #c2a893;
  982. .ui.text {
  983. color: #9e9e9e;
  984. }
  985. .pull-right,
  986. a {
  987. color: #c2a893;
  988. }
  989. }
  990. }
  991. .repository .ui.attached.message.isSigned.isWarning {
  992. background-color: rgba(80, 23, 17, .6);
  993. &.message {
  994. color: #d07d7d;
  995. .ui.text {
  996. color: #d07d7d;
  997. }
  998. .pull-right {
  999. color: #9e9e9e;
  1000. }
  1001. }
  1002. }
  1003. .repository .label.list .item {
  1004. border-bottom: 1px dashed #4c505c;
  1005. }
  1006. .ui.basic.blue.button,
  1007. .ui.basic.blue.buttons .button {
  1008. box-shadow: 0 0 0 1px #87ab63 inset !important;
  1009. color: #87ab63 !important;
  1010. }
  1011. .ui.text.yellow,
  1012. .yellow.icon.icon.icon {
  1013. color: #e4ac07 !important;
  1014. }
  1015. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1),
  1016. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
  1017. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
  1018. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4),
  1019. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(5),
  1020. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(6) {
  1021. background-color: #2a2e3a;
  1022. }
  1023. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4),
  1024. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(5),
  1025. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(6),
  1026. .repository .diff-file-box .code-diff-split tbody tr td.add-code {
  1027. background-color: #283e2d !important;
  1028. border-color: #314a37 !important;
  1029. }
  1030. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1),
  1031. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2),
  1032. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
  1033. .repository .diff-file-box .code-diff-split tbody tr td.del-code {
  1034. background-color: #3c2626 !important;
  1035. border-color: #634343 !important;
  1036. }
  1037. .ui.blue.button:active,
  1038. .ui.blue.buttons .button:active {
  1039. background-color: #a27558;
  1040. }
  1041. #git-graph-container li a {
  1042. color: #c79575;
  1043. }
  1044. #git-graph-container li .author {
  1045. color: #c79575;
  1046. }
  1047. .ui.header .sub.header {
  1048. color: #9e9e9e;
  1049. }
  1050. .ui.dividing.header {
  1051. border-bottom: 1px solid #4c505c;
  1052. }
  1053. .ui.modal > .header {
  1054. background: #404552;
  1055. color: #dbdbdb;
  1056. }
  1057. .ui.modal > .actions {
  1058. background: #404552;
  1059. border-top: 1px solid #404552;
  1060. }
  1061. .ui.modal > .content {
  1062. background: #383c4a;
  1063. }
  1064. .editor-toolbar {
  1065. background-color: #404552;
  1066. border-color: #7f98ad;
  1067. }
  1068. .edit-diff > div > .ui.table {
  1069. border-left-color: #404552 !important;
  1070. border-right-color: #404552 !important;
  1071. }
  1072. .editor-toolbar a {
  1073. color: #87ab63 !important;
  1074. }
  1075. .editor-toolbar a.active,
  1076. .editor-toolbar a:hover {
  1077. background: #2a2e3a;
  1078. border-color: transparent;
  1079. }
  1080. .editor-toolbar i.separator {
  1081. border-right-color: #7f98ad;
  1082. }
  1083. .repository .diff-detail-box {
  1084. background-color: #383c4a;
  1085. .detail-files {
  1086. background-color: inherit;
  1087. }
  1088. }
  1089. .comment-code-cloud {
  1090. border-color: #3a3a3a;
  1091. &:before {
  1092. border-bottom: 13px solid #5a5a5a;
  1093. }
  1094. .ui.attached.top.header {
  1095. background: none transparent;
  1096. border: 0;
  1097. }
  1098. .ui.active.tab {
  1099. &:not(.markdown) {
  1100. textarea:focus {
  1101. border: none;
  1102. }
  1103. background: #404552;
  1104. }
  1105. border-color: rgba(187, 187, 187, .24);
  1106. }
  1107. .footer {
  1108. border-top-color: #5a5a5a;
  1109. .markdown-info {
  1110. color: inherit;
  1111. }
  1112. }
  1113. }
  1114. .add-comment-left.add-comment-right .ui.attached.header {
  1115. border-color: #5d5c5c;
  1116. border-right: none;
  1117. }
  1118. .file-comment {
  1119. color: #888888;
  1120. }
  1121. .ui.comments .comment {
  1122. .author {
  1123. color: #dbdbdb;
  1124. }
  1125. .metadata {
  1126. color: #808084;
  1127. }
  1128. .text {
  1129. color: #9e9e9e;
  1130. }
  1131. }
  1132. body .xdsoft_datetimepicker {
  1133. background: #2a2e39;
  1134. border: 1px solid #4c505c;
  1135. color: #9e9e9e;
  1136. .xdsoft_monthpicker {
  1137. height: 36px;
  1138. background: #464c5d;
  1139. margin: -2px -8px 2px;
  1140. padding: 2px 8px 0;
  1141. button {
  1142. background-image: none;
  1143. text-indent: 0;
  1144. text-align: center;
  1145. color: #9e9e9e;
  1146. &.xdsoft_prev::before {
  1147. content: "\f0d9";
  1148. font: normal normal normal 14px/1 FontAwesome, serif;
  1149. font-size: 1.7em;
  1150. }
  1151. &.xdsoft_next::before {
  1152. content: "\f0da";
  1153. font: normal normal normal 14px/1 FontAwesome, serif;
  1154. font-size: 1.7em;
  1155. }
  1156. &.xdsoft_today_button::before {
  1157. content: "\f015";
  1158. font: normal normal normal 14px/1 FontAwesome, serif;
  1159. font-size: 1.4em;
  1160. }
  1161. }
  1162. & > div.xdsoft_label {
  1163. background: #464c5d;
  1164. i {
  1165. line-height: 14px;
  1166. background-image: none;
  1167. text-indent: 0;
  1168. text-align: center;
  1169. ::before {
  1170. content: "\f0dd";
  1171. font: normal normal normal 14px/1 FontAwesome, serif;
  1172. font-size: .7em;
  1173. }
  1174. }
  1175. .xdsoft_select {
  1176. background: #353945;
  1177. }
  1178. }
  1179. }
  1180. .xdsoft_datepicker .xdsoft_calendar {
  1181. td,
  1182. th {
  1183. border-color: #4c505c;
  1184. background-color: #2a2e39;
  1185. }
  1186. td.xdsoft_other_month,
  1187. td.xdsoft_disabled {
  1188. opacity: .8;
  1189. background: #a0cc75;
  1190. color: #000000;
  1191. }
  1192. }
  1193. }
  1194. .heatmap(@heat) {
  1195. @heatmap-cold: #2d303b;
  1196. @heatmap-hot: #a0cc75;
  1197. background-color: mix(@heatmap-hot, @heatmap-cold, @heat);
  1198. }
  1199. .heatmap-color-0 {
  1200. .heatmap(0%);
  1201. }
  1202. .heatmap-color-1 {
  1203. .heatmap(20%);
  1204. }
  1205. .heatmap-color-2 {
  1206. .heatmap(40%);
  1207. }
  1208. .heatmap-color-3 {
  1209. .heatmap(60%);
  1210. }
  1211. .heatmap-color-4 {
  1212. .heatmap(80%);
  1213. }
  1214. .heatmap-color-5 {
  1215. .heatmap(100%);
  1216. }
  1217. .activity-bar-graph {
  1218. background-color: #a0cc75;
  1219. color: #9e9e9e;
  1220. }
  1221. /* code mirror dark theme */
  1222. .CodeMirror {
  1223. color: #9daccc;
  1224. background-color: #2e323e;
  1225. border-color: #7f98ad;
  1226. border-top: 0;
  1227. div.CodeMirror-cursor {
  1228. border-left: 1px solid #9e9e9e;
  1229. }
  1230. .CodeMirror-gutters {
  1231. background-color: #2e323e;
  1232. }
  1233. ::selection,
  1234. ::-moz-selection,
  1235. .CodeMirror-selected {
  1236. background: #42402f !important;
  1237. }
  1238. &.cm-s-default,
  1239. &.cm-s-paper {
  1240. .cm-property {
  1241. color: #a0cc75;
  1242. }
  1243. .cm-header {
  1244. color: #9daccc;
  1245. }
  1246. .cm-quote {
  1247. color: #009900;
  1248. }
  1249. .cm-keyword {
  1250. color: #cc8a61;
  1251. }
  1252. .cm-atom {
  1253. color: #ef5e77;
  1254. }
  1255. .cm-number {
  1256. color: #ff5656;
  1257. }
  1258. .cm-def {
  1259. color: #e4e4e4;
  1260. }
  1261. .cm-variable-2 {
  1262. color: #00bdbf;
  1263. }
  1264. .cm-variable-3 {
  1265. color: #008855;
  1266. }
  1267. .cm-comment {
  1268. color: #8e9ab3;
  1269. }
  1270. .cm-string {
  1271. color: #a77272;
  1272. }
  1273. .cm-string-2 {
  1274. color: #ff5500;
  1275. }
  1276. .cm-meta,
  1277. .cm-qualifier {
  1278. color: #ffb176;
  1279. }
  1280. .cm-builtin {
  1281. color: #b7c951;
  1282. }
  1283. .cm-bracket {
  1284. color: #999977;
  1285. }
  1286. .cm-tag {
  1287. color: #f1d273;
  1288. }
  1289. .cm-attribute {
  1290. color: #bfcc70;
  1291. }
  1292. .cm-hr {
  1293. color: #999999;
  1294. }
  1295. .cm-url {
  1296. color: #c5cfd0;
  1297. }
  1298. .cm-link {
  1299. color: #d8c792;
  1300. }
  1301. .cm-error {
  1302. /* color: #ff6e00; */
  1303. color: #dbdbeb;
  1304. }
  1305. }
  1306. }
  1307. .ui.popup {
  1308. background-color: #383c4a;
  1309. color: #9e9e9e;
  1310. border-color: #9e9e9e;
  1311. &.top::before {
  1312. background-color: #383c4a;
  1313. }
  1314. }
  1315. .markdown:not(code) h1 {
  1316. border-bottom-color: #888;
  1317. }
  1318. .markdown:not(code) blockquote {
  1319. border-left-color: #888;
  1320. }
  1321. .markdown:not(code) code,
  1322. .markdown:not(code) tt {
  1323. background-color: #2a2e3a;
  1324. }
  1325. footer .container .links > * {
  1326. border-left-color: #888;
  1327. }
  1328. .repository.file.list #repo-files-table tbody .svg {
  1329. color: #9e9e9e;
  1330. }
  1331. .repository.release #release-list > li .detail {
  1332. border-left-color: #888;
  1333. }
  1334. .repository.release #release-list > li .detail .dot {
  1335. background-color: #888;
  1336. }
  1337. .tribute-container {
  1338. box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .6);
  1339. }
  1340. .tribute-container ul {
  1341. background: #2d303b !important;
  1342. }
  1343. .tribute-container li.highlight,
  1344. .tribute-container li:hover {
  1345. background: #728e5e !important;
  1346. }