Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit 0cc8ba6

Browse files
committed
Release new update for v1.5.0
1 parent 3c3c1d7 commit 0cc8ba6

1 file changed

Lines changed: 69 additions & 2 deletions

File tree

github-dark.css

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* GitHub Dark v1.4.0
2+
* GitHub Dark v1.5.0
33
* Copyright 2016 Quan You.
44
* Licensed under MIT (https://github.com/cquanu/github-dark/blob/master/LICENSE)
55
*/
@@ -204,6 +204,13 @@ p {
204204
.numbers-summary .nolink {
205205
color: #bdbdbd;
206206
}
207+
.recently-touched-branches {
208+
background-color: #504a36;
209+
border-color: #f1ecdb;
210+
}
211+
.recently-pushed-branch-details a {
212+
color: #d2ce98;
213+
}
207214
.branch-infobar {
208215
color: #eee;
209216
background-color: #586b75;
@@ -275,6 +282,13 @@ th {
275282
.pl-sr .pl-sre {
276283
color: #5291d4;
277284
}
285+
.pl-e,
286+
.pl-en {
287+
color: #a58bcc;
288+
}
289+
.pl-k {
290+
color: #d46397;
291+
}
278292
/* Repo */
279293

280294
.repository-meta {
@@ -330,6 +344,21 @@ table.files tr.navigation-focus td {
330344
.note p {
331345
color: #666;
332346
}
347+
/* Issues P1 */
348+
349+
.table-list {
350+
border-bottom: 1px solid #666;
351+
}
352+
/* Issues P2 */
353+
354+
.gh-header-meta {
355+
padding-bottom: 20px;
356+
margin-top: 9px;
357+
font-size: 14px;
358+
line-height: 20px;
359+
color: #767676;
360+
border-bottom: 1px solid #666;
361+
}
333362
/* Pull Request */
334363

335364
.table-list-header {
@@ -385,6 +414,12 @@ table.files tr.navigation-focus td {
385414
.timeline-comment.current-user .timeline-comment-label {
386415
border-color: #666;
387416
}
417+
.timeline-comment::before {
418+
border-right-color: #666 !important;
419+
}
420+
.timeline-comment::after {
421+
border-right-color: #333 !important;
422+
}
388423
.comment-reactions.has-reactions {
389424
border-color: #666;
390425
}
@@ -455,6 +490,9 @@ table.files tr.navigation-focus td {
455490
}
456491
/* Profile */
457492

493+
.border-gray-light {
494+
border-color: #666 !important;
495+
}
458496
.profilecols .filter-bar {
459497
background-color: #3f4142;
460498
}
@@ -552,6 +590,12 @@ table.files tr.navigation-focus td {
552590
background-color: #333;
553591
border-color: #666;
554592
}
593+
.list-group-item-link {
594+
color: #ccc;
595+
}
596+
.list-group-item.navigation-focus {
597+
background-color: #3f4142;
598+
}
555599
/* Repo Graph */
556600

557601
.tint-box {
@@ -565,6 +609,16 @@ table.files tr.navigation-focus td {
565609
display: block;
566610
background: #3f4142;
567611
}
612+
/* Punch Card */
613+
.day-name {
614+
fill: #ccc;
615+
}
616+
circle.day {
617+
fill: #ccc;
618+
}
619+
:not(img) text, circle.day {
620+
fill: #ccc !important;
621+
}
568622
/* Navbar - Pull Request */
569623

570624
.subnav-item {
@@ -598,6 +652,19 @@ table.files tr.navigation-focus td {
598652
.markdown-body h6 .octicon-link {
599653
color: #fff;
600654
}
655+
/* Contributions Calendar */
656+
657+
#contributions-calendar rect[fill="#eeeeee"],
658+
.contrib-legend li[style*="#eee"] {
659+
background-color: #333 !important;
660+
fill: #333 !important;
661+
}
662+
/* Alerts */
663+
664+
.flash {
665+
color: #fff;
666+
background-color: #273848;
667+
}
601668
/* Webkit */
602669

603670
::-webkit-input-placeholder {
@@ -612,4 +679,4 @@ table.files tr.navigation-focus td {
612679
}
613680
:-ms-input-placeholder {
614681
color: #fff;
615-
}
682+
}

0 commit comments

Comments
 (0)