Skip to content

Commit 1056a92

Browse files
committedDec 11, 2024··
📝 Update description
1 parent 9e0ef11 commit 1056a92

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎crates/terminal-colorsaurus/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "terminal-colorsaurus"
3-
description = "Determines the background and foreground color of the terminal"
3+
description = "A cross-platform library for determining the terminal's background and foreground color. It answers the question «Is this terminal dark or light?»."
44
readme = "readme.md"
55
repository = "https://github.com/bash/terminal-colorsaurus"
66
categories = ["command-line-interface"]

‎readme.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
[![Docs](https://img.shields.io/docsrs/terminal-colorsaurus/latest)](https://docs.rs/terminal-colorsaurus)
44
[![Crate Version](https://img.shields.io/crates/v/terminal-colorsaurus)](https://crates.io/crates/terminal-colorsaurus)
55

6-
Determines the background and foreground color of the terminal
7-
using the `OSC 10` and `OSC 11` escape codes.
8-
9-
This library helps answer the question *«Is this terminal dark or light?»*.
6+
A cross-platform library for determining the terminal's background and foreground color. \
7+
It answers the question *«Is this terminal dark or light?»*.
108

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

0 commit comments

Comments
 (0)
Please sign in to comment.