Skip to content

Commit

Permalink
Merge pull request #62 from pamburus/feature/follow-mode
Browse files Browse the repository at this point in the history
new: Improved sync issue warning sign style in follow mode
  • Loading branch information
pamburus committed Jul 9, 2023
2 parents 50f34bb + a6dc06e commit 2f131d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
description = "Utility for viewing json-formatted log files."
keywords = ["cli", "human", "log"]
name = "hl"
version = "0.20.0-beta.11.1"
version = "0.20.0-beta.11.2"
edition = "2021"
build = "build.rs"

Expand Down
1 change: 1 addition & 0 deletions etc/defaults/themes/universal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ indicators:
inner:
style:
foreground: 'yellow'
modes: [bold]
2 changes: 1 addition & 1 deletion src/themecfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ impl Default for SyncIndicatorPack {
prefix: String::default(),
suffix: String::default(),
style: Style {
modes: Vec::default(),
modes: vec![Mode::Bold],
background: None,
foreground: Some(Color::Plain(PlainColor::Yellow)),
},
Expand Down

0 comments on commit 2f131d2

Please sign in to comment.