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 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  1. @import "_base";
  2. .hljs {
  3. display: block;
  4. overflow-x: auto;
  5. padding: 0.5em;
  6. color: #bababa;
  7. }
  8. .repository.file.list .non-diff-file-content .code-view .lines-num, .repository.file.list .non-diff-file-content .code-view .lines-code ol {
  9. background-color: #2b2b2b !important;
  10. }
  11. .hljs-strong, .hljs-emphasis {
  12. color: #a8a8a2;
  13. }
  14. .hljs-bullet, .hljs-quote, .hljs-link, .hljs-number, .hljs-regexp, .hljs-literal {
  15. color: #6896ba;
  16. }
  17. .hljs-code, .hljs-selector-class {
  18. color: #a6e22e;
  19. }
  20. .hljs-emphasis {
  21. font-style: italic;
  22. }
  23. .hljs-keyword, .hljs-selector-tag, .hljs-section, .hljs-attribute, .hljs-name, .hljs-variable {
  24. color: #cb7832;
  25. }
  26. .hljs-params {
  27. color: #b9b9b9;
  28. }
  29. .hljs-string {
  30. color: #6a8759;
  31. }
  32. .hljs-subst, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-symbol, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-template-tag, .hljs-template-variable, .hljs-addition {
  33. color: #e0c46c;
  34. }
  35. .hljs-comment, .hljs-deletion, .hljs-meta {
  36. color: #7f7f7f;
  37. }
  38. .repository .ui.segment.sub-menu .list .item a {
  39. color:#dbdbdb;
  40. }
  41. .ui.horizontal.segments > .segment {
  42. background-color: #383c4a;
  43. }
  44. body {
  45. background: #383c4a;
  46. color: #9e9e9e;
  47. }
  48. a {
  49. color: #87ab63;
  50. }
  51. a:hover {
  52. color: #a0cc75;
  53. }
  54. .ui.card>.extra a:not(.ui):hover, .ui.cards>.card>.extra a:not(.ui):hover {
  55. color: #a0cc75;
  56. }
  57. .ui.breadcrumb a:hover {
  58. color: #a0cc75;
  59. }
  60. .ui.breadcrumb a {
  61. color: #87ab63;
  62. }
  63. .repository .metas .ui.list a .text {
  64. color: #87ab63;
  65. }
  66. .repository .metas .ui.list a .text:hover {
  67. color: #a0cc75;
  68. }
  69. .repository .label.list .item a {
  70. color: #87ab63;
  71. }
  72. .repository .label.list .item a:hover {
  73. color: #a0cc75;
  74. }
  75. .repository .milestone.list > .item > a {
  76. color: #87ab63;
  77. }
  78. .repository .milestone.list > .item > a:hover {
  79. color: #a0cc75;
  80. }
  81. .repository.release #release-list {
  82. border-top: 1px solid #4c505c;
  83. }
  84. .repository .milestone.list > .item .operate > a {
  85. color: #87ab63;
  86. }
  87. .repository .milestone.list > .item .operate > a:hover {
  88. color: #a0cc75;
  89. }
  90. .ui.green.progress .bar {
  91. background-color: #668844;
  92. }
  93. .ui.progress.success .bar {
  94. background-color: #7b9e57!important;
  95. }
  96. .following.bar.light {
  97. background: #2e323e;
  98. }
  99. .ui.secondary.menu .active.item {
  100. color: #dbdbdb;
  101. }
  102. .ui.secondary.menu .item {
  103. color: #9e9e9e;
  104. }
  105. .following.bar .top.menu a.item:hover {
  106. color: #fff;
  107. }
  108. .repository.view.issue .comment-list .comment .content > .bottom.segment a {
  109. border: solid 1px #353945;
  110. background-color: #353945;
  111. }
  112. .following.bar.light {
  113. border-bottom: 1px solid #313131;
  114. }
  115. .ui.attached.header {
  116. background: #404552;
  117. border: 1px solid #404552;
  118. color: #dbdbdb;
  119. }
  120. .ui.attached.table {
  121. border: 1px solid #304251;
  122. background: #304251;
  123. }
  124. .feeds .list ul li:not(:last-child) {
  125. border-bottom: 1px solid #333640;
  126. }
  127. .feeds .list ul li.private {
  128. background: #353945;
  129. border: 1px solid #333640;
  130. }
  131. .ui.secondary.menu .dropdown.item:hover, .ui.secondary.menu .link.item:hover, .ui.secondary.menu a.item:hover {
  132. color: #fff;
  133. }
  134. .ui.menu .ui.dropdown .menu>.item {
  135. background: #2c303a !important;
  136. color: #9e9e9e !important;
  137. }
  138. .ui.secondary.menu .dropdown.item>.menu, .ui.text.menu .dropdown.item>.menu {
  139. border: 1px solid #434444;
  140. }
  141. footer {
  142. background: #2e323e;
  143. border-top: 1px solid #313131;
  144. }
  145. .ui.menu .dropdown.item .menu {
  146. background: #2c303a;
  147. }
  148. .ui.menu .ui.dropdown .menu>.item:hover, .ui.menu .ui.dropdown .menu>.selected.item {
  149. color: #fff!important;
  150. }
  151. .ui.dropdown .menu>.header {
  152. color: #dbdbdb;
  153. }
  154. .ui.red.label, .ui.red.labels .label {
  155. background-color: #7d3434!important;
  156. border-color: #8a2121!important;
  157. }
  158. .ui.menu {
  159. background: #404552;
  160. border: 1px solid #353945;
  161. }
  162. .ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover {
  163. color: #dbdbdb;
  164. background: #4B5162;
  165. }
  166. .ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover {
  167. color: #dbdbdb;
  168. background: #454b5a;
  169. }
  170. .ui.menu .active.item {
  171. background: #4B5162;
  172. color: #dbdbdb;
  173. }
  174. .ui.input input {
  175. background: #404552;
  176. border: 2px solid #353945;
  177. color: #dbdbdb;
  178. }
  179. .ui.input input:focus, .ui.input.focus input {
  180. background: #404552;
  181. border: 2px solid #353945;
  182. color: #dbdbdb;
  183. }
  184. .ui.accordion .title:not(.ui) {
  185. color: #dbdbdb;
  186. }
  187. .ui.label {
  188. color: #dbdbdb;
  189. background-color: #404552;
  190. }
  191. .issue.list > .item .title {
  192. color: #87ab63;
  193. }
  194. .issue.list > .item .title:hover {
  195. color: #a0cc75;
  196. }
  197. .issue.list > .item {
  198. border-bottom: 1px dashed #475767;
  199. }
  200. .ui.green.label, .ui.green.labels .label, .ui.basic.green.label {
  201. background-color: #2d693b!important;
  202. border-color: #2d693b!important;
  203. }
  204. .ui.basic.green.labels a.label:hover, a.ui.basic.green.label:hover {
  205. background-color: #16ab39 !important;
  206. border-color: #16ab39 !important;
  207. color: #fff !important;
  208. }
  209. .issue.list > .item .comment {
  210. color: #129c92;
  211. }
  212. .ui.basic.button, .ui.basic.buttons .button {
  213. color: #797979!important;
  214. }
  215. .ui.basic.red.active.button, .ui.basic.red.buttons .active.button {
  216. box-shadow: 0 0 0 1px #c75252 inset!important;
  217. color: #c75252!important;
  218. }
  219. .ui.basic.button:focus, .ui.basic.button:hover, .ui.basic.buttons .button:focus, .ui.basic.buttons .button:hover {
  220. background: transparent!important;
  221. color: #dbdbdb!important;
  222. }
  223. .ui.menu .item {
  224. background: #404552;
  225. color: #9e9e9e;
  226. }
  227. .ui.menu .item.disabled, .ui.menu .item.disabled:hover {
  228. color: #626773;
  229. }
  230. .ui.pagination.menu .active.item {
  231. color: #dbdbdb;
  232. background-color: #87ab63;
  233. }
  234. .repository .header-wrapper {
  235. background-color: #2a2e3a;
  236. }
  237. .ui.tabular.menu .active.item {
  238. background: #383c4a;
  239. color: #dbdbdb;
  240. border-left: 1px solid transparent;
  241. border-right: 1px solid transparent;
  242. border-top: none;
  243. }
  244. .ui.tabular.menu .item {
  245. color: #9e9e9e;
  246. }
  247. .ui.tabular.menu .item:hover {
  248. color: #dbdbdb;
  249. }
  250. .ui.header, .ui.breadcrumb .divider {
  251. color: #9e9e9e;
  252. }
  253. .ui.blue.label, .ui.blue.labels .label {
  254. background-color: #26577b!important;
  255. border-color: #26577b!important;
  256. }
  257. .ui.menu .item>.label {
  258. background: #565454;
  259. }
  260. .ui.blue.button, .ui.blue.buttons .button {
  261. background-color: #87ab63;
  262. }
  263. .ui.blue.button:hover, .ui.blue.buttons .button:hover {
  264. background-color: #a0cc75;
  265. }
  266. .ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=number] {
  267. background: #404552;
  268. border: 2px solid #353945;
  269. }
  270. .ui.form input:not([type]):focus, .ui.form input[type=text]:focus, .ui.form input[type=email]:focus, .ui.form input[type=search]:focus, .ui.form input[type=password]:focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus, .ui.form input[type=number]:focus {
  271. background: #404552;
  272. border: 2px solid #4b505f;
  273. color: #dbdbdb;
  274. }
  275. .ui.action.input:not([class*="left action"]) input:focus {
  276. border-right-color: #4b505f!important;
  277. }
  278. .ui.green.button, .ui.green.buttons .button {
  279. background-color: #87ab63;
  280. }
  281. .ui.green.button:hover, .ui.green.buttons .button:hover {
  282. background-color: #a0cc75;
  283. }
  284. .ui.button {
  285. background: #383c4a;
  286. border: 1px solid #4c505c;
  287. color: #dbdbdb;
  288. }
  289. .ui.labeled.button:not([class*="left labeled"])>.label, .ui[class*="left labeled"].button>.button {
  290. background: #404552;
  291. border: 1px solid #4c505c;
  292. color: #87ab63;
  293. }
  294. .ui.button:hover {
  295. background-color: #404552;
  296. color: #dbdbdb;
  297. }
  298. .ui.table thead th {
  299. background: #404552;
  300. color: #dbdbdb;
  301. }
  302. .repository.file.list #repo-files-table tr:hover {
  303. background-color: #393d4a;
  304. }
  305. .ui.table {
  306. color: #a5a5a5!important;
  307. border: 1px solid #4c505c;
  308. background: #353945;
  309. }
  310. .ui.table tbody tr {
  311. border-bottom: 1px solid #333640;
  312. background: #2a2e3a;
  313. }
  314. .ui .text.grey {
  315. color: #808084 !important;
  316. }
  317. .ui.attached.table.segment {
  318. background: #353945;
  319. color: #dbdbdb!important;
  320. }
  321. .markdown:not(code) h2 {
  322. border-bottom: 1px solid #304251;
  323. }
  324. .hljs, .hljs-keyword, .hljs-selector-tag, .hljs-subst {
  325. color: #9daccc;
  326. }
  327. .markdown:not(code) .highlight pre, .markdown:not(code) pre {
  328. background-color: #2a2e3a;
  329. border: 1px solid #404552;
  330. }
  331. .markdown:not(code) table tr:nth-child(2n) {
  332. background-color: #474d61;
  333. }
  334. .ui.dropdown .menu {
  335. background: #2c303a;
  336. }
  337. .ui.dropdown .menu>.message:not(.ui) {
  338. color: rgb(99, 99, 99);
  339. }
  340. .ui.input {
  341. color: #dbdbdb;
  342. }
  343. .overflow.menu .items .item {
  344. color: #9d9d9d;
  345. }
  346. .overflow.menu .items .item:hover {
  347. color: #dbdbdb;
  348. }
  349. .ui.segment {
  350. background: #353945;
  351. color: #9e9e9e!important;
  352. border: 1px solid #404552;
  353. }
  354. .ui.active.button:active, .ui.button:active, .ui.button:focus {
  355. background-color: #2e3e4e;
  356. color: #dbdbdb;
  357. }
  358. .ui.dropdown .menu .selected.item, .ui.dropdown.selected {
  359. color: #dbdbdb;
  360. }
  361. .ui.dropdown .menu>.item:hover {
  362. color: #dbdbdb;
  363. }
  364. .ui.dropdown .menu>.item {
  365. color: #9e9e9e;
  366. }
  367. .ui.attached.segment {
  368. border: 1px solid #404552;
  369. }
  370. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  371. background: #353945;
  372. }
  373. .repository.view.issue .comment-list .comment .content .header {
  374. color: #dbdbdb;
  375. background-color: #404552;
  376. border-bottom: 1px solid #353944;
  377. }
  378. .ui .text.grey a {
  379. color: #b3b3b3 !important;
  380. }
  381. .ui.comments .comment .actions a {
  382. color: #dbdbdb;
  383. }
  384. .repository.view.issue .comment-list .comment .content .header:after {
  385. border-right-color: #404552;
  386. }
  387. .repository.new.issue .comment.form .content:after {
  388. border-right-color: #353945;
  389. }
  390. .repository.view.issue .comment-list .comment .content .header:before {
  391. border-right-color: #404552;
  392. }
  393. .repository.new.issue .comment.form .content:before {
  394. border-right-color: #353945;
  395. }
  396. .repository.view.issue .comment-list:before {
  397. background-color: #313c47;
  398. }
  399. .repository .comment.form .content .form:after {
  400. border-right-color: #313c47;
  401. }
  402. .repository .comment.form .content .form:before {
  403. border-right-color: #313c47;
  404. }
  405. .ui .text.grey a {
  406. color: #dbdbdb !important;
  407. }
  408. .ui .text.grey a:hover {
  409. color: #dbdbdb !important;
  410. }
  411. .ui.basic.green.active.button, .ui.basic.green.buttons .active.button {
  412. color: #13ae38!important;
  413. }
  414. .ui.form textarea, .ui.form textarea:focus {
  415. background: #1a2632;
  416. border: 1px solid #313c47;
  417. color: #dbdbdb;
  418. }
  419. .ui.form textarea:focus {
  420. border: 1px solid #456580;
  421. }
  422. .ui .info.segment.top {
  423. background-color: #404552 !important;
  424. }
  425. .repository .diff-file-box .code-diff-unified tbody tr.del-code td {
  426. background-color: #3c2626 !important;
  427. border-color: #634343 !important;
  428. }
  429. .repository .diff-file-box .code-diff-unified tbody tr.add-code td {
  430. background-color: rgb(40, 62, 45) !important;
  431. border-color: #314a37 !important;
  432. }
  433. .repository .diff-file-box .code-diff tbody tr .added-code {
  434. background-color: #3a523a;
  435. }
  436. .repository .diff-file-box .code-diff .lines-num {
  437. border-right: 1px solid #2d2d2d;
  438. }
  439. .repository .diff-file-box .file-body.file-code .lines-num {
  440. color: #9e9e9e;
  441. background: #2e323e;
  442. }
  443. .repository .diff-file-box .code-diff tbody tr.tag-code td, .repository .diff-file-box .code-diff tbody tr td.tag-code {
  444. border-color: #2d2d2d !important;
  445. }
  446. .repository .diff-file-box .file-body.file-code .lines-num-old {
  447. border-right: 1px solid #2d2d2d;
  448. }
  449. .hljs-title, .hljs-section, .hljs-selector-id {
  450. color: #986c88;
  451. }
  452. .hljs-string, .hljs-doctag {
  453. color: #949494;
  454. }
  455. .repository .diff-file-box .code-diff tbody tr .removed-code {
  456. background-color: #5f3737;
  457. }
  458. .repository .diff-file-box .code-diff tbody tr.tag-code td, .repository .diff-file-box .code-diff tbody tr td.tag-code {
  459. background-color: #292727 !important;
  460. }
  461. .ui.vertical.menu .active.item {
  462. background: #4B5162;
  463. }
  464. .ui.vertical.menu .item {
  465. background: #353945;
  466. }
  467. .ui.vertical.menu .header.item {
  468. background: #404552;
  469. }
  470. .ui.vertical.menu {
  471. background: #353945;
  472. border: 1px solid #333640;
  473. }
  474. .ui.repository.list .item:not(:first-child) {
  475. border-top: 1px solid #4c505c;
  476. }
  477. .ui .text.blue {
  478. color: #87ab63 !important;
  479. }
  480. .ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
  481. border-color: #4e5361;
  482. box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
  483. }
  484. .ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu {
  485. border-color: #4e5361;
  486. box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
  487. }
  488. .ui.selection.dropdown {
  489. background: #404552;
  490. border: 1px solid rgb(64, 69, 82);
  491. color: #9e9e9e;
  492. }
  493. .ui.menu .ui.dropdown .menu>.active.item {
  494. color: #dbdbdb !important;
  495. }
  496. .ui.tabular.menu {
  497. border-bottom: 1px solid #313c47;
  498. }
  499. .ui.card, .ui.cards>.card {
  500. background: #353945;
  501. box-shadow: 0 1px 3px 0 #4c505c, 0 0 0 1px #4c505c;
  502. }
  503. .ui.card>.content>.header, .ui.cards>.card>.content>.header {
  504. color: #dbdbdb;
  505. }
  506. .ui.card>.extra a:not(.ui), .ui.cards>.card>.extra a:not(.ui) {
  507. color: #87ab63;
  508. }
  509. .ui .text.black {
  510. color: #9e9e9e;
  511. }
  512. .ui .text.black:hover {
  513. color: #dbdbdb;
  514. }
  515. .ui.secondary.segment {
  516. background: #353945;
  517. }
  518. .ui.secondary.pointing.menu .active.item {
  519. border-color: #87ab63;
  520. color: #dbdbdb;
  521. background: #404552;
  522. }
  523. .ui.user.list .item:not(:first-child) {
  524. border-top: 1px solid #4c505c;
  525. }
  526. .ui.secondary.pointing.menu .active.item:hover {
  527. border-color: #af8b4c;
  528. color: #dbdbdb;
  529. background: #4b5162;
  530. }
  531. .ui.secondary.pointing.menu .dropdown.item:hover, .ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu a.item:hover {
  532. color: #dbdbdb;
  533. }
  534. .ui.checkbox label, .ui.checkbox+label, .ui.form .field>label {
  535. color: #9e9e9e;
  536. }
  537. .ui.form .inline.field>label, .ui.form .inline.field>p, .ui.form .inline.fields .field>label, .ui.form .inline.fields .field>p, .ui.form .inline.fields>label {
  538. color: #9e9e9e;
  539. }
  540. .user.settings .email.list .item:not(:first-child) {
  541. border-top: 1px solid #3f4451;
  542. }
  543. .explore .navbar {
  544. background-color: #2a2e3a!important;
  545. }
  546. .ui.menu.new-menu {
  547. background-color: #2a2e3a!important;
  548. @media only screen and (max-width: 1200px) {
  549. &:after {
  550. background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%);
  551. }
  552. }
  553. }
  554. input {
  555. background: #2e323e;
  556. }
  557. .ui.secondary.pointing.menu .active.item {
  558. border: none;
  559. background: #383c4a;
  560. }
  561. .settings .key.list .item:not(:first-child) {
  562. border-top: 1px solid #404552;
  563. }
  564. .ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=number] {
  565. color: #9e9e9e;
  566. }
  567. .ui.attached.info.message, .ui.info.message {
  568. box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
  569. }
  570. .ui.bottom.attached.message {
  571. background-color: #2c662d;
  572. color: #87ab63;
  573. }
  574. .ui.bottom.attached.message .pull-right {
  575. color: #87ab63;
  576. }
  577. .ui.info.message {
  578. background-color: #2c3b4a;
  579. color: #9ebcc5;
  580. }
  581. .CodeMirror div.CodeMirror-cursor {
  582. border-left: 1px solid #9e9e9e;
  583. }
  584. .ui .warning.header {
  585. background-color: #5d3a22 !important;
  586. border-color: #794f31;
  587. }
  588. .ui.red.message {
  589. background-color: rgba(80, 23, 17, 0.6);
  590. color: #f9cbcb;
  591. box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
  592. }
  593. .ui.red.button, .ui.red.buttons .button {
  594. background-color: #7d3434;
  595. }
  596. .ui.red.button:hover, .ui.red.buttons .button:hover {
  597. background-color: #984646;
  598. }
  599. .ui.checkbox label:hover, .ui.checkbox+label:hover {
  600. color: #dbdbdb !important;
  601. }
  602. .ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
  603. color: rgb(127, 152, 173);
  604. }
  605. .ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
  606. background: #304251;
  607. }
  608. .ui.checkbox .box:hover::before, .ui.checkbox label:hover::before {
  609. background: #304251;
  610. }
  611. .ui.checkbox .box:before, .ui.checkbox label:before {
  612. background: #304251;
  613. border: 1px solid #304251;
  614. }
  615. .ui.checkbox .box:active::before, .ui.checkbox label:active::before {
  616. background: #304251;
  617. border-color: rgba(34,36,38,.35);
  618. }
  619. .ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
  620. border-color: #304251;
  621. background: #304251;
  622. }
  623. .ui.checkbox input:focus~.box:before, .ui.checkbox input:focus~label:before {
  624. border-color: #304251;
  625. background: #304251;
  626. }
  627. .ui.checkbox input:checked:focus~.box:before, .ui.checkbox input:checked:focus~label:before, .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before, .ui.checkbox input:not([type=radio]):indeterminate:focus~label:before {
  628. border-color: #304251;
  629. background: #304251;
  630. }
  631. .ui.checkbox input:checked~.box:after, .ui.checkbox input:checked~label:after {
  632. opacity: 1;
  633. color: rgb(127, 152, 173);
  634. }
  635. .ui.checkbox input:checked:focus~.box:after, .ui.checkbox input:checked:focus~label:after, .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after, .ui.checkbox input:not([type=radio]):indeterminate:focus~label:after {
  636. color: rgb(127, 152, 173);
  637. }
  638. .ui.checkbox input:focus~.box:after, .ui.checkbox input:focus~label, .ui.checkbox input:focus~label:after {
  639. color: #9a9a9a;
  640. }
  641. .ui.selection.dropdown:hover {
  642. border-color: rgba(34,36,38,.35);
  643. border: 1px solid #456580;
  644. }
  645. .ui.selection.dropdown .menu>.item {
  646. border-top: 1px solid #313c47;
  647. }
  648. .ui.selection.visible.dropdown>.text:not(.default) {
  649. color: #9e9e9e;
  650. }
  651. .ui.negative.message {
  652. background-color: rgba(80, 23, 17, 0.6);
  653. color: #f9cbcb;
  654. box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
  655. }
  656. .hljs-tag, .hljs-name, .hljs-attribute {
  657. color: #ef5e77;
  658. }
  659. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  660. border-bottom: 1px solid #4c505c;
  661. }
  662. .ui.form textarea, .ui.form textarea:focus {
  663. background: #404552;
  664. border: 2px solid #353945;
  665. }
  666. .hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-tag .hljs-attr {
  667. color: #bd84bf;
  668. }
  669. .hljs-string, .hljs-doctag {
  670. color: #8ab398;
  671. }
  672. .ui.form .dropzone {
  673. border: 2px dashed #4c505c;
  674. }
  675. .ui.basic.red.button, .ui.basic.red.buttons .button {
  676. box-shadow: 0 0 0 1px #a04141 inset!important;
  677. color: #a04141!important;
  678. }
  679. .ui.list .list>.item .header, .ui.list>.item .header {
  680. color: #dedede;
  681. }
  682. .ui.list .list>.item .description, .ui.list>.item .description {
  683. color: #9e9e9e;
  684. }
  685. .ui.user.list .item .description a {
  686. color: #668cb1;
  687. }
  688. .repository.file.list #file-content .code-view .lines-num {
  689. background: #2e323e;
  690. }
  691. .repository.file.list #repo-files-table tbody .octicon.octicon-file-directory, .repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
  692. color: #7c9b5e;
  693. }
  694. .ui.blue.button:focus, .ui.blue.buttons .button:focus {
  695. background-color: #87ab63;
  696. }
  697. .ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:hover {
  698. box-shadow: 0 0 0 1px #87ab63 inset!important;
  699. color: #87ab63!important;
  700. }
  701. .ui.basic.blue.button:focus, .ui.basic.blue.buttons .button:focus {
  702. box-shadow: 0 0 0 1px #87ab63 inset!important;
  703. color: #87ab63!important;
  704. }
  705. .repository.file.list #file-content .code-view .lines-num pre, .repository.file.list #file-content .code-view .lines-code pre, .repository.file.list #file-content .code-view .lines-num ol, .repository.file.list #file-content .code-view .lines-code ol, .repository.file.list #file-content .code-view .lines-num .hljs, .repository.file.list #file-content .code-view .lines-code .hljs {
  706. background-color: #2a2e3a;
  707. }
  708. a.ui.label:hover, a.ui.labels .label:hover {
  709. background-color: #505667;
  710. color: rgb(219, 219, 219);
  711. }
  712. .repository .label.list .item {
  713. border-bottom: 1px dashed #4c505c;
  714. }
  715. .repository.file.list #file-content .code-view .lines-num {
  716. background: #2e323e;
  717. }
  718. .repository.file.list #repo-files-table tbody .octicon.octicon-file-directory, .repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
  719. color: #7c9b5e;
  720. }
  721. .ui.basic.blue.button, .ui.basic.blue.buttons .button {
  722. box-shadow: 0 0 0 1px #a27558 inset !important;
  723. color: #a27558 !important;
  724. }
  725. .repository.file.list #file-content .code-view .lines-num pre, .repository.file.list #file-content .code-view .lines-code pre, .repository.file.list #file-content .code-view .lines-num ol, .repository.file.list #file-content .code-view .lines-code ol, .repository.file.list #file-content .code-view .lines-num .hljs, .repository.file.list #file-content .code-view .lines-code .hljs {
  726. background-color: #2a2e3a;
  727. }
  728. a.ui.label:hover, a.ui.labels .label:hover {
  729. background-color: #505667;
  730. color: rgb(219, 219, 219);
  731. }
  732. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1), .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4) {
  733. background-color: #2a2e3a;
  734. }
  735. .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3), .repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4), .repository .diff-file-box .code-diff-split tbody tr td.add-code {
  736. background-color: #283e2d !important;
  737. border-color: #314a37 !important;
  738. }
  739. .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1), .repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2), .repository .diff-file-box .code-diff-split tbody tr td.del-code {
  740. background-color: #3c2626 !important;
  741. border-color: #634343 !important;
  742. }
  743. .ui.blue.button:focus, .ui.blue.buttons .button:focus {
  744. background-color: #a27558;
  745. }
  746. .ui.blue.button:active, .ui.blue.buttons .button:active {
  747. background-color: #a27558;
  748. }
  749. #git-graph-container li a {
  750. color: #c79575;
  751. }
  752. #git-graph-container li .author {
  753. color: #c79575;
  754. }
  755. .ui.header .sub.header {
  756. color: #9e9e9e;
  757. }
  758. .ui.dividing.header {
  759. border-bottom: 1px solid #4c505c;
  760. }
  761. .ui.modal>.header {
  762. background: #404552;
  763. color: #dbdbdb;
  764. }
  765. .ui.modal>.actions {
  766. background: #404552;
  767. border-top: 1px solid #404552;
  768. }
  769. .ui.modal>.content {
  770. background: #383c4a;
  771. }
  772. .ui.basic.blue.button, .ui.basic.blue.buttons .button {
  773. box-shadow: 0 0 0 1px #87ab63 inset!important;
  774. color: #87ab63!important;
  775. }
  776. .editor-toolbar {
  777. background-color: #404552;
  778. a {
  779. color: #87ab63 !important;
  780. }
  781. }
  782. .CodeMirror {
  783. color: #9daccc;
  784. background-color: #2b2b2b;
  785. border-top: none;
  786. }
  787. .CodeMirror-gutters{
  788. background-color: #2b2b2b;
  789. }
  790. .repository .diff-detail-box {
  791. background-color: #383c4a;
  792. .detail-files {
  793. background-color: inherit;
  794. }
  795. }
  796. .comment-code-cloud {
  797. .ui.attached.tabular.menu {
  798. background: none transparent;
  799. border: none;
  800. }
  801. .footer .markdown-info {
  802. color: inherit;
  803. }
  804. }
  805. .file-comment {
  806. color: #888;
  807. }
  808. .ui.comments .comment {
  809. .author {
  810. color: #dbdbdb;
  811. }
  812. .metadata {
  813. color: #808084;
  814. }
  815. .text {
  816. color: #9e9e9e;
  817. }
  818. }
  819. .heatmap-color-0 {
  820. background-color: #2d303b;
  821. }