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 v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cquanu authored Jun 24, 2016
1 parent 3a5d794 commit d0c9931
Showing 1 changed file with 71 additions and 4 deletions.
75 changes: 71 additions & 4 deletions github-dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* GitHub Dark v2.1.1
* GitHub Dark v2.1.2
* Copyright 2016 Quan You.
* Licensed under MIT (https://github.com/cquanu/github-dark/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -81,15 +81,15 @@ p {
.site-footer {
border-color: #4c4d55;
}
/* Site */
/* Main Site */

.site-header {
background-color: #292c36;
}
.site-header-nav .nav-item {
color: #fff;
}
/* Site Login */
/* Main Site Login */

.session-authentication {
background-color: #292c36;
Expand Down Expand Up @@ -150,6 +150,9 @@ p {
.subscribe-feed {
color: #6d6d72;
}
.protip-callout {
border-color: #4c4d55;
}
/* Repo Main Tab */

.repohead.experiment-repo-nav {
Expand Down Expand Up @@ -222,9 +225,21 @@ table.files tr.navigation-focus td {
table.files td {
border-color: #4c4d55;
}
table.files td.icon {
color: #fff;
}
.warning {
padding: 0.5em;
margin-bottom: 0.8em;
font-weight: bold;
background-color: #d28e5d;
}
.file-wrap {
border-color: #4c4d55;
}
.commit-author-section {
color: #ccc;
}
.commit-tease {
color: #8485ce;
background-color: #394850;
Expand Down Expand Up @@ -376,12 +391,15 @@ table.files td {
.file-commit-form .commit-form {
border-color: #4c4d55;
}
/* Repo Issues Tab */
/* Repo | Issues Tab */

.table-list-header {
background-color: #292c36;
border-color: #4c4d55;
}
.Box-body-row--highlight .Box-row-link {
color: #00aba5;
}
.issues-listing .table-list-issues .navigation-focus {
background-color: #292c36;
}
Expand All @@ -407,6 +425,13 @@ table.files td {
.protip {
color: #6d6d72;
}
/* Repo | Pull Request Tab */

.border-left,
.border-right,
.border-bottom {
border-color: #4c4d55 !important;
}
/* Repo Issues & Pull Request Convo */

.gh-header-edit .edit-issue-title,
Expand Down Expand Up @@ -703,6 +728,14 @@ hr,
.profilecols .filter-bar {
background-color: #292c36;
}
.pinned-repo-list-item {
border-color: #4c4d55;
}
/* Profile | Repo Tab */

.profilecols .filter-bar .filter-selected {
color: #8485ce;
}
/* Notification */

.list-group-item.navigation-focus {
Expand All @@ -714,6 +747,35 @@ hr,
.boxed-group-list>li {
border-color: #4c4d55;
}
/* Organisation */

.org-name {
color: #fff;
}
.orghead {
background-color: #252832;
border-color: #4c4d55;
}
.simple-box {
background-color: #292c36;
border-color: #4c4d55;
}
.org-module-link {
color: #00aba5;
}
.member-username {
color: #00aba5;
}
.org-link {
color: #00aba5;
}
/* Settings | Billing */
.billing-section .section-content {
color: #666;
}
.radio-label {
color: #666;
}
/* Scrollbar */

::-webkit-scrollbar {
Expand All @@ -729,6 +791,11 @@ hr,
::-webkit-scrollbar-track {
background-color: #292C36;
}
/* Misc */

.repo-list-item {
border-color: #4c4d55;
}
/* Experimental */

.blob-code-addition {
Expand Down

0 comments on commit d0c9931

Please sign in to comment.