While GitHub implemented dark theme across their website they forgot about patches, so they always act as a flashbang in the middle of they night...
Dark theme for GitHub patches by ejbtrd
Details
Authorejbtrd
LicenseNo License
Categorygithub
Created
Updated
Size543 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark theme for GitHub patches
@version 20211129.07.38
@namespace userstyles.world/user/ejbtrd
@description While GitHub implemented dark theme across their website they forgot about patches, so they always act as a flashbang in the middle of they night...
@author ejbtrd
@license No License
==/UserStyle== */
@-moz-document regexp("https://github.com/.*.patch") {
html, body, input, textarea, select, button {
border-color: #736b5e;
color: #e8e6e3;
background-color: #181a1b;
}
}