Skip to content

Instantly share code, notes, and snippets.

@arsenstorm
Last active March 2, 2023 21:22
Show Gist options
  • Save arsenstorm/1cc804b2f443b08a5d8d2bab1fd5619b to your computer and use it in GitHub Desktop.
Save arsenstorm/1cc804b2f443b08a5d8d2bab1fd5619b to your computer and use it in GitHub Desktop.
Github Halloween Contributions Theme
/* 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