[desktop] Add support for system theme detection

This commit is contained in:
Vladimir Stoilov
2024-07-24 10:53:58 +03:00
parent 5b03076fac
commit a6e1a37239
6 changed files with 159 additions and 20 deletions

View File

@@ -53,6 +53,8 @@ reqwest = { version = "0.12" }
rfd = { version = "*", default-features = false, features = [ "tokio", "gtk3", "common-controls-v6" ] }
open = "5.1.3"
dark-light = "1.1.1"
# Linux only
[target.'cfg(target_os = "linux")'.dependencies]
glib = "0.18.4"