Fix dark/light in readme

This commit is contained in:
Henry Hiles 2025-11-30 22:15:18 -05:00
commit 5cb897d89e
No known key found for this signature in database

View file

@ -1,6 +1,5 @@
# Nexus Client
> [!WARNING]
> Nexus Client is still heavily in development, and is not ready for use!
@ -10,11 +9,12 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
## Screenshots
Light Mode | Dark Mode
:-:|:-:
![Screenshot of Nexus Client in dark mode, showing users talking, with a sidebar showing rooms and spaces, and another sidebar showing members](./assets/screenshotDark.png) | ![The same screenshot as above, but in light mode](./assets/screenshotLight.png)
| Dark Mode | Light Mode |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------: |
| ![Screenshot of Nexus Client in dark mode, showing users talking, with a sidebar showing rooms and spaces, and another sidebar showing members](./assets/screenshotDark.png) | ![The same screenshot as above, but in light mode](./assets/screenshotLight.png) |
## Progress
- [ ] Platform Support
- [x] Linux
- [x] Windows (untested, if you are interested in helping to test, open an issue)
@ -103,14 +103,18 @@ Light Mode | Dark Mode
- [x] Log Out
## Development
Fork and clone the project, then:
- With Nix: Either use direnv, or `nix flake develop`
- Without Nix: Install Flutter, Rust, the libsecret dev package for your distro (must be in `PKG_CONFIG_PATH`), and sqlite (must be in `LD_LIBRARY_PATH`).
Build generated files, and watch for new changes:
```sh
flutter pub run build_runner watch --delete-conflicting-outputs
```
Run `flutter run` to run the app.
## Community