Skip to content

Instantly share code, notes, and snippets.

@ZanderBrown
Created May 31, 2017 17:51
Show Gist options
  • Save ZanderBrown/b3133e56355e4323b0928c9c1f8c86d5 to your computer and use it in GitHub Desktop.
Save ZanderBrown/b3133e56355e4323b0928c9c1f8c86d5 to your computer and use it in GitHub Desktop.
GNOME Wiki Dark Theme

Don't get me wrong the new GNOME Wiki theme is beautiful but rather bright.

Either add this as user CSS or add to Stylish

body {
background-color: #333;
color: white;
}
h1, h2, h3, h4, h5, h6 {
color: #e3e3e3;
}
div#content a, p#pageinfo a, a, a:visited {
color: #819fc5;
}
#global_domain_bar .tab {
background: black;
}
pre {
box-shadow: 0px 1px 1px 0px black;
}
pre, tt, div.codearea {
background: transparent;
border: none;
}
pre, tt {
background: #444;
color: white;
}
div.codearea pre span.ID {
color: white;
}
div.codearea pre span.ResWord {
color: #f54e4e;
}
div.codearea pre span.String, div.codearea pre span.SPChar, div.codearea pre span.Number, div.codearea pre span.Char {
color: #72b3f5;
}
div.codearea pre span.ConsWord {
color: #28d6d6;
}
div.codearea pre span.Comment {
color: #26dc26;
}
div.table-of-contents {
background: #444;
border: none;
border-radius: 4px;
box-shadow: 0px 1px 1px 0px black;
}
strong.highlight {
background-color: #231f00;
}
#message {
background: #777d3d;
border: none;
border-radius: 4px;
box-shadow: 0px 1px 1px 0px black;
max-width: 40em;
width: 100%;
padding: 0px;
}
#message *, #message .info {
color: white;
margin: .5em;
}
#message .clear-link {
color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment