Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.05 KB

File metadata and controls

49 lines (34 loc) · 1.05 KB

Winamp Theme

← Back to README

A love letter to the loud desktop era: equalizers, skins, glowing plastic UI, and the kind of chaos that somehow still looked cool.

Dark Mode

Winamp Contributions Dark

Light Mode

Winamp Contributions Light

Workflow snippet

- name: Generate Winamp SVGs
  uses: stefashkaa/github-profile-crt@v1
  with:
    output-dir: assets
    themes: winamp

Profile README snippet

<p align="center">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="../assets/winamp-dark.svg">
    <source media="(prefers-color-scheme: light)" srcset="../assets/winamp-light.svg">
    <img alt="Winamp Contributions" src="../assets/winamp-dark.svg" width="100%">
  </picture>
</p>

↑ Scroll to top