Skip to content

Instantly share code, notes, and snippets.

@levmyshkin
Created October 14, 2019 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levmyshkin/c127f1ff539965923fdac6679c530a5b to your computer and use it in GitHub Desktop.
Save levmyshkin/c127f1ff539965923fdac6679c530a5b to your computer and use it in GitHub Desktop.
Drupal.org dark theme
body {
backround: #2B2B2B !important;
}
#page {
background: #2B2B2B;
}
body {
color: #A9B7C6;
}
a,
a:visited,
a:active {
color: #A9B7C6;
text-decoration: none;
background-color: #3A3A3A;
}
h1,
.h1,
.view-drupalorg-supporters h2 {
color: #A9B7C6;
}
#nav-content li.active a.active,
#nav-content li.active-parent a,
#nav-content li a:hover,
#nav-content li a:focus,
#nav-content li.active-parent a {
color: #A9B7C6;
}
#nav-content ul li a {
color: #A9B7C6;
}
#nav-header a {
background: none;
}
#header-left a {
background: none;
}
#aside .block,
#sidebar-first .block {
background: #3A3A3A;
}
#block-project-issue-issue-metadata .field-issue-status-1 {
background: #3A3A3A;
}
#block-project-issue-issue-metadata .flag-project-issue-follow {
background: #3A3A3A;
}
#block-project-issue-issue-metadata #project-issue-jumplinks {
background: #3A3A3A;
}
.comment.system-message .content {
background: #3A3A3A;
}
#content .submitted,
#content .modified,
#aggregator .feed-item-meta,
#content .comment .links {
color: #A9B7C6;
}
.field-type-nodechanges-revision-diff table tr.even,
.field-type-nodechanges-revision-diff table tr.odd {
background: #3A3A3A;
}
fieldset:not(.filter-wrapper):not(.vertical-tabs-pane) {
background: #3A3A3A;
}
.comment .submitted .attribution-label {
background: #3A3A3A;
}
#footer a {
background: none;
}
.project-issue tr.state-1 td {
background: #2B2B2B
}
th a, th a:link, th a:visited {
color: c;
}
.node-type-guide .pane-section-contents section {
background: #3A3A3A;
}
.field-issue-status-8, .project-issue tr.state-8, .project-issue-status-8 a {
background-color: #222;
}
:not(pre) > code[class*="language-"] {
color: #333;
}
tr.odd {
background: #333;
}
.ci-ad {
background: #333;
color: .ci-ad;
}
#homebox .homebox-portlet .homebox-portlet-inner {
background: #333;
}
.project-issue tr.state-8 td {
background: #555;
}
.project-issue-status-1 a {
background: #ccc;
color: #333;
}
.extended-file-field-processed {
max-width:100% !important;
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment