Skip to content

Empty @name replaces the default template - 3/27/2022, 11:33:13 PM by eplord

Details

Authoreplord

LicenseNo License

Categoryhehe

Created

Updated

Size20 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

duh

Notes

duh

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           Empty @name replaces the default template - 3/27/2022, 11:33:13 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
/*
urls on the domain: github.com
urls on the domain: githubusercontent.com
 */
html {
	-webkit-filter: invert(100%);
}
img,
iframe {
	-webkit-filter: invert(100%);
}
body {
	background: #eee !important;
	background-color: #eee !important;
}
.text-white,
.checks-list-item.selected .selected-color-white {
	color: #000 !important;
}
.checks-list-item.selected .checks-list-item-name {
	background-color: #7878A0 !important;
}
.bg-gray-light {
	background-color: #fff !important;
}
.bg-gray-dark {
	background-color: #eee !important;
}
.bg-blue {
	background-color: #957373 !important;
}
.bg-green {
	background-color: #6f42c1 !important;
}
.bg-red {
	background-color: #28c5b6 !important;
}
.bg-yellow {
	background-color: #002cc2 !important;
}
.CheckRun {
	background: #eee !important;
}
.CheckRun-header {
	background: #fff !important;
	border-color: #fff;
}
.CheckRun-search .btn[disabled] {
	background: #cdcdcd;
}
.CheckRun-search-input {
	background: #cdcdcd;
}
.CheckRun-log-title {
	color: #111;
}
.CheckStep-line {
	color: #3f3f3f;
}
details.CheckStep {
	background: #eee;
	border-color: #fff;
}
.CheckStep-line:hover {
	color: #000;
	background-color: #eee;
}
.CheckStep .log-line-command {
	color: #957373 !important
}
.CheckStep .ansifg-g {
	color: #6f42c1 !important
}
.CheckStep .ansifg-r {
	color: #28c5b6 !important
}
.CheckStep .ansifg-y {
	color: #002cc2 !important;
}
.CheckStep .log-line-error {
	color: #28c5b6 !important
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-button:vertical:increment {
	background-color: #111;
}
::-webkit-scrollbar-button:vertical:increment:hover {
	background-color: #666;
}
::-webkit-scrollbar-button:vertical:decrement {
	background-color: #222;
}
::-webkit-scrollbar-button:vertical:decrement:hover {
	background-color: #666;
}
::-webkit-scrollbar-thumb {
	background-color: #222;
	border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #111;
}
::-webkit-scrollbar-track {
	background-color: #111;
}
::-webkit-scrollbar-corner {
	background-color: #111;
}
.blob-wrapper::-webkit-scrollbar {
	width: 13px;
}
.blob-wrapper::-webkit-scrollbar-button:vertical:increment {
	background-color: #eee;
}
.blob-wrapper::-webkit-scrollbar-button:vertical:increment:hover {
	background-color: #999;
}
.blob-wrapper::-webkit-scrollbar-button:vertical:decrement {
	background-color: #ddd;
}
.blob-wrapper::-webkit-scrollbar-button:vertical:decrement:hover {
	background-color: #999;
}
.blob-wrapper::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 0;
}
.blob-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #eee;
}
.blob-wrapper::-webkit-scrollbar-track {
	background-color: #eee;
}
.dashboard-sidebar::-webkit-scrollbar-track {
	background-color: #eee;
}
.dashboard-sidebar::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.dashboard-sidebar::-webkit-scrollbar-button:vertical:increment {
	background-color: #ddd;
}
.dashboard-sidebar::-webkit-scrollbar-button:vertical:decrement {
	background-color: #ddd;
}

a,
a:visited,
#footer .inner .links a {
	color: #957373;
}
a:hover,
#footer .inner .links a:hover {
	color: #957373;
}
.Header,
.Header-old {
	background: #ddd;
}
.header-search-input,
.header-search-wrapper {
	background: #fff;
}
.top-nav > li > a,
h3,
.markdown-format h3 {
	color: #444;
}
.top-nav > li > a:hover {
	color: #957373;
}
.HeaderNavlink {
	color: #999;
}
.HeaderNavlink:hover,
.HeaderNavlink:focus {
	color: #666;
}
.dashboard-tabs a {
	color: #444;
}
.dashboard-tabs a.selected,
.dashboard-tabs a.selected:hover {
	color: #000;
	border-bottom: 2px solid #957373;
}
.dashboard-tabs a:hover {
	color: #000;
	border-bottom: 2px solid #957373;
	background-color: #957373;
	background-image: -moz-linear-gradient(#fff, #b2a4a4);
	background-image: -webkit-linear-gradient(#fff, #b2a4a4);
	background-image: linear-gradient(#fff, #b2a4a4);
}
.marketing-nav a.selected {
	border-bottom: 2px solid #957373;
}
.marketing-nav a {
	color: #444;
}
.tabnav .tabnav-tabs a {
	color: #444;
}
.repo-filterer .repo-filter.filter-selected,
.pagehead-nav-item.selected {
	border-bottom: 2px solid #7878A0;
}
.pagehead-tabs-item.selected {
	border-top: 2px solid #7878A0;
	background: #eee;
}
.repo-list h3 a:hover {
	text-decoration: none;
	color: #7878A0;
}
.repo-filterer .repo-filter:hover {
	border-bottom: 2px solid #999;
}
.reponav-item.selected {
	border-top-color: #7878A0;
	background-color: #eee;
}
.underline-nav-item.selected,
.UnderlineNav-item.selected {
	border-bottom-color: #7878A0;
}
.ajax-pagination-form .ajax-pagination-btn,
.numbers-summary a:hover {
	color: #7878A0;
}
.subnav-item.selected,
.subnav-item.selected:hover,
.subnav-item.selected:focus,
.pagination .current,
.pagination .current:hover {
	background-color: #7878A0;
	border-color: #7878A0;
}
.profile-timeline-year-list,
.js-profile-timeline-year-list {
	background-color: transparent !important;
}
ul.filter-list .filter-item {
	border-radius: 0px;
}
ul.filter-list {
	background: #fff;
}
ul.filter-list .filter-item {
	color: #444;
}
ul.filter-list .filter-item.selected {
	background: #957373;
	color: #fff;
}
.news .alert .branch-link .octicon,
.branch-name .octicon {
	color: #222;
}
.news .alert .pull-info,
.news .alert .branch-link,
.commit-ref {
	color: #454545;
	background: #d8d7dd;
}
.commit-ref .user {
	color: #000;
}
.full-commit p.commit-title {
	color: #111;
}
.btn-link {
	color: #7878A0;
}
.feed-icon a {
	background: #d8d7dd;
}
.button.primary,
.minibutton.primary,
.button.glowing {
	background-color: #957373;
	background-image: -moz-linear-gradient(#957373, #b2a4a4);
	background-image: -webkit-linear-gradient(#957373, #b2a4a4);
	background-image: linear-gradient(#957373, #b2a4a4);
	border-color: #b2a4a4;
	color: #eee;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.menu-container,
.boxed-group {
	background: #eae9f0;
}
.boxed-group h3 {
	border: none;
}
.boxed-group .boxed-group-inner {
	border-color: #eae9f0;
}
.menu {
	border: 1px solid #eae9f0;
}
.menu a.selected {
	border-left: 2px solid #957373;
}
.repo-list-item {
	background-color: #f5f5f5;
}
.private .repo-list-item,
.branch-name {
	background-color: #eee;
}
.repo-filterer .repo-filter {
	color: #000;
}
.simple-conversation-list > li .state-open,
.gh-header-status.open,
.discussion-item-open .discussion-item-icon {
	background-color: #9339bb;
}
.simple-conversation-list > li .state-merged,
.gh-header-status.merged,
.discussion-item-merged .discussion-item-icon {
	background-color: #91ab6b;
}
.simple-conversation-list > li .state-closed,
.gh-header-status.closed,
.discussion-item-closed .discussion-item-icon {
	background-color: #42d3ff;
}
.simple-conversation-list > li .state-published,
.gh-header-status.published,
.discussion-item-published .discussion-item-icon {
	background-color: #9339bb;
}
.open.octicon {
	color: #42d3ff;
}
.closed.octicon {
	color: #9339bb;
}
.repo-list-item .repo-icon {
	color: #666;
}
.text-diff-added,
.cadd,
.a,
.authors-and-code .insertions,
.summary-stats li .octicon-git-branch,
.summary-stats li .octicon-issue-opened {
	color: #aa5acd;
}
.code-frequency .addition,
g.active rect,
.contributors-graph .capped-card path {
	fill: #aa5acd;
}
.text-diff-deleted,
.cdel,
.d,
.authors-and-code .deletions,
.summary-stats li .octicon-issue-closed {
	color: #42d3ff;
}
.graphs .dot,
g.mini,
.graphs .area {
	fill: #7878A0;
}
.graphs .path,
.graphs .dot {
	stroke: #7878A0;
}
.octofication .message {
	border-color: #7878A0;
}
.site-footer .octicon-mark-github,
.octofication .broadcast-icon,
.site-header .site-header-link {
	color: #7878A0;
}
.boxed-group .counter {
	background-color: #7878A0;
}
.code-frequency .deletion {
	fill: #42d3ff;
}
.network .current-repository {
	background: #ddd;
}
.network .network-tree {
	-webkit-filter: invert(0%);
}
.code-list .private .bubble {
	border: none;
	background: #eae9f0;
}
.code-list .private .bubble .file-box {
	border: 1px solid #eae9f0;
}
.blob-line-nums a,
.blob-line-nums span {
	color: #666;
}
.list-group-item.navigation-focus {
	background: #eae9f0;
}
.usage-bar dd span {
	background-color: #9c51d9;
	background-image: -moz-linear-gradient(#7e3ab5, #9c51d9);
	background-image: -webkit-linear-gradient(#7e3ab5, #9c51d9);
	background-image: linear-gradient(#7e3ab5, #9c51d9);
	background-repeat: repeat-x;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
}
.usage-bar dd span.danger {
	background-color: #1236ff;
	background-image: -moz-linear-gradient(#09209f, #1236ff);
	background-image: -webkit-linear-gradient(#09209f, #1236ff);
	background-image: linear-gradient(#09209f, #1236ff);
}
.usage-bar dd span.maxed {
	background-color: #99ffff;
	background-image: -moz-linear-gradient(#6ff6ff, #9ff9ff);
	background-image: -webkit-linear-gradient(#6ff6ff, #9ff9ff);
	background-image: linear-gradient(#6ff6ff, #9ff9ff);
}
.starred-repo.navigation-focus {
	background-color: #eee;
}
.enterprise .notification-indicator.contextually-unread {
	background-color: #cfbdab;
	background-image: -moz-linear-gradient(#425567, #cfbdab);
	background-image: -webkit-linear-gradient(#425567, #cfbdab);
	background-image: linear-gradient(#425567, #cfbdab);
	border-color: #273644 #273644 #273644 #2a2c2e;
}
.notification-indicator .mail-status {
	background-color: #555;
	background-color: #333;
	background-image: -moz-linear-gradient(#555, #333);
	background-image: -webkit-linear-gradient(#555, #333);
	background-image: linear-gradient(#555, #333);
}
.notification-indicator:hover .mail-status {
	background-color: #444;
	background-image: -moz-linear-gradient(#666, #444);
	background-image: -webkit-linear-gradient(#666, #444);
	background-image: linear-gradient(#666, #444);
}
.notification-indicator .unread {
	background-color: #cd965f;
	background-image: -moz-linear-gradient(#be7c3b...

Reviews

No reviews yet.