« Back to Index

Stylish Chrome Extension: github.com - stylised to be black as the white is a bit intense on my eyes

View original Gist on GitHub

github.css

body,
.discussion-timeline-actions {
  background: #222;
}

.repohead.experiment-repo-nav {
	background-color: #444;
}

.pagehead {
	border-color: #444;
}

.numbers-summary, 
.file, .timeline-comment {
  background-color: #EEE;
}

.repository-meta,
.gist-snippet-meta .description, 
.octofication .message p, 
.news .alert .simple .title, 
.gist-snippet-meta .creator, 
h1, h2, h3,
.protip,
.breadcrumb strong.final-path {
	color: #CCC;
}

.readme h1, h2, h3 {
	color: inherit;
}

.text-gray-dark, 
.text-gray,
.muted-link {
	color: #CCC !important;
}

.link-gray-dark {
	color: #DDD !important;
}

.Box-row--focus-gray.navigation-focus .link-gray-dark {
	color: #4078c0 !important;
}

.timeline-comment-wrapper,
.discussion-timeline-actions {
	border-color: #222;
}

a, .reponav-item,
.gist-snippet-meta .gist-count-links>li>a,
.user-mention, .team-mention, 
.underline-nav-item:hover, .underline-nav-item:focus,
a.subnav-item,
.timeline-commits .commit-message>code a,
a.text-emphasized,
.gh-header-meta .author,
.commit .commit-title, .commit .commit-title a {
	color: #CCAD00;
}

.subnav-item.selected, .subnav-item.selected:hover, .subnav-item.selected:focus {
	background-color: #CCAD00;
    border-color: #CCAD00;
}

.gist-snippet-meta .gist-count-links>li>a:hover {
	color: white;
    background: none;
}

.reponav-item:hover,
.repohead h1, 
svg:not(:root), 
.news .alert .dashboard-event-icon, 
.underline-nav-item.selected {
	color: white;
}

.commit-group svg:not(:root),
.tabnav-tab.selected svg:not(:root),
.thread-subscribe-form svg:not(:root),
.timeline-commits svg:not(:root),
.pagehead-actions svg:not(:root),
.readme svg:not(:root),
.timeline-comment-header svg:not(:root),
.gisthead svg:not(:root),
.comment-form-head svg:not(:root),
.file-info svg:not(:root),
.file-header svg:not(:root),
.subnav-search svg:not(:root),
.table-list-header-toggle svg:not(:root),
.Box-row--focus-gray.navigation-focus svg:not(:root),
.file-header a {
	color: #222 !important;
}

.reponav svg:not(:root) {
	color: #777 !important;
}

.gist-header .header-logo-wordmark .octicon, 
.header-logo-invertocat .octicon-mark-github,
.user-nav .octicon-plus, 
.reponav-item.selected:hover,
a.subnav-item:hover {
	color: #222;
}

.tooltipped {
	color: #666;
}

.file-navigation-option .input-group .form-control {
	height: 27px;
}

.user-profile-nav {
	background: none;
    border-bottom-color: inherit;
}

.pr-toolbar, .diffbar {
	background: none;
}

.reponav-item:hover, .repohead h1, svg:not(:root), .news .alert .dashboard-event-icon, .underline-nav-item.selected {
	color: inherit;
}