summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-03-08 21:31:01 +0100
committerCanop <cano.petrole@gmail.com>2024-03-08 21:31:01 +0100
commitb76b484f77b2a7243b3dd3e1ee612feca6dc5f1e (patch)
treecd63de2a264f3839b13c7f3fcaa0c9df58d0ca15
parent53d193cd9a15f4750e757e6901eab80e73264c6d (diff)
update terminal-light
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml3
-rw-r--r--resources/default-conf/skins/solarized-light.hjson8
3 files changed, 13 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8f70112..09cd78d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2140,14 +2140,14 @@ dependencies = [
[[package]]
name = "terminal-light"
-version = "1.2.0"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b748946b488b3be8a53d90d71692b43e3b2389401a678a2b44a460ea4d295451"
+checksum = "0095344331f9bb7a38c69704aaea95f6de495a226a20a524a916ef617c6fed43"
dependencies = [
"coolor",
"crossterm",
"thiserror",
- "xterm-query 0.2.0",
+ "xterm-query 0.3.0",
]
[[package]]
@@ -2880,9 +2880,9 @@ dependencies = [
[[package]]
name = "xterm-query"
-version = "0.2.0"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec02abe9c7efbcb010adc0d90bc4a054653477cd4a3eb8eef5a689799c146a13"
+checksum = "5a6af094c5a26cf7663e97d92f69dd6f4c131e90e95ac64308289fce9168c066"
dependencies = [
"mio",
"nix 0.22.3",
diff --git a/Cargo.toml b/Cargo.toml
index 8510e30..737be72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.29.0"
terminal-clipboard = { version = "0.4.1", optional = true }
-terminal-light = "1.2.0"
+terminal-light = "1.3.0"
toml = "0.8"
trash = "3.1.2"
umask = "2.1.0"
@@ -126,3 +126,4 @@ harness = false
# lazy-regex = { path = "../lazy-regex" }
# lazy-regex-proc_macros = { path = "../lazy-regex/src/proc_macros" }
# strict = { path = "../strict" }
+#xterm-query = { path = "../xterm-query" }
diff --git a/resources/default-conf/skins/solarized-light.hjson b/resources/default-conf/skins/solarized-light.hjson
index d83f3d5..b9d7907 100644
--- a/resources/default-conf/skins/solarized-light.hjson
+++ b/resources/default-conf/skins/solarized-light.hjson
@@ -4,11 +4,15 @@
// The Solarized Light skin uses RGB values, so it might not work well with some
// terminals
//
+// If you prefer to keep the background the same as your terminal background, change
+// the "default" entry to
+// default: "none none / rgb(147, 161, 161) none"
+//
// Doc at https://dystroy.org/broot/skins/
skin: {
- // base00 base3 / base1 base2
- default: "rgb(101, 123, 131) rgb(253, 246, 227) / rgb(147, 161, 161) rgb(238, 232, 213)"
+ // base00 default / base1 base2
+ default: "rgb(101, 123, 131) none / rgb(147, 161, 161) none"
// base1 default
tree: "rgb(147, 161, 161) none"
// default default