darkmode 0.1.0

Darkmode detection on linux using XDG desktop portal
Documentation
1
2
3
fn main() {
    println!("{:?}", darkmode::detect().unwrap());
}