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

Commit

Permalink
Release new update for v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cquanu committed Jun 4, 2016
1 parent 3c3c1d7 commit 0cc8ba6
Showing 1 changed file with 69 additions and 2 deletions.
71 changes: 69 additions & 2 deletions github-dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* GitHub Dark v1.4.0
* GitHub Dark v1.5.0
* Copyright 2016 Quan You.
* Licensed under MIT (https://github.com/cquanu/github-dark/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -204,6 +204,13 @@ p {
.numbers-summary .nolink {
color: #bdbdbd;
}
.recently-touched-branches {
background-color: #504a36;
border-color: #f1ecdb;
}
.recently-pushed-branch-details a {
color: #d2ce98;
}
.branch-infobar {
color: #eee;
background-color: #586b75;
Expand Down Expand Up @@ -275,6 +282,13 @@ th {
.pl-sr .pl-sre {
color: #5291d4;
}
.pl-e,
.pl-en {
color: #a58bcc;
}
.pl-k {
color: #d46397;
}
/* Repo */

.repository-meta {
Expand Down Expand Up @@ -330,6 +344,21 @@ table.files tr.navigation-focus td {
.note p {
color: #666;
}
/* Issues P1 */

.table-list {
border-bottom: 1px solid #666;
}
/* Issues P2 */

.gh-header-meta {
padding-bottom: 20px;
margin-top: 9px;
font-size: 14px;
line-height: 20px;
color: #767676;
border-bottom: 1px solid #666;
}
/* Pull Request */

.table-list-header {
Expand Down Expand Up @@ -385,6 +414,12 @@ table.files tr.navigation-focus td {
.timeline-comment.current-user .timeline-comment-label {
border-color: #666;
}
.timeline-comment::before {
border-right-color: #666 !important;
}
.timeline-comment::after {
border-right-color: #333 !important;
}
.comment-reactions.has-reactions {
border-color: #666;
}
Expand Down Expand Up @@ -455,6 +490,9 @@ table.files tr.navigation-focus td {
}
/* Profile */

.border-gray-light {
border-color: #666 !important;
}
.profilecols .filter-bar {
background-color: #3f4142;
}
Expand Down Expand Up @@ -552,6 +590,12 @@ table.files tr.navigation-focus td {
background-color: #333;
border-color: #666;
}
.list-group-item-link {
color: #ccc;
}
.list-group-item.navigation-focus {
background-color: #3f4142;
}
/* Repo Graph */

.tint-box {
Expand All @@ -565,6 +609,16 @@ table.files tr.navigation-focus td {
display: block;
background: #3f4142;
}
/* Punch Card */
.day-name {
fill: #ccc;
}
circle.day {
fill: #ccc;
}
:not(img) text, circle.day {
fill: #ccc !important;
}
/* Navbar - Pull Request */

.subnav-item {
Expand Down Expand Up @@ -598,6 +652,19 @@ table.files tr.navigation-focus td {
.markdown-body h6 .octicon-link {
color: #fff;
}
/* Contributions Calendar */

#contributions-calendar rect[fill="#eeeeee"],
.contrib-legend li[style*="#eee"] {
background-color: #333 !important;
fill: #333 !important;
}
/* Alerts */

.flash {
color: #fff;
background-color: #273848;
}
/* Webkit */

::-webkit-input-placeholder {
Expand All @@ -612,4 +679,4 @@ table.files tr.navigation-focus td {
}
:-ms-input-placeholder {
color: #fff;
}
}

0 comments on commit 0cc8ba6

Please sign in to comment.