Skip to content

Instantly share code, notes, and snippets.

@shodty
Last active May 1, 2021 02:18
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 shodty/4fed444da34ed1aa49542312cbc1a36f to your computer and use it in GitHub Desktop.
Save shodty/4fed444da34ed1aa49542312cbc1a36f to your computer and use it in GitHub Desktop.
cgwiki dark theme for stylus
body, .p-navbar, pre, .form-control, .p-search .searchGoButton:last-child, .p-search .mw-searchButton:last-child {
background: #161310 !important;
color: #c5c4be;
}
h1, h2, h3, h4, h5, h6 {
color: #6f996f;
}
a {
color: #7dae2a !important;
}
img[src="cgwiki_icon2.png"] {
filter: invert(1);
}
.toc, .mw-warning, .toccolours {
background-color: #1b1b18;
}
.tocnumber {
color: #c5c4be;
}
.dropdown-menu {
background-color: #1b1b18;
border: 1px solid white;
}
.dropdown-item:hover, .p-navbar .navbar-nav .dropdown-menu > div > a:first-child:last-child:hover, .dropdown-item:focus, .p-navbar .navbar-nav .dropdown-menu > div > a:first-child:last-child:focus {
background: #343232;
}

Using Stylus Chrome extension Available Here

Create theme for tokeru.com and paste in the above code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment