seriousm4x / UpSnap

A simple wake on lan web app written with SvelteKit, Go and PocketBase.
MIT License
2.21k stars 83 forks source link

New Theme #531

Closed Raulmora22 closed 5 months ago

Raulmora22 commented 5 months ago

I made a new theme for UpSnap.

Raulmora22 commented 5 months ago

I don't know why github change 63 files , i only change the tailwind.config.js file adding this lines.

Captura desde 2024-04-15 15-11-29

seriousm4x commented 5 months ago

Thanks for your interest in adding this theme. Please clean up your branch before creating a pr (you can force push your cleanup to this branch).

Did you test your changes? Because I don't think so. Your changes are missing the following things:

  1. Inherit default styles from an existing theme (light or dark preferably).
  2. Add your theme to the theme array in the navbar or else you can't select it.