This Beeper WinUI 3 Theme changes the theme of the Beeper Desktop application to match the WinUI 3 design language.
-
Download the latest release's custom.css file
-
Move the
custom.cssfile to %AppData%\Roaming\BeeperTexts\custom.css -
Reload the application or reload the theme by doing one of the following:
- Press
Ctrl + Shift + Rto reload the app. - Open the command palette with
Ctrl + Jand typeReload Appto reload the app. - Open
Settings, navigate to theAppearancesection, and click onReload CSS.
- Press
For automatic updates, you can use the autoupdate.css file which will always load the latest version of the theme from the repository:
-
Download the
autoupdate.cssfile from the latest release. -
Rename the downloaded file to
custom.css. -
Move the renamed
custom.cssfile to%AppData%\Roaming\BeeperTexts\custom.css. -
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.
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.
Every commit message should be made using git-cz and should follow the .git-cz.json config file.