1 2 3 4 5 6 7 8 9
# `pal/dark_mode.rs` ## `pub(crate) fn is_dark_mode() -> bool` *Line 3 · fn* Check if Windows is in dark mode by querying the registry. ---