dark-light 0.1.1

Detect if dark mode or light mode is enabled
Documentation
fn main() {
    println!("Current mode: {:?}", dark_light::detect());
}