diverger/GitHub Contribution Calendar Theme Detector

Detects the current GitHub contribution calendar theme and extracts color palettes for both light and dark modes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-usernameGitHub username to check for contribution calendar themeno${{ github.repository_owner }}
timezoneTimezone for holiday detection. Supports IANA format (e.g., America/New_York, Asia/Shanghai) or simple aliases (e.g., china, tokyo, london, est, pst). See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for all valid values. Defaults to UTC.noUTC
namedescription
holiday_detectedWhether a holiday theme is currently active (true/false)
theme_nameName of the detected theme (e.g., halloween, christmas, default)
light_color_paletteComma-separated list of colors for light theme
dark_color_paletteComma-separated list of colors for dark theme
light_grid_colorsJSON array of light theme grid colors with levels
dark_grid_colorsJSON array of dark theme grid colors with levels