dark-theme.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  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.button .octicon {
  271. font-size: unset;
  272. }
  273. .ui.basic.button,
  274. .ui.basic.buttons .button {
  275. color: #e0e0e0 !important;
  276. }
  277. .ui.basic.label {
  278. color: #e0e0e0;
  279. }
  280. .ui.tabular.menu .item {
  281. color: #e0e0e0;
  282. }
  283. .ui.tabular.menu .active.item {
  284. background: none #373b41;
  285. color: #e0e0e0;
  286. border-color: transparent;
  287. }
  288. .ui .text.black {
  289. color: #e0e0e0;
  290. }
  291. .ui .text.black:hover {
  292. color: #e0e0e0;
  293. }
  294. .ui.segment {
  295. background: #282a2e;
  296. }
  297. .ui.input input {
  298. background: #373b41 !important;
  299. color: #e0e0e0 !important;
  300. border: none !important;
  301. }
  302. .ui.input input:focus {
  303. background: #373b41 !important;
  304. color: #e0e0e0 !important;
  305. }
  306. .ui.black.button,
  307. .ui.black.buttons .button {
  308. background: #373b41 !important;
  309. color: #e0e0e0 !important;
  310. }
  311. .ui.basic.button:hover,
  312. .ui.basic.buttons .button:hover {
  313. background: #e0e0e0 !important;
  314. }
  315. .ui.basic.label {
  316. background: none #e0e0e0;
  317. }
  318. span.ui.basic.yellow.label {
  319. background-color: transparent !important;
  320. }
  321. .ui.dropdown .menu {
  322. background: #e0e0e0;
  323. }
  324. .reference.column .text.black {
  325. color: #1d1f21;
  326. }
  327. .ui.table {
  328. background: #282a2e;
  329. color: #e0e0e0;
  330. }
  331. .ui.table thead th {
  332. background: #e0e0e0;
  333. color: #1d1f21;
  334. }
  335. .repository.file.list #repo-files-table tr:hover {
  336. background-color: #373b41;
  337. }
  338. .repository.file.list #file-content .code-view .lines-code ol {
  339. background-color: #282a2e;
  340. }
  341. .repository.file.list #file-buttons .ui.button {
  342. padding: 0.78571429em 1.2em 0.78571429em;
  343. }
  344. .repository #clone-panel {
  345. margin-top: 0;
  346. margin-bottom: 0;
  347. margin-left: 1rem;
  348. }
  349. .repository #clone-panel .ui.basic.button {
  350. font-size: 0.85714286rem;
  351. }
  352. .repository #clone-panel .clone.button {
  353. padding: 0.78571429em 0.5em;
  354. }
  355. .ui.breadcrumb a {
  356. color: #81a2be;
  357. }
  358. .ui.breadcrumb a:hover {
  359. color: #81a2be;
  360. opacity: 0.6;
  361. }
  362. .ui.basic.blue.button,
  363. .ui.basic.blue.buttons .button {
  364. color: #81a2be !important;
  365. box-shadow: 0 0 0 1px #81a2be inset !important;
  366. }
  367. .ui.basic.blue.button:hover,
  368. .ui.basic.blue.buttons .button:hover {
  369. color: #81a2be !important;
  370. opacity: 0.6;
  371. }
  372. .ui.basic.orange.label {
  373. color: #f2711c !important;
  374. border-color: #f2711c !important;
  375. background: none !important;
  376. }
  377. .ui .text.grey a:hover {
  378. color: #fff !important;
  379. }
  380. .ui .text.grey a {
  381. color: #fff !important;
  382. }
  383. .ui.button {
  384. background-color: #0000001a;
  385. color: #999;
  386. }
  387. .ui.form textarea,
  388. .repository.file.editor
  389. .commit-form-wrapper
  390. .commit-form
  391. .quick-pull-choice
  392. .new-branch-name-input
  393. input {
  394. background-color: #373b41 !important;
  395. color: #b4b7b4 !important;
  396. }
  397. .ui.menu .item > .label {
  398. color: #1d1f21;
  399. }
  400. .ui.tabular.menu .item:hover {
  401. color: #e0e0e0;
  402. opacity: 0.6;
  403. }
  404. .ui.breadcrumb .divider {
  405. color: #e0e0e0;
  406. }
  407. .three.wide.text.grey.right.age .time-since.poping.up {
  408. color: #1d1f21;
  409. }
  410. .ui.attached.header {
  411. background: #e0e0e0;
  412. }
  413. .ui.top.attached.header {
  414. background: #e0e0e0;
  415. color: #282a2e;
  416. }
  417. .ui .warning.header {
  418. background-color: #de935f !important;
  419. border-color: #de935f !important;
  420. }
  421. .ui.attached.table {
  422. border: transparent;
  423. }
  424. .markdown:not(code) .highlight pre,
  425. .markdown:not(code) pre {
  426. background-color: #1d1f21;
  427. }
  428. .hljs {
  429. color: #e0e0e0 !important;
  430. }
  431. .hljs-built_in,
  432. .hljs-builtin-name {
  433. color: #81a2be !important;
  434. }
  435. .hljs-comment,
  436. .hljs-quote {
  437. color: #969896 !important;
  438. opacity: 0.7;
  439. }
  440. .hljs-keyword,
  441. .hljs-selector-tag,
  442. .hljs-subst {
  443. color: #e0e0e0 !important;
  444. }
  445. .hljs-tag,
  446. .hljs-name,
  447. .hljs-attribute {
  448. color: #81a2be !important;
  449. }
  450. .hljs-number,
  451. .hljs-literal,
  452. .hljs-variable,
  453. .hljs-template-variable,
  454. .hljs-tag .hljs-attr {
  455. color: #a3e5ff !important;
  456. }
  457. .hljs-string,
  458. .hljs-doctag {
  459. color: #cc6666 !important;
  460. }
  461. .markdown:not(code) h1,
  462. .markdown:not(code) h2,
  463. .markdown:not(code) h3,
  464. .markdown:not(code) h4,
  465. .markdown:not(code) h5,
  466. .markdown:not(code) h6 {
  467. border-bottom: 1px solid rgba(224, 224, 224, 0.6);
  468. }
  469. .ui.basic.small.button {
  470. background: #282a2e !important;
  471. }
  472. .linenums > li {
  473. background-color: #282a2e;
  474. }
  475. .lines-num > span {
  476. background: #373b41;
  477. }
  478. .ui.blue.button:hover,
  479. .ui.blue.buttons .button:hover {
  480. background-color: #81a2be;
  481. opacity: 0.6;
  482. }
  483. .repository .diff-file-box .code-diff tbody tr.add-code td {
  484. background-color: rgba(181, 189, 104, 0.1) !important;
  485. }
  486. .ui .info.segment.top {
  487. background-color: #282a2e !important;
  488. }
  489. .tag-code.nl-0.ol-0 > .lines-code > pre > code {
  490. color: #1d1f21 !important;
  491. }
  492. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  493. .tag-code {
  494. background-color: #454545 !important;
  495. }
  496. .repository .diff-file-box .code-diff tbody tr .removed-code {
  497. background-color: #723b3b;
  498. color: white;
  499. }
  500. .repository .diff-file-box .code-diff tbody tr .added-code {
  501. background-color: #148414;
  502. color: white;
  503. }
  504. .hljs-title,
  505. .hljs-section,
  506. .hljs-selector-id {
  507. color: #cc6666 !important;
  508. }
  509. .ui.checkbox label,
  510. .ui.checkbox + label {
  511. color: #e0e0e0;
  512. }
  513. .ui.checkbox input:focus ~ label {
  514. color: #e0e0e0 !important;
  515. }
  516. .ui.red.button,
  517. .ui.red.buttons .button {
  518. background-color: #9e6a03;
  519. }
  520. .ui.green.button:hover,
  521. .ui.green.buttons .button:hover {
  522. background-color: #cc6666;
  523. opacity: 0.6;
  524. }
  525. .ui.blue.button,
  526. .ui.blue.buttons .button {
  527. background-color: #306796 !important;
  528. }
  529. #repo-clone-https,
  530. #repo-clone-https:hover {
  531. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  532. background-color: #333 !important;
  533. color: white !important;
  534. }
  535. .ui.basic.label {
  536. background-color: #43434e !important;
  537. border-color: #383838;
  538. }
  539. .ui.basic.button {
  540. background-color: #32333b !important;
  541. }
  542. .repository .diff-file-box .code-diff tbody tr.del-code td {
  543. background-color: rgba(204, 102, 102, 0.1) !important;
  544. }
  545. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
  546. background-color: rgba(204, 102, 102, 0.1) !important;
  547. }
  548. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
  549. background-color: rgba(204, 102, 102, 0.1) !important;
  550. }
  551. .ui.secondary.pointing.menu a.item:hover {
  552. background-color: #282a2e;
  553. color: #e0e0e0 !important;
  554. }
  555. .markdown:not(code) table tr {
  556. background-color: #1d1f21;
  557. }
  558. .markdown:not(code) table tr:nth-child(2n) {
  559. background-color: #373b41;
  560. }
  561. .markdown:not(code) table th,
  562. .markdown:not(code) table td {
  563. border: none !important;
  564. }
  565. .markdown:not(code) blockquote {
  566. color: #b4b7b4 !important;
  567. border-left: 4px solid #5a5a5a;
  568. background-color: #5454541a;
  569. }
  570. .markdown:not(code) code,
  571. .markdown:not(code) tt {
  572. background-color: #373b41;
  573. }
  574. /* Issues */
  575. .issues .ui.vertical.filter.menu {
  576. background-color: rgba(0, 0, 0, 0);
  577. }
  578. .ui.basic.green.active.button,
  579. .ui.basic.green.buttons .active.button {
  580. box-shadow: 0 0 0 1px #b5bd68 inset !important;
  581. color: #b5bd68 !important;
  582. }
  583. .ui.basic.button:hover,
  584. .ui.basic.buttons .button:hover {
  585. background: #282a2e !important;
  586. color: #e0e0e0 !important;
  587. }
  588. .ui.basic.red.active.button,
  589. .ui.basic.red.buttons .active.button {
  590. box-shadow: 0 0 0 1px #9e6a03 inset !important;
  591. color: #9e6a03 !important;
  592. }
  593. .ui.compact.small.menu {
  594. background: #282a2e !important;
  595. }
  596. .issue.list > .item .title {
  597. color: #e0e0e0;
  598. }
  599. .ui.black.label,
  600. .ui.black.labels .label {
  601. color: #e0e0e0;
  602. background-color: #282a2e !important;
  603. }
  604. .issue.list > .item .desc {
  605. color: #e0e0e0;
  606. opacity: 0.6;
  607. }
  608. .issue.list > .item .title:hover {
  609. color: #e0e0e0;
  610. opacity: 0.6;
  611. }
  612. .repository.view.issue .comment-list:before {
  613. background-color: #969896;
  614. }
  615. .repository.view.issue .comment-list .comment .content .header {
  616. background-color: #e0e0e0;
  617. }
  618. .repository.view.issue .comment-list .comment .content .header::before {
  619. border-right-color: #353636;
  620. }
  621. .repository.view.issue .comment-list .comment .content .header::after {
  622. border-right-color: #2f3233;
  623. }
  624. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  625. background: #282a2e;
  626. }
  627. .repository.view.issue .comment-list .comment .content > .bottom.segment a {
  628. background-color: transparent;
  629. }
  630. .ui .text.grey a {
  631. color: #b4b4b4 !important;
  632. }
  633. .ui.attached.segment {
  634. border: transparent;
  635. }
  636. .ui.warning.message {
  637. background-color: #e0e0e0;
  638. }
  639. .ui.green.label,
  640. .ui.green.labels .label {
  641. background-color: #238636 !important;
  642. border-color: #238636 !important;
  643. color: #e0e0e0 !important;
  644. }
  645. .ui.green.button,
  646. .ui.green.buttons .button {
  647. background-color: #238636 !important;
  648. color: #e0e0e0 !important;
  649. }
  650. .ui.basic.red.button,
  651. .ui.basic.red.buttons .button {
  652. color: #9e6a03 !important;
  653. box-shadow: 0 0 0 1px #9e6a03 inset !important;
  654. }
  655. .ui.basic.green.button,
  656. .ui.basic.green.buttons .button {
  657. color: #e0e0e0 !important;
  658. box-shadow: none !important;
  659. }
  660. .ui.red.label,
  661. .ui.red.labels .label {
  662. background-color: #9e6a03 !important;
  663. border-color: inherit !important;
  664. }
  665. .ui.form textarea {
  666. background: #e0e0e0;
  667. }
  668. .ui.basic.green.button:hover,
  669. .ui.basic.green.buttons .button:hover {
  670. box-shadow: 0 0 0 1px #b5bd68 inset !important;
  671. color: #b5bd68 !important;
  672. }
  673. .repository .comment.form .content .form:before,
  674. .repository .comment.form .content .form:after {
  675. border-right-color: #282a2e;
  676. }
  677. .repository.view.issue .comment-list .event .octicon.octicon-circle-slash {
  678. background-color: #1d1f21;
  679. }
  680. .dropzone .dz-preview.dz-image-preview {
  681. background: transparent !important;
  682. }
  683. /* Pull requests */
  684. .ui.header .sub.header {
  685. color: #e0e0e0 !important;
  686. }
  687. .editor-toolbar a {
  688. color: #81a2be !important;
  689. }
  690. /* Wiki */
  691. .repository.wiki.view .markdown {
  692. background: #282a2e;
  693. padding: 25px;
  694. border-radius: 15px;
  695. }
  696. /* Profile drop down */
  697. .ui.menu .dropdown.item .menu {
  698. background: #e0e0e0;
  699. }
  700. .ui.menu .ui.dropdown .menu > .item:hover,
  701. .ui.menu .ui.dropdown .menu > .selected.item {
  702. background: #b4b7b4;
  703. opacity: 0.6;
  704. }
  705. /* Profile */
  706. .ui.card,
  707. .ui.cards > .card {
  708. background: #282a2e;
  709. box-shadow: none;
  710. }
  711. .ui.card > .extra a:not(.ui),
  712. .ui.cards > .card > .extra a:not(.ui) {
  713. color: #81a2be;
  714. }
  715. .ui.card > .extra,
  716. .ui.cards > .card > .extra {
  717. border-top: 1px solid #373b41 !important;
  718. }
  719. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  720. border-bottom: 1px solid #373b41 !important;
  721. }
  722. .ui.secondary.pointing.menu .active.item {
  723. color: #e0e0e0;
  724. border-color: #e0e0e0;
  725. }
  726. .ui.secondary.pointing.menu .active.item:hover {
  727. border-color: #e0e0e0;
  728. }
  729. .user.profile .ui.card .header.text {
  730. color: #e0e0e0;
  731. }
  732. .user.followers .list .item form button {
  733. margin-top: 10px;
  734. }
  735. /* Settings */
  736. .ui.form .field > label {
  737. color: #e0e0e0;
  738. }
  739. #website {
  740. background: #373b41;
  741. color: #e0e0e0;
  742. }
  743. .inline.box.field > label {
  744. color: #e0e0e0 !important;
  745. }
  746. .inline.box.field > input {
  747. background: #373b41;
  748. color: #e0e0e0;
  749. }
  750. #old_password,
  751. #password,
  752. #retype,
  753. #email,
  754. #description {
  755. background: #373b41;
  756. color: #e0e0e0;
  757. }
  758. label[for="org_name"] {
  759. color: #e0e0e0 !important;
  760. }
  761. .ui.red.message {
  762. color: #9e6a03;
  763. }
  764. .ui.very.basic.striped.table > thead > tr > th {
  765. color: #e0e0e0;
  766. }
  767. .ui.form .inline.field > label,
  768. .ui.form .inline.field > p,
  769. .ui.form .inline.fields .field > label,
  770. .ui.form .inline.fields .field > p,
  771. .ui.form .inline.fields > label {
  772. color: #e0e0e0;
  773. }
  774. .ui.very.basic.select.selectable.table > thead > tr > th {
  775. color: #e0e0e0;
  776. }
  777. .ui.teal.button,
  778. .ui.teal.buttons .button {
  779. background-color: #8abeb7;
  780. }
  781. .ui.form input[type="file"],
  782. .ui.form input[type="number"],
  783. .ui.form input[type="url"],
  784. .ui.form input[type="password"] {
  785. color: #e0e0e0;
  786. background: #373b41;
  787. }
  788. .ui.selection.dropdown {
  789. color: #e0e0e0;
  790. background: #373b41;
  791. }
  792. .organization.members .list .item {
  793. border-bottom: 1px solid #373b41 !important;
  794. }
  795. .settings .hook.list > .item:not(:first-child) {
  796. border-top: 1px solid #373b41 !important;
  797. }
  798. .settings .key.list .item:not(:first-child) {
  799. border-top: 1px solid #373b41 !important;
  800. }
  801. /* Commit */
  802. .repository .diff-box .file {
  803. color: #969896;
  804. }
  805. .ui.blue.button,
  806. .ui.blue.buttons .button {
  807. background-color: #81a2be;
  808. color: #e0e0e0 !important;
  809. }
  810. .ui.basic.grey.button,
  811. .ui.basic.grey.buttons .button {
  812. color: #282a2e !important;
  813. }
  814. .added-code {
  815. color: #fff;
  816. background-color: #b5bd68;
  817. }
  818. .removed-code {
  819. color: #1d1f21;
  820. background-color: #cc6666;
  821. }
  822. .ui.blue.label,
  823. .ui.blue.labels .label {
  824. background-color: #81a2be !important;
  825. color: #e0e0e0 !important;
  826. }
  827. .repository .diff-file-box .file-body.file-code .lines-num {
  828. background: none;
  829. }
  830. .hljs-meta {
  831. color: #959595 !important;
  832. }