Skip to content

Commit

Permalink
📝 Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Dec 11, 2024
1 parent 9e0ef11 commit 1056a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/terminal-colorsaurus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "terminal-colorsaurus"
description = "Determines the background and foreground color of the terminal"
description = "A cross-platform library for determining the terminal's background and foreground color. It answers the question «Is this terminal dark or light?»."
readme = "readme.md"
repository = "https://github.com/bash/terminal-colorsaurus"
categories = ["command-line-interface"]
Expand Down
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
[![Docs](https://img.shields.io/docsrs/terminal-colorsaurus/latest)](https://docs.rs/terminal-colorsaurus)
[![Crate Version](https://img.shields.io/crates/v/terminal-colorsaurus)](https://crates.io/crates/terminal-colorsaurus)

Determines the background and foreground color of the terminal
using the `OSC 10` and `OSC 11` escape codes.

This library helps answer the question *«Is this terminal dark or light?»*.
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).

Expand Down

0 comments on commit 1056a92

Please sign in to comment.