dark-theme.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. /* Main */
  2. body {
  3. background-color: #1d1f21 !important;
  4. color: #e0e0e0;
  5. }
  6. body:not(.full-width) {
  7. background-color: #1d1f21 !important;
  8. }
  9. footer {
  10. background-color: #282a2e;
  11. color: #e0e0e0;
  12. border-top: 1px solid #373b41;
  13. margin-top: 0 !important;
  14. }
  15. footer .container .fa {
  16. color: #81a2be;
  17. }
  18. a {
  19. color: #81a2be;
  20. }
  21. a:hover {
  22. color: #81a2be;
  23. opacity: 0.6;
  24. }
  25. hr {
  26. background-color: #e0e0e0 !important;
  27. }
  28. .full.height {
  29. padding-top: 53px;
  30. margin: 0 0 -40px 0;
  31. }
  32. .following.bar.light {
  33. position: fixed;
  34. top: 0px;
  35. }
  36. .ui.attached.header .right .button {
  37. color: white !important;
  38. }
  39. .ui.top.attached.header {
  40. background: #2f3233 !important;
  41. color: #e7e7e7 !important;
  42. border-color: #353636 !important;
  43. }
  44. .ui.table thead th {
  45. background: #2f3233 !important;
  46. color: #e7e7e7 !important;
  47. border-color: #353636 !important;
  48. }
  49. .three.wide.text.grey.right.age,
  50. .time-since.poping.up {
  51. color: #e7e7e7 !important;
  52. }
  53. .ui.dropdown .menu {
  54. background: #333131 !important;
  55. }
  56. /* Navigation */
  57. .ui.menu .ui.dropdown .menu > .item {
  58. color: rgba(255, 255, 255, 0.9) !important;
  59. }
  60. .following.bar.light {
  61. background-color: #282a2e;
  62. border-bottom: 1px solid #373b41;
  63. }
  64. .ui.secondary.menu .active.item {
  65. color: #e0e0e0;
  66. background-color: #1d1f21;
  67. font-weight: bold;
  68. }
  69. .ui.secondary.menu .active.item:hover {
  70. background-color: #1d1f21 !important;
  71. }
  72. .ui.menu .item {
  73. color: #e0e0e0;
  74. }
  75. .ui.menu {
  76. background: #282a2e;
  77. border: none;
  78. }
  79. .repository .milestone.list > .item > a {
  80. color: white;
  81. }
  82. .issue.list > .item .desc a.milestone:hover {
  83. color: white !important;
  84. }
  85. .repository .metas .ui.list a .text {
  86. color: white;
  87. }
  88. h1 a.anchor .octicon.octicon-link,
  89. h2 a.anchor .octicon.octicon-link,
  90. h3 a.anchor .octicon.octicon-link,
  91. h4 a.anchor .octicon.octicon-link,
  92. h5 a.anchor .octicon.octicon-link,
  93. h6 a.anchor .octicon.octicon-link {
  94. color: white;
  95. }
  96. .following.bar .top.menu a.item:hover {
  97. color: #b4b7b4;
  98. }
  99. .ui .text.black {
  100. color: #e0e0e0;
  101. }
  102. .context.user.overflow.menu.transition {
  103. background-color: #343544;
  104. color: lightgrey !important;
  105. }
  106. .ui.dropdown .menu > .header {
  107. color: rgba(255, 255, 255, 0.9);
  108. }
  109. .overflow.menu .items .item:hover {
  110. color: rgba(255, 255, 255, 0.9);
  111. }
  112. .overflow.menu .items .item {
  113. color: rgba(255, 255, 255, 0.9) !important;
  114. }
  115. .ui.dropdown .menu > .item {
  116. color: white !important;
  117. }
  118. .repository .filter.dropdown .menu {
  119. background-color: #2e2f38 !important;
  120. color: lightgrey !important;
  121. }
  122. .ui.menu .ui.dropdown .menu > .active.item {
  123. color: rgb(73, 95, 140) !important;
  124. }
  125. .ui.icon.input > input {
  126. background-color: #3e3e3e !important;
  127. border: none !important;
  128. color: lightgrey;
  129. }
  130. .reference.column .text.black {
  131. color: white !important;
  132. }
  133. .ui.menu .ui.dropdown .menu > .item:hover,
  134. .ui.menu .ui.dropdown .menu > .selected.item,
  135. #branch-list {
  136. background-color: #343544 !important;
  137. color: white !important;
  138. }
  139. .filter.icon {
  140. color: white;
  141. }
  142. /* Home */
  143. .home a {
  144. color: #cc6666;
  145. }
  146. .home .logo img {
  147. height: 294px;
  148. }
  149. .home .hero .octicon {
  150. color: #cc6666;
  151. }
  152. .ui.header {
  153. color: #e0e0e0;
  154. }
  155. .feeds .list ul li.private {
  156. background-color: #373b41;
  157. border-bottom: none;
  158. }
  159. .feeds .list ul li:not(:last-child) {
  160. border-bottom: 1px solid #373b41;
  161. }
  162. .ui.accordion .title:not(.ui) {
  163. color: #e0e0e0;
  164. }
  165. #auth_password {
  166. background: #373b41;
  167. color: #e0e0e0;
  168. }
  169. .ui.checkbox label:hover,
  170. .ui.checkbox + label:hover {
  171. color: #e0e0e0;
  172. opacity: 0.6;
  173. }
  174. .ui.secondary.menu .dropdown.item:hover,
  175. .ui.secondary.menu .link.item:hover,
  176. .ui.secondary.menu a.item:hover {
  177. color: rgba(224, 224, 224, 0.6);
  178. }
  179. /* Explore */
  180. .ui.vertical.menu {
  181. background-color: #373b41;
  182. }
  183. .ui.vertical.menu .header.item {
  184. background-color: #373b41;
  185. }
  186. .ui.vertical.menu .active.item {
  187. background-color: #282a2e;
  188. }
  189. .ui.menu .active.item {
  190. color: #e0e0e0;
  191. background: #373b41;
  192. }
  193. .ui.menu a.item:hover {
  194. color: #fff;
  195. background-color: #282a2e;
  196. }
  197. .ui.repository.list .item:not(:first-child) {
  198. border-top: 1px solid #373b41;
  199. }
  200. .ui.menu .active.item:hover {
  201. background-color: #373b41;
  202. color: #e0e0e0;
  203. }
  204. .ui.vertical.menu .active.item:hover {
  205. background-color: #282a2e;
  206. color: #e0e0e0;
  207. }
  208. .ui.form input:not([type]),
  209. .ui.form input:not([type]):focus {
  210. background-color: #373b41;
  211. color: #b4b7b4;
  212. }
  213. .ui.form input:not([type]):focus {
  214. border-top-color: #81a2be;
  215. border-left-color: #81a2be;
  216. border-bottom-color: #81a2be;
  217. color: #e0e0e0;
  218. }
  219. .ui.list .list > .item .description,
  220. .ui.list > .item .description {
  221. color: #969896;
  222. }
  223. .ui.repository.list .item .time {
  224. color: #969896;
  225. }
  226. .ui .text.grey {
  227. color: #969896 !important;
  228. }
  229. .ui.user.list .item:not(:first-child) {
  230. border-top: 1px solid #373b41;
  231. }
  232. .ui.divider:not(.vertical):not(.horizontal) {
  233. border-bottom: 1px solid #373b41;
  234. }
  235. .ui.list .list > .item .header,
  236. .ui.list > .item .header {
  237. color: #e0e0e0;
  238. }
  239. .ui.pagination.menu .active.item {
  240. color: #e0e0e0;
  241. background-color: #373b41;
  242. }
  243. .ui.menu .item.disabled,
  244. .ui.menu:hover .item.disabled:hover {
  245. color: #e0e0e0;
  246. }
  247. .ui.menu:hover .item.disabled:hover {
  248. background-color: #282a2e !important;
  249. }
  250. .ui.user.list .item .description a {
  251. color: #81a2be !important;
  252. }
  253. .ui.sha.label,
  254. a.ui.label:hover,
  255. a.ui.labels .label:hover {
  256. background-color: #454557;
  257. color: #d7d7d7;
  258. }
  259. .ui.breadcrumb a.section {
  260. display: none;
  261. }
  262. #search-repo-box .results .item:hover,
  263. #search-user-box .results .item:hover {
  264. color: rgb(152, 165, 201) !important;
  265. }
  266. /* Repos */
  267. .repository .header-wrapper {
  268. background-color: #282a2e;
  269. }
  270. .ui.basic.button,
  271. .ui.basic.buttons .button {
  272. color: #e0e0e0 !important;
  273. }
  274. .ui.basic.label {
  275. color: #e0e0e0;
  276. }
  277. .ui.tabular.menu .item {
  278. color: #e0e0e0;
  279. }
  280. .ui.tabular.menu .active.item {
  281. background: none #373b41;
  282. color: #e0e0e0;
  283. border-color: transparent;
  284. }
  285. .ui .text.black {
  286. color: #e0e0e0;
  287. }
  288. .ui .text.black:hover {
  289. color: #e0e0e0;
  290. }
  291. .ui.segment {
  292. background: #282a2e;
  293. }
  294. .ui.input input {
  295. background: #373b41 !important;
  296. color: #e0e0e0 !important;
  297. border: none !important;
  298. }
  299. .ui.input input:focus {
  300. background: #373b41 !important;
  301. color: #e0e0e0 !important;
  302. }
  303. .ui.black.button,
  304. .ui.black.buttons .button {
  305. background: #373b41 !important;
  306. color: #e0e0e0 !important;
  307. }
  308. .ui.basic.button:hover,
  309. .ui.basic.buttons .button:hover {
  310. background: #e0e0e0 !important;
  311. }
  312. .ui.basic.label {
  313. background: none #e0e0e0;
  314. }
  315. span.ui.basic.yellow.label {
  316. background-color: transparent !important;
  317. }
  318. .ui.dropdown .menu {
  319. background: #e0e0e0;
  320. }
  321. .reference.column .text.black {
  322. color: #1d1f21;
  323. }
  324. .ui.table {
  325. background: #282a2e;
  326. color: #e0e0e0;
  327. }
  328. .ui.table thead th {
  329. background: #e0e0e0;
  330. color: #1d1f21;
  331. }
  332. .repository.file.list #repo-files-table tr:hover {
  333. background-color: #373b41;
  334. }
  335. .repository.file.list #file-content .code-view .lines-code ol {
  336. background-color: #282a2e;
  337. }
  338. .ui.breadcrumb a {
  339. color: #81a2be;
  340. }
  341. .ui.breadcrumb a:hover {
  342. color: #81a2be;
  343. opacity: 0.6;
  344. }
  345. .ui.basic.blue.button,
  346. .ui.basic.blue.buttons .button {
  347. color: #81a2be !important;
  348. box-shadow: 0 0 0 1px #81a2be inset !important;
  349. }
  350. .ui.basic.blue.button:hover,
  351. .ui.basic.blue.buttons .button:hover {
  352. color: #81a2be !important;
  353. opacity: 0.6;
  354. }
  355. .ui.basic.orange.label {
  356. color: #f2711c !important;
  357. border-color: #f2711c !important;
  358. background: none !important;
  359. }
  360. .ui .text.grey a:hover {
  361. color: #fff !important;
  362. }
  363. .ui .text.grey a {
  364. color: #fff !important;
  365. }
  366. .ui.button {
  367. background-color: #0000001a;
  368. color: #999;
  369. }
  370. .ui.form textarea,
  371. .repository.file.editor
  372. .commit-form-wrapper
  373. .commit-form
  374. .quick-pull-choice
  375. .new-branch-name-input
  376. input {
  377. background-color: #373b41 !important;
  378. color: #b4b7b4 !important;
  379. }
  380. .ui.menu .item > .label {
  381. color: #1d1f21;
  382. }
  383. .ui.tabular.menu .item:hover {
  384. color: #e0e0e0;
  385. opacity: 0.6;
  386. }
  387. .ui.breadcrumb .divider {
  388. color: #e0e0e0;
  389. }
  390. .three.wide.text.grey.right.age .time-since.poping.up {
  391. color: #1d1f21;
  392. }
  393. .ui.attached.header {
  394. background: #e0e0e0;
  395. }
  396. .ui.top.attached.header {
  397. background: #e0e0e0;
  398. color: #282a2e;
  399. }
  400. .ui .warning.header {
  401. background-color: #de935f !important;
  402. border-color: #de935f !important;
  403. }
  404. .ui.attached.table {
  405. border: transparent;
  406. }
  407. .markdown:not(code) .highlight pre,
  408. .markdown:not(code) pre {
  409. background-color: #1d1f21;
  410. }
  411. .hljs {
  412. color: #e0e0e0 !important;
  413. }
  414. .hljs-built_in,
  415. .hljs-builtin-name {
  416. color: #81a2be !important;
  417. }
  418. .hljs-comment,
  419. .hljs-quote {
  420. color: #969896 !important;
  421. opacity: 0.7;
  422. }
  423. .hljs-keyword,
  424. .hljs-selector-tag,
  425. .hljs-subst {
  426. color: #e0e0e0 !important;
  427. }
  428. .hljs-tag,
  429. .hljs-name,
  430. .hljs-attribute {
  431. color: #81a2be !important;
  432. }
  433. .hljs-number,
  434. .hljs-literal,
  435. .hljs-variable,
  436. .hljs-template-variable,
  437. .hljs-tag .hljs-attr {
  438. color: #a3e5ff !important;
  439. }
  440. .hljs-string,
  441. .hljs-doctag {
  442. color: #cc6666 !important;
  443. }
  444. .markdown:not(code) h1,
  445. .markdown:not(code) h2,
  446. .markdown:not(code) h3,
  447. .markdown:not(code) h4,
  448. .markdown:not(code) h5,
  449. .markdown:not(code) h6 {
  450. border-bottom: 1px solid rgba(224, 224, 224, 0.6);
  451. }
  452. .ui.basic.small.button {
  453. background: #282a2e !important;
  454. }
  455. .linenums > li {
  456. background-color: #282a2e;
  457. }
  458. .lines-num > span {
  459. background: #373b41;
  460. }
  461. .ui.blue.button:hover,
  462. .ui.blue.buttons .button:hover {
  463. background-color: #81a2be;
  464. opacity: 0.6;
  465. }
  466. .repository .diff-file-box .code-diff tbody tr.add-code td {
  467. background-color: rgba(181, 189, 104, 0.1) !important;
  468. }
  469. .ui .info.segment.top {
  470. background-color: #282a2e !important;
  471. }
  472. .tag-code.nl-0.ol-0 > .lines-code > pre > code {
  473. color: #1d1f21 !important;
  474. }
  475. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  476. .tag-code {
  477. background-color: #454545 !important;
  478. }
  479. .repository .diff-file-box .code-diff tbody tr .removed-code {
  480. background-color: #723b3b;
  481. color: white;
  482. }
  483. .repository .diff-file-box .code-diff tbody tr .added-code {
  484. background-color: #148414;
  485. color: white;
  486. }
  487. .hljs-title,
  488. .hljs-section,
  489. .hljs-selector-id {
  490. color: #cc6666 !important;
  491. }
  492. .ui.checkbox label,
  493. .ui.checkbox + label {
  494. color: #e0e0e0;
  495. }
  496. .ui.checkbox input:focus ~ label {
  497. color: #e0e0e0 !important;
  498. }
  499. .ui.red.button,
  500. .ui.red.buttons .button {
  501. background-color: #cc6666;
  502. }
  503. .ui.green.button:hover,
  504. .ui.green.buttons .button:hover {
  505. background-color: #cc6666;
  506. opacity: 0.6;
  507. }
  508. .ui.blue.button,
  509. .ui.blue.buttons .button {
  510. background-color: #306796 !important;
  511. }
  512. #repo-clone-https,
  513. #repo-clone-https:hover {
  514. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  515. background-color: #333 !important;
  516. color: white !important;
  517. }
  518. .ui.basic.label {
  519. background-color: #43434e !important;
  520. border-color: #383838;
  521. }
  522. .ui.basic.button {
  523. background-color: #32333b !important;
  524. }
  525. .repository .diff-file-box .code-diff tbody tr.del-code td {
  526. background-color: rgba(204, 102, 102, 0.1) !important;
  527. }
  528. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
  529. background-color: rgba(204, 102, 102, 0.1) !important;
  530. }
  531. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
  532. background-color: rgba(204, 102, 102, 0.1) !important;
  533. }
  534. .ui.secondary.pointing.menu a.item:hover {
  535. background-color: #282a2e;
  536. color: #e0e0e0 !important;
  537. }
  538. .markdown:not(code) table tr {
  539. background-color: #1d1f21;
  540. }
  541. .markdown:not(code) table tr:nth-child(2n) {
  542. background-color: #373b41;
  543. }
  544. .markdown:not(code) table th,
  545. .markdown:not(code) table td {
  546. border: none !important;
  547. }
  548. .markdown:not(code) blockquote {
  549. color: #b4b7b4 !important;
  550. border-left: 4px solid #5a5a5a;
  551. background-color: #5454541a;
  552. }
  553. .markdown:not(code) code,
  554. .markdown:not(code) tt {
  555. background-color: #373b41;
  556. }
  557. /* Issues */
  558. .issues .ui.vertical.filter.menu {
  559. background-color: rgba(0, 0, 0, 0);
  560. }
  561. .ui.basic.green.active.button,
  562. .ui.basic.green.buttons .active.button {
  563. box-shadow: 0 0 0 1px #b5bd68 inset !important;
  564. color: #b5bd68 !important;
  565. }
  566. .ui.basic.button:hover,
  567. .ui.basic.buttons .button:hover {
  568. background: #282a2e !important;
  569. color: #e0e0e0 !important;
  570. }
  571. .ui.basic.red.active.button,
  572. .ui.basic.red.buttons .active.button {
  573. box-shadow: 0 0 0 1px #cc6666 inset !important;
  574. color: #cc6666 !important;
  575. }
  576. .ui.compact.small.menu {
  577. background: #282a2e !important;
  578. }
  579. .issue.list > .item .title {
  580. color: #e0e0e0;
  581. }
  582. .ui.black.label,
  583. .ui.black.labels .label {
  584. color: #e0e0e0;
  585. background-color: #282a2e !important;
  586. }
  587. .issue.list > .item .desc {
  588. color: #e0e0e0;
  589. opacity: 0.6;
  590. }
  591. .issue.list > .item .title:hover {
  592. color: #e0e0e0;
  593. opacity: 0.6;
  594. }
  595. .repository.view.issue .comment-list .comment .content .header {
  596. background-color: #e0e0e0;
  597. }
  598. .ui .text.grey a {
  599. color: #b4b4b4 !important;
  600. }
  601. .ui.attached.segment {
  602. border: transparent;
  603. }
  604. .ui.warning.message {
  605. background-color: #e0e0e0;
  606. }
  607. .ui.green.label,
  608. .ui.green.labels .label {
  609. background-color: #b5bd68 !important;
  610. border-color: #b5bd68 !important;
  611. color: #e0e0e0 !important;
  612. }
  613. .ui.green.button,
  614. .ui.green.buttons .button {
  615. background-color: #649e36 !important;
  616. color: #e0e0e0 !important;
  617. }
  618. .ui.basic.red.button,
  619. .ui.basic.red.buttons .button {
  620. color: #cc6666 !important;
  621. box-shadow: 0 0 0 1px #cc6666 inset !important;
  622. }
  623. .ui.basic.green.button,
  624. .ui.basic.green.buttons .button {
  625. color: #e0e0e0 !important;
  626. box-shadow: none !important;
  627. }
  628. .ui.red.label,
  629. .ui.red.labels .label {
  630. background-color: #cc6666 !important;
  631. border-color: inherit !important;
  632. }
  633. .ui.form textarea {
  634. background: #e0e0e0;
  635. }
  636. .ui.basic.green.button:hover,
  637. .ui.basic.green.buttons .button:hover {
  638. box-shadow: 0 0 0 1px #b5bd68 inset !important;
  639. color: #b5bd68 !important;
  640. }
  641. /* Pull requests */
  642. .ui.header .sub.header {
  643. color: #e0e0e0 !important;
  644. }
  645. .editor-toolbar a {
  646. color: #81a2be !important;
  647. }
  648. /* Wiki */
  649. .repository.wiki.view .markdown {
  650. background: #282a2e;
  651. padding: 25px;
  652. border-radius: 15px;
  653. }
  654. /* Profile drop down */
  655. .ui.menu .dropdown.item .menu {
  656. background: #e0e0e0;
  657. }
  658. .ui.menu .ui.dropdown .menu > .item:hover,
  659. .ui.menu .ui.dropdown .menu > .selected.item {
  660. background: #b4b7b4;
  661. opacity: 0.6;
  662. }
  663. /* Profile */
  664. .ui.card,
  665. .ui.cards > .card {
  666. background: #282a2e;
  667. box-shadow: none;
  668. }
  669. .ui.card > .extra a:not(.ui),
  670. .ui.cards > .card > .extra a:not(.ui) {
  671. color: #81a2be;
  672. }
  673. .ui.card > .extra,
  674. .ui.cards > .card > .extra {
  675. border-top: 1px solid #373b41 !important;
  676. }
  677. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  678. border-bottom: 1px solid #373b41 !important;
  679. }
  680. .ui.secondary.pointing.menu .active.item {
  681. color: #e0e0e0;
  682. border-color: #e0e0e0;
  683. }
  684. .ui.secondary.pointing.menu .active.item:hover {
  685. border-color: #e0e0e0;
  686. }
  687. .user.profile .ui.card .header.text {
  688. color: #e0e0e0;
  689. }
  690. .user.followers .list .item form button {
  691. margin-top: 10px;
  692. }
  693. /* Settings */
  694. .ui.form .field > label {
  695. color: #e0e0e0;
  696. }
  697. #website {
  698. background: #373b41;
  699. color: #e0e0e0;
  700. }
  701. .inline.box.field > label {
  702. color: #e0e0e0 !important;
  703. }
  704. .inline.box.field > input {
  705. background: #373b41;
  706. color: #e0e0e0;
  707. }
  708. #old_password,
  709. #password,
  710. #retype,
  711. #email,
  712. #description {
  713. background: #373b41;
  714. color: #e0e0e0;
  715. }
  716. label[for="org_name"] {
  717. color: #e0e0e0 !important;
  718. }
  719. .ui.red.message {
  720. color: #cc6666;
  721. }
  722. .ui.very.basic.striped.table > thead > tr > th {
  723. color: #e0e0e0;
  724. }
  725. .ui.form .inline.field > label,
  726. .ui.form .inline.field > p,
  727. .ui.form .inline.fields .field > label,
  728. .ui.form .inline.fields .field > p,
  729. .ui.form .inline.fields > label {
  730. color: #e0e0e0;
  731. }
  732. .ui.very.basic.select.selectable.table > thead > tr > th {
  733. color: #e0e0e0;
  734. }
  735. .ui.teal.button,
  736. .ui.teal.buttons .button {
  737. background-color: #8abeb7;
  738. }
  739. .ui.form input[type="file"],
  740. .ui.form input[type="number"],
  741. .ui.form input[type="url"],
  742. .ui.form input[type="password"] {
  743. color: #e0e0e0;
  744. background: #373b41;
  745. }
  746. .ui.selection.dropdown {
  747. color: #e0e0e0;
  748. background: #373b41;
  749. }
  750. .organization.members .list .item {
  751. border-bottom: 1px solid #373b41 !important;
  752. }
  753. .settings .hook.list > .item:not(:first-child) {
  754. border-top: 1px solid #373b41 !important;
  755. }
  756. .settings .key.list .item:not(:first-child) {
  757. border-top: 1px solid #373b41 !important;
  758. }
  759. /* Commit */
  760. .repository .diff-box .file {
  761. color: #969896;
  762. }
  763. .ui.blue.button,
  764. .ui.blue.buttons .button {
  765. background-color: #81a2be;
  766. color: #e0e0e0 !important;
  767. }
  768. .ui.basic.grey.button,
  769. .ui.basic.grey.buttons .button {
  770. color: #282a2e !important;
  771. }
  772. .added-code {
  773. color: #fff;
  774. background-color: #b5bd68;
  775. }
  776. .removed-code {
  777. color: #1d1f21;
  778. background-color: #cc6666;
  779. }
  780. .ui.blue.label,
  781. .ui.blue.labels .label {
  782. background-color: #81a2be !important;
  783. color: #e0e0e0 !important;
  784. }
  785. .repository .diff-file-box .file-body.file-code .lines-num {
  786. background: none;
  787. }
  788. .hljs-meta {
  789. color: #959595 !important;
  790. }