is-dark-theme 1.0.0

Check if macOS is configured to use a Dark Mode appearance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
categories = ["os::macos-apis", "gui"]
description = "Check if macOS is configured to use a Dark Mode appearance"
edition = "2021"
homepage = "https://lib.rs/crates/is-dark-theme"
keywords = ["dark", "light", "appearance", "color-scheme", "AppleInterfaceStyle"]
license = "Apache-2.0 OR MIT"
name = "is-dark-theme"
repository = "https://github.com/kornelski/is-dark-theme.git"
version = "1.0.0"

[target.'cfg(target_vendor = "apple")'.dependencies.core-foundation-sys]
version = "0.8.6"