Last active
March 2, 2023 21:22
-
-
Save arsenstorm/1cc804b2f443b08a5d8d2bab1fd5619b to your computer and use it in GitHub Desktop.
Github Halloween Contributions Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Installation: | |
- Download the Stylebot Extension | |
- Create a new style for the URL https://github.com | |
- Paste this code into the new style | |
- Ensure that the style is enabled | |
- Head over to your Github Profile Page | |
*/ | |
.ContributionCalendar-day[data-level="1"] { | |
fill: var(--color-calendar-halloween-graph-day-L1-bg) !important; | |
background-color: var(--color-calendar-halloween-graph-day-L1-bg) !important; | |
} | |
.ContributionCalendar-day[data-level="2"] { | |
fill: var(--color-calendar-halloween-graph-day-L2-bg) !important; | |
background-color: var(--color-calendar-halloween-graph-day-L2-bg) !important; | |
} | |
.ContributionCalendar-day[data-level="3"] { | |
fill: var(--color-calendar-halloween-graph-day-L3-bg) !important; | |
background-color: var(--color-calendar-halloween-graph-day-L3-bg) !important; | |
} | |
.ContributionCalendar-day[data-level="4"] { | |
fill: var(--color-calendar-halloween-graph-day-L4-bg) !important; | |
background-color: var(--color-calendar-halloween-graph-day-L4-bg) !important; | |
} | |
.Progress-item[style] { | |
background-color: var(--color-calendar-halloween-graph-day-L3-bg) !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment