Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,20 @@ Transform your GitHub contribution history into a cinematic 3D monolith.
| `monokai` | Classic vibrant dark | `272822` | `a6e22e` | `f8f8f2` |
| `midnight_ocean` | Deep navy bioluminescent | `020c1b` | `0af5ff` | `ccd6f6` |
| `india` | Saffron & India green | `0a0a0a` | `FF9933` | `ffffff` |
| `ocean` | Deep sea teal & navy | `0a192f` | `64ffda` | `ccd6f6` |
| `sunset` | Warm dusk orange | `1a0a0a` | `ff6b35` | `ffd6c0` |
| `forest` | Emerald woodland green | `0d1f0d` | `39d353` | `c8f0c8` |
| `rose` | Blush pink romance | `1f0d14` | `ff6b9d` | `f0c8d4` |
| `nord` | Arctic frost blue | `2e3440` | `88c0d0` | `d8dee9` |
| `synthwave` | 80s retro pink glow | `0d0221` | `ff2d78` | `f8f8f2` |
| `aurora_cyberpunk` | Aurora violet neon | `090B13` | `9D5CFF` | `EAF2FF` |
| `catppuccin_latte` | Pastel latte light | `eff1f5` | `1e66f5` | `4c4f69` |
| `solarized_light` | Warm solarized light | `fdf6e3` | `268bd2` | `586e75` |
| `gruvbox_light` | Retro warm light | `fbf1c7` | `d65d0e` | `3c3836` |
| `nord_light` | Arctic frost light | `eceff4` | `5e81ac` | `2e3440` |
| `cyberpunk` | Neon yellow cyberpunk | `fce22a` | `ff003c` | `111111` |
| `cyberpunk_neon` | Electric cyan neon | `0d0d14` | `ff0055` | `00f3ff` |
| `enterprise` | Professional indigo dark | `1a1a2e` | `6366f1` | `e2e8f0` |

> **`auto` uses CSS `@media (prefers-color-scheme)`** inside the SVG so the badge switches between the `light` and `dark` palettes based on the viewer's OS setting β€” no JavaScript required. This is ideal for GitHub profile READMEs where visitors may use either mode.

Expand Down
Loading