Skip to content

Instantly share code, notes, and snippets.

@Jackenmen
Last active April 22, 2019 21:06
Show Gist options
  • Save Jackenmen/e8f1cb483f109240658cca8a324605b0 to your computer and use it in GitHub Desktop.
Save Jackenmen/e8f1cb483f109240658cca8a324605b0 to your computer and use it in GitHub Desktop.
Zenhub addition to Github Dark
/* ==UserStyle==
@name Zenhub addition to Github Dark
@namespace jack1142
@version 1.0.1
@homepageURL https://gist.github.com/jack1142/e8f1cb483f109240658cca8a324605b0
@updateURL https://gist.githubusercontent.com/jack1142/e8f1cb483f109240658cca8a324605b0/raw/github-dark-zenhub.user.css
@license Public Domain
@author jack1142
==/UserStyle== */
@-moz-document regexp("^https?://((gist|guides|help|launch-editor|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$") {
.zhc-sidebar-selector-button__heading, .zhc-sidebar-pipeline-selector__label {
color: #949494 !important;
}
.zhc-sidebar-pipeline-selector__button__header__name {
color: #afafaf !important;
}
.zhc-sidebar-nav-item__label {
color: #bebebe !important;
}
.zhc-selection-button__title {
color: #757575 !important;
}
.zh-issue-event-workspace-name {
color: #ccc !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment