Custom colors for GitLab's profile activity calendar
GitLab profile activity calendar colors by christopher-hayes
Details
Authorchristopher-hayes
LicenseNo License
CategoryGitLab
Created
Updated
Size607 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 GitLab profile activity calendar colors
@version 20220503.17.16
@namespace userstyles.world/user/christopher-hayes
@description Custom colors for GitLab's profile activity calendar
@author christopher-hayes
@license No License
==/UserStyle== */
@-moz-document domain("gitlab.com") {
.user-contrib-cell[data-level='0'] { fill: #242424; }
.user-contrib-cell[data-level='1'] { fill: #3e2922; }
.user-contrib-cell[data-level='2'] { fill: #643b2d; }
.user-contrib-cell[data-level='3'] { fill: #893e24; }
.user-contrib-cell[data-level='4'] { fill: #893e24; }
}