Skip to content

Instantly share code, notes, and snippets.

@haku
Last active December 10, 2015 23:28
Show Gist options
  • Save haku/4509433 to your computer and use it in GitHub Desktop.
Save haku/4509433 to your computer and use it in GitHub Desktop.
jira-dark
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://issues"),
url-prefix("https://jira") {
#announcement-banner {
display: none;
}
body,div,span,table,td,h1,h2,h3,h4,h5,h6,h7,a {
color: #bbb !important;
background-color: #111 !important;
border-color: #777 !important;
}
.aui-toolbar .toolbar-group .toolbar-trigger, .aui-toolbar .aui-dd-parent a.aui-dd-trigger{
background-image: none !important;
}
input,textarea {
color: #999 !important;
background: #030 !important;
}
.gh-step-children .gh-step-col {
outline: 1px solid !important;
}
#heading-avatar {
display: none;
}
#viewissuesidebar {
width: 17em !important;
}
.aui-theme-default #header .local {
background-color: inherit !important;
}
/* code blocks? */
div.wiki-edit div.panelContent, div.panelContent {
background-color: #222 !important;
color:#ddd !important;
}
.code span {
background-color: inherit !important;
}
.code .code-quote {
color:#99f !important;
}
/* old jira: */
a:hover {
color:#ccf !important;
}
#descriptionArea {
color:#FFF !important;
font-weight:700 !important;
background:#333 !important;
border:1px solid #666 !important;
}
#descriptionArea li {
color:#ccc !important;
}
p,li {
color:#ccc !important;
font-weight:400 !important;
}
#tabs,.tabbox {
background: #222 !important;
}
#gh {
background-color: #222 !important;
}
.Bdgc {
border-color: #777 !important;
}
.stepcolheader {
background-color: #222 !important;
}
.actionContainer,.issuePanelContainer {
background:#333 !important;
border:1px solid #333 !important;
}
.action-details {
color:#FFF !important;
background:#222 !important;
border:1px solid #333 !important;
}
.rowHeader th {
background:#333 !important;
border:1px solid #333 !important;
}
.rowHeader th a {
color:#FFF !important;
}
.rowNormal td {
background:#000 !important;
}
.rowAlternate td {
background:#111 !important;
}
.action-links {
color:#FFF !important;
background:#222 !important;
}
.grid td {
border:1px solid #333 !important;
}
.footer {
opacity:0.1;
}
.code {
border:0;
}
.panelContent {
color:#000 !important;
background:#efefef !important;
border:1px solid #333 !important;
}
.navItem {
background:none !important;
}
.logo {
display:none !important;
}
a,.pagetitle,.formtitle {
color:#FFF !important;
}
a:visited,.date {
color:#999 !important;
}
#workflowactions,.operations,.header,.menu {
opacity:0.5;
}
.formtitle {
color:#0087d7 !important;
}
.formtitle, #issuedetails b a {
color:#0087d7 !important;
}
/* Issue comment, etc. tab row. */
ul.tabs li a {
background-color: #111 !important;
}
.alertHeader>div {
background-color: #000 !important;
color:#aaa !important;
}
#dashboard-content {
background: #222 !important;
}
.gadget, .gadget-container {
border: none !important;
}
/* Kanban board */
.ghx-column-headers .ghx-column, .ghx-columns .ghx-column {
background: #222 !important;
}
.ghx-controls-filters dd a.ghx-active {
background: #222 !important;
border: 1px solid #0af !important;
}
#ghx-swimname:after {
background: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment