Skip to content

Commit

Permalink
update terminal-light
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Mar 8, 2024
1 parent 53d193c commit b76b484
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
8 changes: 6 additions & 2 deletions resources/default-conf/skins/solarized-light.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76b484

Please sign in to comment.