dark-gogs.dev.css 21 KB

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