Skip to content

Instantly share code, notes, and snippets.

@caramelopardalis
Last active February 27, 2020 08:35
Show Gist options
  • Select an option

  • Save caramelopardalis/215701009aa8fef4cb79bfc96ecd4181 to your computer and use it in GitHub Desktop.

Select an option

Save caramelopardalis/215701009aa8fef4cb79bfc96ecd4181 to your computer and use it in GitHub Desktop.
.theme-Alternate {
background: #1A1A1A;
}
.theme-Alternate #wrapper {
background: #242424;
}
.theme-Alternate #top-menu {
background: #779DA4;
}
.theme-Alternate #header {
background: #779DA4;
}
.theme-Alternate #main-menu li a {
background: #48848A;
}
.theme-Alternate #main-menu li a.selected {
background: #efefef;
color: #48848A;
}
.theme-Alternate #content {
background: #333 !important;
color: #efefef;
border: 1px solid #404040;
}
.theme-Alternate #main.nosidebar #content {
border: 1px solid #404040;
}
.theme-Alternate #main {
background: #242424;
}
.theme-Alternate #footer {
background: #1A1A1A;
}
.theme-Alternate .box {
background: #424242;
color: #b0b0b0;
border: 1px solid #4f4f4f;
}
.theme-Alternate #sidebar {
background: #2b2b2b;
border: 1px solid #333;
}
.theme-Alternate .gantt_hdr {
border-color: #404040 !important;
background: #40403d;
}
.theme-Alternate legend {
color: #bdbdbd;
}
.theme-Alternate fieldset {
border: 1px solid #4d4d4d;
}
.theme-Alternate #content h1
,.theme-Alternate #content h2
,.theme-Alternate #content h3
,.theme-Alternate #content h4 {
color: #efefef;
}
.theme-Alternate a {
color: #84c0e4;
}
.theme-Alternate a:hover
,.theme-Alternate a:active {
color: #df6262;
}
.theme-Alternate .issue {
background: #40403d;
border: 1px solid #4d4d4d;
}
.theme-Alternate table.list tbody tr:hover {
background: #53534f;
}
.theme-Alternate hr {
background: #4b4b4b;
}
.theme-Alternate table.list tbody tr td {
border: solid 1px #464646;
}
.theme-Alternate table.list tr.issue a {
color: #aaa;
border: none;
background: transparent;
}
.theme-Alternate blockquote {
color: #bdbdbd;
}
.theme-Alternate div.wiki pre {
background: #202020;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment