dark-gogs.dev.css 18 KB

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