summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTau <git@tau.garden>2024-03-12 16:05:44 +0100
committerGitHub <noreply@github.com>2024-03-12 11:05:44 -0400
commit2f76c56d91d3d49feb170b89d7526e0272634998 (patch)
treea1f2ad71790e45527ec8c53c9169bff3634074a3 /Cargo.toml
parent9b775ecd36bf6b399186219a0b9345ccd403d6ef (diff)
Detect Dark/Light Mode from Terminal (#1615)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a714f0..8d0917b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,6 +54,7 @@ unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
xdg = "2.4.1"
clap_complete = "4.4.4"
+terminal-colorsaurus = "0.3.1"
[dependencies.git2]
version = "0.18.2"