dark-gogs.dev.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207
  1. /* System */
  2. html {
  3. color-scheme: dark;
  4. }
  5. /* Main */
  6. body {
  7. background-color: #0d1117 !important;
  8. color: #c9d1d9;
  9. }
  10. body:not(.full-width) {
  11. background-color: #0d1117 !important;
  12. }
  13. footer {
  14. background-color: #161b22;
  15. border-top: 1px solid #161b22;
  16. color: #c9d1d9;
  17. }
  18. footer .container .fa {
  19. color: #58a6ff;
  20. }
  21. a {
  22. color: #58a6ff;
  23. }
  24. a:hover {
  25. color: #58a6ff;
  26. opacity: 0.6;
  27. }
  28. hr {
  29. background-color: #30363d !important;
  30. }
  31. .full.height {
  32. margin: 53px 0 -80px 0 !important;
  33. }
  34. .following.bar.light {
  35. position: fixed;
  36. top: 0px;
  37. }
  38. .ui.attached.header .right .button {
  39. color: #fff !important;
  40. }
  41. .ui.top.attached.header {
  42. background: #21262d !important;
  43. border-color: #30363d !important;
  44. color: #e7e7e7 !important;
  45. }
  46. .ui.table thead th {
  47. background: #21262d !important;
  48. border-color: #21262d !important;
  49. color: #e7e7e7 !important;
  50. }
  51. three.wide.text.grey.right.age,
  52. .time-since.poping.up {
  53. color: #e7e7e7 !important;
  54. }
  55. .ui.dropdown .menu {
  56. background: #161b22 !important;
  57. border: 1px solid #30363d;
  58. }
  59. /* Navigation */
  60. .ui.menu .ui.dropdown .menu > .item {
  61. color: rgba(255, 255, 255, 0.9) !important;
  62. }
  63. .following.bar.light {
  64. background-color: #161b22;
  65. border-bottom: 1px solid #28313d;
  66. }
  67. .ui.secondary.menu .active.item {
  68. background-color: #0d1117;
  69. color: #c9d1d9;
  70. font-weight: bold;
  71. }
  72. .ui.menu .item {
  73. color: #c9d1d9;
  74. }
  75. .ui.menu {
  76. background: #161b22;
  77. border: none;
  78. }
  79. .repository .milestone.list > .item > a {
  80. color: #fff;
  81. }
  82. .issue.list > .item .desc a.milestone:hover {
  83. color: #fff !important;
  84. }
  85. .repository .metas .ui.list a .text {
  86. color: #fff;
  87. }
  88. h2 a.anchor .octicon.octicon-link {
  89. color: #fff;
  90. }
  91. .following.bar .top.menu a.item:hover {
  92. color: #b4b7b4;
  93. }
  94. .ui .text.black {
  95. color: #c9d1d9;
  96. }
  97. .context.user.overflow.menu.transition {
  98. background-color: #343544;
  99. color: lightgrey !important;
  100. }
  101. .ui.dropdown .menu > .header {
  102. color: rgba(255, 255, 255, 0.9);
  103. }
  104. .overflow.menu .items .item:hover {
  105. color: rgba(255, 255, 255, 0.9);
  106. }
  107. .overflow.menu .items .item {
  108. color: rgba(255, 255, 255, 0.9) !important;
  109. }
  110. .ui.dropdown .menu > .item {
  111. color: #fff !important;
  112. }
  113. .ui.dropdown .menu>.item:hover {
  114. background: rgb(79 91 119 / 10%);
  115. }
  116. .repository .filter.dropdown .menu {
  117. background-color: #161b22 !important;
  118. color: lightgrey !important;
  119. }
  120. .ui.menu .ui.dropdown .menu > .active.item {
  121. color: rgb(73, 95, 140) !important;
  122. }
  123. .ui.icon.input > input {
  124. background-color: #222831 !important;
  125. border: none !important;
  126. color: lightgrey;
  127. }
  128. .reference.column .text.black {
  129. color: #fff !important;
  130. }
  131. .ui.menu .ui.dropdown .menu > .item:hover,
  132. .ui.menu .ui.dropdown .menu > .selected.item,
  133. #branch-list {
  134. background-color: #1f6feb !important;
  135. color: #fff !important;
  136. }
  137. .filter.icon {
  138. color: #fff;
  139. }
  140. /* Home */
  141. .home a {
  142. color: #7ee787;
  143. }
  144. .home .hero .octicon {
  145. color: #7ee787;
  146. }
  147. .ui.header {
  148. color: #c9d1d9;
  149. }
  150. .feeds .list ul li.private {
  151. background-color: #161b22;
  152. border-bottom: none;
  153. }
  154. .feeds .list ul li:not(:last-child) {
  155. border-bottom: 1px solid #161b22;
  156. }
  157. .ui.accordion .title:not(.ui) {
  158. color: #c9d1d9;
  159. }
  160. #auth_password {
  161. background: #161b22;
  162. color: #c9d1d9;
  163. }
  164. .ui.checkbox label:hover,
  165. .ui.checkbox+label:hover {
  166. color: #c9d1d9;
  167. opacity: 0.6;
  168. }
  169. .ui.secondary.menu .dropdown.item:hover,
  170. .ui.secondary.menu .link.item:hover,
  171. .ui.secondary.menu a.item:hover {
  172. color: rgba(224, 224, 224, 0.6);
  173. }
  174. /* Explore */
  175. .ui.vertical.menu {
  176. background-color: #161b22;
  177. }
  178. .ui.vertical.menu .header.item {
  179. background-color: #161b22;
  180. }
  181. .ui.vertical.menu .active.item {
  182. background-color: #161b22;
  183. }
  184. .ui.menu .active.item {
  185. background: #161b22;
  186. color: #c9d1d9;
  187. }
  188. .ui.menu a.item:hover {
  189. background-color: #161b22;
  190. color: #fff;
  191. }
  192. .ui.repository.list .item:not(:first-child) {
  193. border-top: 1px solid #161b22;
  194. }
  195. .ui.menu .active.item:hover,
  196. .ui.vertical.menu .active.item:hover {
  197. background-color: #161b22;
  198. color: #c9d1d9;
  199. }
  200. .ui.form input:not([type]),
  201. .ui.form input:not([type]):focus,
  202. .repository.new.migrate #auth_password,
  203. .repository.new.migrate #auth_password:focus {
  204. background-color: #010409 !important;
  205. color: #b4b7b4;
  206. }
  207. .ui.form input:not([type]):focus {
  208. border-bottom-color: #58a6ff;
  209. border-left-color: #58a6ff;
  210. border-top-color: #58a6ff;
  211. color: #c9d1d9;
  212. }
  213. .ui.list .list>.item .description,
  214. .ui.list>.item .description {
  215. color: #969896;
  216. }
  217. .ui.repository.list .item .time {
  218. color: #969896;
  219. }
  220. .ui .text.grey {
  221. color: #969896 !important;
  222. }
  223. .ui.user.list .item:not(:first-child) {
  224. border-top: 1px solid #161b22;
  225. }
  226. .ui.divider:not(.vertical):not(.horizontal) {
  227. border-bottom: 1px solid #28313d;
  228. }
  229. .ui.list .list>.item .header,
  230. .ui.list>.item .header {
  231. color: #c9d1d9;
  232. }
  233. .ui.pagination.menu .active.item {
  234. background-color: #161b22;
  235. color: #c9d1d9;
  236. }
  237. .ui.menu .item.disabled,
  238. .ui.menu:hover .item.disabled:hover {
  239. color: #c9d1d9;
  240. }
  241. .ui.menu:hover .item.disabled:hover {
  242. background-color: #161b22 !important;
  243. }
  244. .ui.user.list .item .description a {
  245. color: #58a6ff !important;
  246. }
  247. .ui.sha.label,
  248. a.ui.label:hover,
  249. a.ui.labels .label:hover {
  250. background-color: #454a57;
  251. color: #d7d7d7;
  252. }
  253. .ui.breadcrumb a.section {
  254. display: none;
  255. }
  256. #search-repo-box .results .item:hover,
  257. #search-user-box .results .item:hover {
  258. color: rgb(152, 165, 201) !important;
  259. }
  260. /* Repos */
  261. .repository .header-wrapper {
  262. background-color: #161b22;
  263. }
  264. .ui.basic.button,
  265. .ui.basic.buttons .button {
  266. color: #c9d1d9 !important;
  267. }
  268. .ui.tabular.menu .item {
  269. color: #c9d1d9;
  270. }
  271. .ui.tabular.menu .active.item {
  272. background: none #0d1117;
  273. border-color: #30363d;
  274. color: #c9d1d9;
  275. }
  276. .ui .text.black {
  277. color: #c9d1d9;
  278. }
  279. .ui .text.black:hover {
  280. color: #c9d1d9;
  281. }
  282. .ui.segment {
  283. background: #161b22;
  284. border: 1px solid #28313d;
  285. }
  286. .ui.input input {
  287. background: #161b22 !important;
  288. border: none !important;
  289. color: #c9d1d9 !important;
  290. }
  291. .ui.input input:focus {
  292. background: #222831 !important;
  293. color: #c9d1d9 !important;
  294. }
  295. .ui.black.button,
  296. .ui.black.buttons .button {
  297. background: #161b22 !important;
  298. color: #c9d1d9 !important;
  299. }
  300. .ui.basic.button:hover,
  301. .ui.basic.buttons .button:hover {
  302. background: #c9d1d9 !important;
  303. }
  304. .ui.basic.label {
  305. background: none #c9d1d9;
  306. }
  307. span.ui.basic.yellow.label {
  308. background-color: transparent !important;
  309. }
  310. .ui.dropdown .menu {
  311. background: #c9d1d9;
  312. }
  313. .reference.column .text.black {
  314. color: #0d1117;
  315. }
  316. .ui.table {
  317. background: #161b22;
  318. border: 1px solid #30363d;
  319. color: #c9d1d9;
  320. }
  321. .ui.table thead th {
  322. background: #c9d1d9;
  323. color: #0d1117;
  324. }
  325. .repository.file.list #repo-files-table tr:hover {
  326. background-color: #222831;
  327. }
  328. .ui.breadcrumb a {
  329. color: #58a6ff;
  330. }
  331. .ui.breadcrumb a:hover {
  332. color: #58a6ff;
  333. opacity: 0.6;
  334. }
  335. .ui.basic.blue.button,
  336. .ui.basic.blue.buttons .button {
  337. box-shadow: 0 0 0 1px #58a6ff inset !important;
  338. color: #58a6ff !important;
  339. }
  340. .ui.basic.blue.button:hover,
  341. .ui.basic.blue.buttons .button:hover {
  342. color: #58a6ff !important;
  343. opacity: 0.6;
  344. }
  345. .ui.basic.orange.label {
  346. background: none !important;
  347. border-color: #f2711c !important;
  348. color: #f2711c !important;
  349. }
  350. .ui .text.grey a:hover {
  351. color: #fff !important;
  352. }
  353. .ui .text.grey a {
  354. color: #fff !important;
  355. }
  356. .ui.button {
  357. background-color: #0000001a;
  358. color: #999;
  359. }
  360. .ui.button:hover {
  361. background-color: #0000004a;
  362. }
  363. .ui.top.attached .ui.button {
  364. margin-right: 0;
  365. }
  366. .CodeMirror {
  367. background: #0d1117;
  368. border: 1px solid #30363d;
  369. color: #c9d1d9;
  370. }
  371. .ui.form textarea,
  372. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input input {
  373. background-color: #161b22 !important;
  374. color: #b4b7b4 !important;
  375. }
  376. .ui.menu .item>.label {
  377. color: #0d1117;
  378. }
  379. .ui.tabular.menu .item:hover {
  380. color: #c9d1d9;
  381. opacity: 0.6;
  382. }
  383. .ui.breadcrumb .divider {
  384. color: #c9d1d9;
  385. }
  386. .three.wide.text.grey.right.age .time-since.poping.up {
  387. color: #0d1117;
  388. }
  389. .ui.attached.header {
  390. background: #c9d1d9;
  391. }
  392. .ui.top.attached.header {
  393. background: #c9d1d9;
  394. color: #161b22;
  395. }
  396. .ui .warning.header {
  397. background-color: #de935f !important;
  398. border-color: #de935f !important;
  399. }
  400. .ui.attached.table {
  401. border: transparent;
  402. }
  403. .markdown:not(code) .highlight pre,
  404. .markdown:not(code) pre {
  405. background-color: #0d1117;
  406. }
  407. .hljs {
  408. color: #c9d1d9 !important;
  409. }
  410. .hljs-built_in,
  411. .hljs-builtin-name {
  412. color: #58a6ff !important;
  413. }
  414. .hljs-comment,
  415. .hljs-quote {
  416. color: #969896 !important;
  417. opacity: 0.7;
  418. }
  419. .hljs-keyword,
  420. .hljs-selector-tag,
  421. .hljs-subst {
  422. color: #c9d1d9 !important;
  423. }
  424. .hljs-tag,
  425. .hljs-name,
  426. .hljs-attribute {
  427. color: #58a6ff !important;
  428. }
  429. .hljs-number,
  430. .hljs-literal,
  431. .hljs-variable,
  432. .hljs-template-variable,
  433. .hljs-tag .hljs-attr {
  434. color: #a3e5ff !important;
  435. }
  436. .hljs-string,
  437. .hljs-doctag {
  438. color: #7ee787 !important;
  439. }
  440. .markdown:not(code) h1,
  441. .markdown:not(code) h2,
  442. .markdown:not(code) h3,
  443. .markdown:not(code) h4,
  444. .markdown:not(code) h5,
  445. .markdown:not(code) h6 {
  446. border-bottom: 1px solid #21262d;
  447. }
  448. .markdown:not(code) h1 code,
  449. .markdown:not(code) h2 code,
  450. .markdown:not(code) h3 code,
  451. .markdown:not(code) h4 code,
  452. .markdown:not(code) h5 code,
  453. .markdown:not(code) h6 code {
  454. padding-bottom: 0;
  455. }
  456. .markdown:not(code) h1 code:before,
  457. .markdown:not(code) h2 code:before,
  458. .markdown:not(code) h3 code:before,
  459. .markdown:not(code) h4 code:before,
  460. .markdown:not(code) h5 code:before,
  461. .markdown:not(code) h6 code:before,
  462. .markdown:not(code) h1 code:after,
  463. .markdown:not(code) h2 code:after,
  464. .markdown:not(code) h3 code:after,
  465. .markdown:not(code) h4 code:after,
  466. .markdown:not(code) h5 code:after,
  467. .markdown:not(code) h6 code:after {
  468. display: none;
  469. }
  470. .ui.basic.small.button {
  471. background: #161b22 !important;
  472. }
  473. .linenums>li {
  474. background-color: #161b22;
  475. }
  476. .lines-num>span {
  477. background: #161b22;
  478. }
  479. .ui.blue.button:hover,
  480. .ui.blue.buttons .button:hover {
  481. background-color: #58a6ff;
  482. opacity: 0.6;
  483. }
  484. .repository .diff-file-box .code-diff tbody tr.add-code td {
  485. background-color: rgba(181, 189, 104, 0.1) !important;
  486. }
  487. .ui .info.segment.top {
  488. background-color: #161b22 !important;
  489. }
  490. .tag-code.nl-0.ol-0>.lines-code>pre>code {
  491. color: #fff !important;
  492. }
  493. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  494. .tag-code {
  495. background-color: #31363b !important;
  496. }
  497. .repository .diff-file-box .code-diff tbody tr .removed-code {
  498. background-color: #723b3b;
  499. color: #fff;
  500. }
  501. .repository .diff-file-box .code-diff tbody tr .added-code {
  502. background-color: #148414;
  503. color: #fff;
  504. }
  505. .hljs-title,
  506. .hljs-section,
  507. .hljs-selector-id {
  508. color: #7ee787 !important;
  509. }
  510. .ui.checkbox label,
  511. .ui.checkbox+label {
  512. color: #c9d1d9;
  513. }
  514. .ui.checkbox input:focus~label {
  515. color: #c9d1d9 !important;
  516. }
  517. .ui.red.button,
  518. .ui.red.buttons .button {
  519. background-color: #da3633;
  520. }
  521. .ui.green.button:hover,
  522. .ui.green.buttons .button:hover {
  523. background-color: #238636;
  524. opacity: 0.6;
  525. }
  526. .ui.blue.button,
  527. .ui.blue.buttons .button {
  528. background-color: #1f6feb !important;
  529. }
  530. #repo-clone-https,
  531. #repo-clone-https:hover {
  532. background-color: #21262d !important;
  533. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  534. color: #fff !important;
  535. }
  536. .ui.basic.label {
  537. background-color: #282e38 !important;
  538. border-color: #343434;
  539. color: #c9d1d9;
  540. }
  541. .ui.basic.button {
  542. background-color: #21262d !important;
  543. }
  544. .repository .diff-file-box .code-diff tbody tr.del-code td {
  545. background-color: rgba(204, 102, 102, 0.1) !important;
  546. }
  547. .ui.secondary.pointing.menu a.item:hover {
  548. background-color: #161b22;
  549. color: #c9d1d9 !important;
  550. }
  551. .markdown:not(code) table tr {
  552. background-color: #0d1117;
  553. }
  554. .markdown:not(code) table tr:nth-child(2n) {
  555. background-color: #161b22;
  556. }
  557. .markdown:not(code) table th,
  558. .markdown:not(code) table td {
  559. border: none !important;
  560. }
  561. .markdown:not(code) blockquote {
  562. background-color: #5454541a;
  563. border-left: 4px solid #5a5a5a;
  564. color: #b4b7b4 !important;
  565. }
  566. .markdown:not(code) code,
  567. .markdown:not(code) tt {
  568. background-color: #161b22;
  569. }
  570. /* Issues */
  571. .ui.basic.green.active.button,
  572. .ui.basic.green.buttons .active.button {
  573. box-shadow: 0 0 0 1px #7ee787 inset !important;
  574. color: #7ee787 !important;
  575. }
  576. .ui.basic.button:hover,
  577. .ui.basic.buttons .button:hover {
  578. background: #161b22 !important;
  579. color: #c9d1d9 !important;
  580. }
  581. .ui.basic.red.active.button,
  582. .ui.basic.red.buttons .active.button {
  583. box-shadow: 0 0 0 1px #da3633 inset !important;
  584. color: #da3633 !important;
  585. }
  586. .ui.compact.small.menu {
  587. background: #161b22 !important;
  588. }
  589. .issue.list>.item .title {
  590. color: #c9d1d9;
  591. }
  592. .ui.black.label,
  593. .ui.black.labels .label {
  594. background-color: #161b22 !important;
  595. color: #c9d1d9;
  596. }
  597. .issue.list>.item .desc {
  598. color: #c9d1d9;
  599. opacity: 0.6;
  600. }
  601. .issue.list>.item .title:hover {
  602. color: #c9d1d9;
  603. opacity: 0.6;
  604. }
  605. .repository.view.issue .comment-list .comment .content .header {
  606. background-color: #c9d1d9;
  607. }
  608. .ui .text.grey a {
  609. color: #b4b4b4 !important;
  610. }
  611. .ui.attached.segment {
  612. border: 1px solid #30363d;
  613. }
  614. .ui.warning.message {
  615. background-color: #c9d1d9;
  616. }
  617. .ui.green.label,
  618. .ui.green.labels .label {
  619. background-color: #238636 !important;
  620. border-color: #238636 !important;
  621. color: #fff !important;
  622. }
  623. .ui.green.button,
  624. .ui.green.buttons .button {
  625. background-color: #238636 !important;
  626. color: #fff !important;
  627. }
  628. .ui.basic.red.button,
  629. .ui.basic.red.buttons .button {
  630. box-shadow: 0 0 0 1px #da3633 inset !important;
  631. color: #da3633 !important;
  632. }
  633. .ui.basic.green.button,
  634. .ui.basic.green.buttons .button {
  635. box-shadow: none !important;
  636. color: #fff !important;
  637. }
  638. .ui.red.label,
  639. .ui.red.labels .label {
  640. background-color: #da3633 !important;
  641. border-color: inherit !important;
  642. }
  643. .ui.form textarea {
  644. background: #010409 !important;
  645. }
  646. .ui.basic.green.button:hover,
  647. .ui.basic.green.buttons .button:hover {
  648. box-shadow: 0 0 0 1px #7ee787 inset !important;
  649. color: #7ee787 !important;
  650. }
  651. .ui.tabular.menu {
  652. border-bottom: 1px solid #21262d;
  653. }
  654. .repository.new.issue .comment.form .content:before,
  655. .repository.new.issue .comment.form .content:after {
  656. border-right-color: #161b22;
  657. }
  658. .repository.view.issue .comment-list .comment .content .header:before,
  659. .repository.view.issue .comment-list .comment .content .header:after {
  660. border-right-color: #21262d;
  661. }
  662. .repository .comment.form .content .form:before,
  663. .repository .comment.form .content .form:after {
  664. border-right-color: #161b22;
  665. }
  666. .repository.view.issue .comment-list:before {
  667. background-color: #28313d;
  668. }
  669. .ui.comments .comment .actions a {
  670. color: #c9d1d9;
  671. }
  672. .ui.comments .comment .actions a.active,
  673. .ui.comments .comment .actions a:hover {
  674. color: #c9d1d9;
  675. opacity: 0.6;
  676. }
  677. /* Pull requests */
  678. .ui.header .sub.header {
  679. color: #c9d1d9 !important;
  680. }
  681. .editor-toolbar a {
  682. color: #58a6ff !important;
  683. }
  684. /* Wiki */
  685. .repository.wiki.view .markdown {
  686. background: #161b22;
  687. border-radius: 15px;
  688. margin-left: 0px;
  689. padding: 25px;
  690. }
  691. /* Profile drop down */
  692. .ui.menu .dropdown.item .menu {
  693. background: #c9d1d9;
  694. }
  695. .ui.menu .ui.dropdown .menu>.item:hover,
  696. .ui.menu .ui.dropdown .menu>.selected.item {
  697. background: #b4b7b4;
  698. border-radius: 0;
  699. opacity: 1;
  700. }
  701. .ui.menu .ui.dropdown .menu>.item:first-child:hover,
  702. .ui.menu .ui.dropdown .menu>.selected.item:first-child {
  703. border-radius: .28571429rem .28571429rem 0 0;
  704. }
  705. .ui.menu .ui.dropdown .menu>.item:last-child:hover,
  706. .ui.menu .ui.dropdown .menu>.selected.item:last-child {
  707. border-radius: 0 0 .28571429rem .28571429rem;
  708. }
  709. /* Profile */
  710. .ui.card,
  711. .ui.cards>.card {
  712. background: #161b22;
  713. box-shadow: none;
  714. }
  715. .ui.card>.extra a:not(.ui),
  716. .ui.cards>.card>.extra a:not(.ui) {
  717. color: #58a6ff;
  718. }
  719. .ui.card>.extra,
  720. .ui.cards>.card>.extra {
  721. border-top: 1px solid #28303c !important;
  722. }
  723. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  724. border-bottom: 1px solid #28303c !important;
  725. }
  726. .ui.secondary.pointing.menu .active.item {
  727. color: #c9d1d9;
  728. }
  729. /* Settings */
  730. .ui.form .field>label {
  731. color: #c9d1d9;
  732. }
  733. #website {
  734. background: #010409 !important;
  735. color: #c9d1d9;
  736. }
  737. .inline.box.field>label {
  738. color: #c9d1d9 !important;
  739. }
  740. .inline.box.field>input {
  741. background: #161b22;
  742. color: #c9d1d9;
  743. }
  744. #old_password,
  745. #password,
  746. #retype,
  747. #email,
  748. #description {
  749. background: #010409 !important;
  750. color: #c9d1d9;
  751. }
  752. label[for=org_name] {
  753. color: #c9d1d9 !important;
  754. }
  755. .ui.red.message {
  756. color: #da3633;
  757. }
  758. .ui.very.basic.striped.table>thead>tr>th {
  759. color: #c9d1d9;
  760. }
  761. .ui.form .inline.field>label,
  762. .ui.form .inline.field>p,
  763. .ui.form .inline.fields .field>label,
  764. .ui.form .inline.fields .field>p,
  765. .ui.form .inline.fields>label {
  766. color: #c9d1d9;
  767. }
  768. .ui.very.basic.select.selectable.table>thead>tr>th {
  769. color: #c9d1d9;
  770. }
  771. .ui.teal.button,
  772. .ui.teal.buttons .button {
  773. background-color: #8abeb7;
  774. }
  775. .ui.form input[type=file],
  776. .ui.form input[type=number],
  777. .ui.form input[type=url],
  778. .ui.form input[type=password] {
  779. background: #222831;
  780. color: #c9d1d9;
  781. }
  782. .ui.selection.dropdown {
  783. background: #010409 !important;
  784. color: #c9d1d9;
  785. }
  786. .organization.members .list .item {
  787. border-bottom: 1px solid #161b22 !important;
  788. }
  789. .settings .hook.list>.item:not(:first-child) {
  790. border-top: 1px solid #161b22 !important;
  791. }
  792. .settings .key.list .item:not(:first-child) {
  793. border-top: 1px solid #161b22 !important;
  794. }
  795. /* Commit */
  796. .repository .diff-box .file {
  797. color: #969896;
  798. }
  799. .ui.blue.button,
  800. .ui.blue.buttons .button {
  801. background-color: #58a6ff;
  802. color: #fff !important;
  803. }
  804. .ui.basic.grey.button,
  805. .ui.basic.grey.buttons .button {
  806. color: #161b22 !important;
  807. }
  808. .added-code {
  809. background-color: #7ee787;
  810. color: #fff;
  811. }
  812. .removed-code {
  813. background-color: #da3633;
  814. color: #0d1117;
  815. }
  816. .ui.blue.label,
  817. .ui.blue.labels .label {
  818. background-color: #1f6feb !important;
  819. color: #fff !important;
  820. }
  821. .repository .diff-file-box .file-body.file-code .lines-num {
  822. background: none;
  823. }
  824. .hljs-meta {
  825. color: #959595 !important;
  826. }
  827. /* Messages */
  828. .ui.positive.message {
  829. background-color: transparent;
  830. background-image: linear-gradient(rgba(56, 139, 253, 0.15), rgba(56, 139, 253, 0.15));
  831. color: #c9d1d9;
  832. }
  833. .ui.attached.positive.message,
  834. .ui.positive.message {
  835. -webkit-box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  836. box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  837. }
  838. .ui.warning.message {
  839. background-color: transparent;
  840. background-image: linear-gradient(rgba(187, 128, 9, 0.15), rgba(187, 128, 9, 0.15));
  841. color: #c9d1d9;
  842. }
  843. .ui.attached.warning.message,
  844. .ui.warning.message {
  845. -webkit-box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  846. box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  847. }
  848. /* Modal dialogs */
  849. .ui.modal,
  850. .ui.modal>.header,
  851. .ui.modal>.content {
  852. background: #0d1117;
  853. }
  854. .ui.modal>.header {
  855. color: #c9d1d9;
  856. }
  857. /* Else */
  858. .repository.file.list #file-content .code-view .lines-code .hljs,
  859. .repository.file.list #file-content .code-view .lines-code ol,
  860. .repository.file.list #file-content .code-view .lines-code pre,
  861. .repository.file.list #file-content .code-view .lines-num .hljs,
  862. .repository.file.list #file-content .code-view .lines-num ol,
  863. .repository.file.list #file-content .code-view .lines-num pre {
  864. background-color: #161b22;
  865. }
  866. .ui.danger .item h5 {
  867. margin-bottom: 0;
  868. }
  869. .ui.danger .item p {
  870. font-size: 0.8em;
  871. }
  872. .ui.danger .item .ui.right {
  873. margin-left: 15px;
  874. }
  875. .ui.basic.button:active,
  876. .ui.basic.buttons .button:active,
  877. .ui.basic.button:focus,
  878. .ui.basic.buttons .button:focus {
  879. background: #21262d !important;
  880. color: #fff !important;
  881. }
  882. .markdown:not(code) h1 .octicon-link,
  883. .markdown:not(code) h2 .octicon-link,
  884. .markdown:not(code) h3 .octicon-link,
  885. .markdown:not(code) h4 .octicon-link,
  886. .markdown:not(code) h5 .octicon-link,
  887. .markdown:not(code) h6 .octicon-link {
  888. color: #fff;
  889. }
  890. .editor-toolbar {
  891. border-left: 1px solid #30363d;
  892. border-right: 1px solid #30363d;
  893. border-top: 1px solid #30363d;
  894. }
  895. .CodeMirror-cursor {
  896. border-left: 1px solid #fff;
  897. }
  898. .CodeMirror-gutters {
  899. background-color: #161b22;
  900. border-right: 1px solid #30363d;
  901. }
  902. .user.settings .email.list .item:not(:first-child) {
  903. border-top: 1px solid rgba(224, 224, 224, 0.6);
  904. }
  905. .ui.selection.visible.dropdown>.text:not(.default) {
  906. color: #c9d1d9;
  907. }
  908. .ui.selection.dropdown .menu {
  909. min-width: calc(100% + 1px) !important;
  910. width: calc(100% + 1px) !important;
  911. }
  912. .ui.selection.dropdown .menu>.item {
  913. border-top: none;
  914. }
  915. .ui.selection.active.dropdown {
  916. border-color: #363f55 !important;
  917. }
  918. .ui.selection.active.dropdown .menu {
  919. border-color: #363f55 !important;
  920. }
  921. .repository.release #release-list {
  922. border-top: 1px solid #21262d;
  923. }
  924. .ui.menu .item.disabled,
  925. .ui.menu .item.disabled:hover {
  926. color: #4a4f55 !important;
  927. }
  928. .ui.table tr td {
  929. border-top: 1px solid rgb(50, 56, 62);
  930. }
  931. .repository .diff-file-box .file-body.file-code .lines-num-old,
  932. .repository .diff-file-box .code-diff .lines-num {
  933. border-right: 1px solid #4b4b4b;
  934. }
  935. .repository .diff-file-box .code-diff tbody tr.tag-code td {
  936. border-color: #4b4b4b !important;
  937. }
  938. .repository .diff-file-box .code-diff tbody tr.del-code td {
  939. border-color: #6d3030 !important;
  940. }
  941. .repository .diff-file-box .code-diff tbody tr.add-code td {
  942. border-color: #4f6d30 !important;
  943. }
  944. .ui.button:last-child {
  945. margin-right: 0;
  946. }
  947. .item:last-child .ui.label {
  948. margin-right: 0 !important;
  949. }
  950. #file-content {
  951. padding: 0 1px;
  952. }
  953. .ui.label {
  954. background-color: #454a57;
  955. color: #d7d7d7;
  956. }
  957. .repository.file.editor .commit-form-wrapper .commit-form {
  958. border: 1px solid #28313d;
  959. }
  960. .repository.file.editor .commit-form-wrapper .commit-form:before,
  961. .repository.file.editor .commit-form-wrapper .commit-form:after {
  962. border-right-color: #161b22;
  963. }
  964. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .branch-name {
  965. background-color: #454a57;
  966. color: #d7d7d7;
  967. }