This style forces the GitHub contribution graph to be a specific variant, such as Halloween or Winter.
当前为
/* ==UserStyle==
@name Force GitHub contribution graph variant
@version 0.0.1
@namespace charles25565
@license MIT
@preprocessor uso
@var select variant "Variant" ["halloween", "winter"]
@description This style forces the GitHub contribution graph to be a specific variant, such as Halloween or Winter.
==/UserStyle== */
@-moz-document domain("github.com") {
:root {
--contribution-default-bgColor-1: var(--contribution-/*[[variant]]*/-bgColor-1) !important;
--contribution-default-bgColor-2: var(--contribution-/*[[variant]]*/-bgColor-2) !important;
--contribution-default-bgColor-3: var(--contribution-/*[[variant]]*/-bgColor-3) !important;
--contribution-default-bgColor-4: var(--contribution-/*[[variant]]*/-bgColor-4) !important;
}
}