Gruvbox Material Dark
JIRA Gruvbox Material Dark by mathisto
Details
Authormathisto
LicenseNo License
Categoryatlassian, jira, confluence, cloud
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Gruvbox Material Dark
Source code
/* ==UserStyle==
@name JIRA Gruvbox Material Dark
@namespace USO Archive
@author Mathisto (Originally Cody Swartz)
@description `Gruvbox Material Dark for Atlassian JIRA`
@version 20220201.0.0
@license WTFPL
@preprocessor uso
==/UserStyle== */
@-moz-document domain("atlassian.net") {
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: #a9b1d6;
}
body {
background: #a9b1d6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #d8a657 !important;
}
a:link {
text-decoration: none;
color: #7daea3 !important;
}
a:visited {
text-decoration: none;
color: #d3869b !important;
}
a:hover {
text-decoration: underline;
color: #89b482 !important;
}
a:active {
text-decoration: underline;
color: #68948a!important;
}
span[role="img"] {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
img,
svg,
iframe,
.emoji-common-emoji-sprite {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
/* Fix bug with white edges on sprint board */
#gh {
padding: 0 40px;
}
#content {
margin: 0;
}
/* Fix scroll background problems */
[data-testid="Content"] > div:first-child {
background: #a9b1d6 !important;
}
}