Skip to content

A library for answering the question «Is this terminal dark or light?» 🦕

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache.txt
MIT
license-mit.txt
Notifications You must be signed in to change notification settings

bash/terminal-colorsaurus

Repository files navigation

terminal-colorsaurus 🦕

Docs Crate Version

A cross-platform library for determining the terminal's background and foreground color.
It answers the question «Is this terminal dark or light?».

Works in all major terminals including Windows Terminal (starting with v1.22).

Example

use terminal_colorsaurus::{theme_mode, QueryOptions, ThemeMode};

match theme_mode(QueryOptions::default()).unwrap() {
    ThemeMode::Dark => { /* ... */ },
    ThemeMode::Light => { /* ... */ },
}

MSRV Policy

This crate's Minimum Supported Rust Version (MSRV) is based on the MSRVs of downstream users such as delta and bat. Changes to the MSRV will be accompanied by a minor version bump.

The following formula determines the MSRV:

min(msrv(bat), msrv(delta))

Inspiration

This crate borrows ideas from many other projects. This list is by no means exhaustive.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A library for answering the question «Is this terminal dark or light?» 🦕

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache.txt
MIT
license-mit.txt

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •