Dark theme for Redmine
RedMine Dracula by redfraction
Details
Authorredfraction
LicenseGPL
Categorytracker.somedomen.com
Created
Updated
Size4.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name RedMine Intellij Dracula
@version 20241105.08.52
@namespace https://userstyles.world/user/redfraction
@description Dark theme for Redmine
@author redfraction
@license GPL
==/UserStyle== */
@-moz-document regexp(".+\\/\\/tracker..+") {
/*html {
filter: invert(1) brightness(1.5) contrast(0.8);
}*/
html,
body {
background: #2b2d30;
color: #bcbec4;
}
#top-menu {
background: rgb(65, 64, 65);
background: linear-gradient(90deg, rgba(65, 64, 65, 1) 0%, rgba(153, 89, 65, 1) 19%, rgba(153, 89, 65, 1) 30%, rgba(60, 63, 65, 1) 80%);
}
#header {
background: rgb(65, 64, 65);
background: linear-gradient(90deg, rgba(65, 64, 65, 1) 0%, rgba(153, 89, 65, 1) 19%, rgba(153, 89, 65, 1) 30%, rgba(60, 63, 65, 1) 80%);
}
#sidebar {
border-left: 1px solid #595454;
}
#sidebar-switch-button {
background: #2b2d30;
border-color: #1e1f22;
color: #bcbec4;
}
#sidebar-switch-button::before {
color: #bcbec4;
}
#content {
background: #1e1f22 !important;
color: #bcbec4 !important;
}
#content h2,
#content h3,
#content h4 {
color: #bcbec4 !important;
}
span.badge {}
span.badge.badge-status-open {
color: #68A67E;
border-color: #68A67E
}
#content > .contextual > a {
color: #56A8F5
}
.issue.details {
background: #2b2d30;
border-color: #1e1f22;
border-radius: 6px !important;
color: #bcbec4;
}
#sidebar {
background: #2b2d30;
color: #bcbec4;
}
#sidebar > h1,
#sidebar > h2,
#sidebar > h3,
#sidebar > h4,
#sidebar > h5,
#watchers > h1,
#watchers > h2,
#watchers > h3,
#watchers > h4,
#watchers > h5 {
color: #bcbec4;
}
#main a {
color: #56A8F5!important
}
.journal {
background: #2b2d30 !important;
border-color: #1e1f22 !important;
}
tr.status-1 {
background: #6b634c8a;
border-radius: 6px;
}
#content .tabs ul li a.selected {
background: #68a67e4d;
}
#footer {
background: linear-gradient(90deg, rgba(65, 64, 65, 1) 0%, rgba(153, 89, 65, 1) 19%, rgba(153, 89, 65, 1) 30%, rgba(60, 63, 65, 1) 80%);
color: #fff;
border-top: 1px solid #595454 !important;
}
#footer > a {
color: #d64d5b
}
input {
background: #1e1f22 !important;
color: #bcbec4 !important;
}
#quick-search #q {
width: 130px;
height: 24px;
box-sizing: border-box;
vertical-align: middle;
border: 1px solid #333;
border-radius: 4px;
}
.drdn-trigger {
border-color: #2b2d30 !important;
color: #bcbec4 !important;
background: #1e1f22 url(../images/arrow_down.png) no-repeat 97% 50% !important;
}
.drdn-content {
background: #1e1f22;
border-color: #1e1f00 !important;
}
.drdn-content .autocomplete {
border-color: #6f6f65 !important;
background: #1e1f22 url(../images/magnifier.png) no-repeat 2px 50%;
}
#project-jump .drdn-items > * {
color: #bcbec4 !important;
}
table.progress td.todo {
background: #6f6f6563 none repeat scroll 0%;
}
table.progress td.closed {
background: #629146 none repeat scroll 0%;
}
#us-btn-up {
background-color: #1e1f22;
}
#us-btn-up:hover {
background-color: #6f6f65;
}
#main-menu li a.selected, #main-menu li a.selected:hover {
background: #1e1f22;
color: #bcbec4;
}
legend {
color: #56A8F5;
}
table.list {
border: 1px solid #595454 !important;
border-radius: 6px;
}
table.list th, .table-list-header {
background-color: #2b2d30 !important;
padding: 4px;
white-space: nowrap;
font-weight: bold;
border: none !important;
}
table.list:not(.odd-even) tbody tr:nth-child(2n+1), .odd, #issue-changesets div.changeset:nth-child(2n+1) {
background-color: #252424;
}
table.list:not(.odd-even) tbody tr:nth-child(2n+1), .odd, #issue-changesets div.changeset:nth-child(2n+1) {
background-color: #252424;
}
table.list:not(.odd-even) tbody tr:nth-child(2n), .even, #issue-changesets div.changeset:nth-child(2n) {
background-color: #2b2b2b;
}
tr.group td {
padding: 0.8em 0 0.5em 0.3em;
border-bottom: 1px solid #5e4d4d;
text-align: left;
border-color: #383838;
background-color: #2b2d30;
}
#sidebar a.selected {
line-height: 1.7em;
padding: 1px 3px 2px 2px;
margin-left: -2px;
background-color: #424A53;
color: #fff;
border-radius: 2px;
}
}