Skip to content

Latest commit

Β 

History

History
62 lines (42 loc) Β· 2.29 KB

File metadata and controls

62 lines (42 loc) Β· 2.29 KB

Beeper WinUI 3 Theme 🎨


This Beeper WinUI 3 Theme changes the theme of the Beeper Desktop application to match the WinUI 3 design language.

Installation πŸš€

  1. Download the latest release's custom.css file

  2. Move the custom.css file to %AppData%\Roaming\BeeperTexts\custom.css

  3. Reload the application or reload the theme by doing one of the following:

    • Press Ctrl + Shift + R to reload the app.
    • Open the command palette with Ctrl + J and type Reload App to reload the app.
    • Open Settings, navigate to the Appearance section, and click on Reload CSS.

Automatic Updates

For automatic updates, you can use the autoupdate.css file which will always load the latest version of the theme from the repository:

  1. Download the autoupdate.css file from the latest release.

  2. Rename the downloaded file to custom.css.

  3. Move the renamed custom.css file to %AppData%\Roaming\BeeperTexts\custom.css.

  4. Follow the same reload steps as above.

This way, whenever the theme is updated in the repository, your Beeper app will automatically use the latest version without needing to download new files.

Suggestions and Contributions πŸ’‘

If you have any suggestions for improvements or new features, feel free to open an issue or submit a pull request on the GitHub repository.

Screenshots πŸ–ΌοΈ

Commit norms πŸ“

Every commit message should be made using git-cz and should follow the .git-cz.json config file.