Skip to content

Kolpixx/Wilber

Repository files navigation

Wilber

Wilber is a free & open-source sobriety tracker running fully local inside your browser.

Images

Banner

Banner for Wilber with headline: "Wilber; Sobriety tracker - private!". On the bottom left of the picture is a QR-Code which leads to the url: "wilberapp.netlify.app". On the right side of the picture, three components of the web app are showcased, all tilted slightly, overlapping each other a bit to create a playful vibe.

Contributing

Contributions are always welcome! To add a new theme you can head to the consts.ts file, add the identifier and display name (["IDENTIFIER", "DISPLAY_NAME"]) to the themes Array and set your custom css rules in the themes.css file.

body[data-theme="IDENTIFIER"] {
  --background: VALUE;
  --background-1: VALUE;
  --background-hover: VALUE;

  --border: VALUE;

  --accent: VALUE;
  --text: VALUE;

  --blue: VALUE;
  --blue-1: VALUE;
  --blue-2: VALUE;
  --blue-3: VALUE;
  --blue-4: VALUE;
  --blue-5: VALUE;
  --blue-bg: VALUE;

  --green: VALUE;
  --red: VALUE;
}

Feel free to make other changes too (like the alien theme changing the logo).

License

This project is licensed under MIT.

About

Wilber is a free & open-source sobriety tracker running fully local inside your browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors