Use GitHub One Dark Theme instead.
Last active
May 6, 2020 18:43
-
-
Save parasyte/3f8e8a4824228b5eed42ce36a7bd6b90 to your computer and use it in GitHub Desktop.
GitHub Ice Dark+ UserCSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name GitHub Ice Dark+ | |
@namespace gist.github.com/parasyte/3f8e8a4824228b5eed42ce36a7bd6b90 | |
@version 1.0.3 | |
@description An extension for GitHub Ice Dark that fixes various edge cases | |
@author Jay Oster <[email protected]> | |
==/UserStyle== */ | |
@-moz-document domain("github.com") { | |
.notifications-list-item.notification-unread { | |
background-color: #2b2d30 !important; | |
} | |
.bg-gray-2, .Label--gray { | |
background-color: #545557 !important; | |
} | |
.bg-blue-light { | |
background-color: #555759 !important; | |
} | |
.gh-header .gh-header-sticky.is-stuck+.gh-header-shadow, .TimelineItem-break, .pr-toolbar.is-stuck { | |
background-color: #25272a !important; | |
} | |
.timeline-comment { | |
color: #eee !important; | |
} | |
.TimelineItem-badge, .TimelineItem:before { | |
background-color: #182030 !important; | |
color: #9daccc !important; | |
} | |
.pr-toolbar, .file-header { | |
border-radius: 0 !important; | |
} | |
.overall-summary { | |
background-color: #202020 !important; | |
border: 1px solid #304251 !important; | |
} | |
.SelectMenu-modal { | |
background-color: #161616 !important; | |
} | |
.SelectMenu-tab[aria-selected=true], .SelectMenu-list, .SelectMenu-item, .SelectMenu-message { | |
background-color: #242424 !important; | |
} | |
.SelectMenu-item:hover, body:not(.intent-mouse) .SelectMenu-item:focus, .SelectMenu-tab:not([aria-selected=true]):hover, | |
.blob-code-inner.highlighted, .blob-code-inner .highlighted { | |
background-color: #2b2b2b !important; | |
} | |
.Header { | |
background-color: #141517 !important; | |
} | |
.form-control, input[type="text"]:not(.tree-finder-input):not(.js-site-search-focus) { | |
background-color: #1f2124 !important; | |
} | |
.reponav-item, .Box.Popover-message, button.btn.BtnGroup-item, .btn, a.float-right.btn { | |
background-color: #1e1e1e !important; | |
} | |
.social-count { | |
background-color: #222222 !important; | |
} | |
.review-comment { | |
color: silver !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment