Skip to content

Commit

Permalink
new: improved level style in neutral theme (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus authored Mar 28, 2024
1 parent a09182b commit 4ca966c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.27.2-alpha.4"
version = "0.27.2"
edition = "2021"
build = "build.rs"

Expand Down
15 changes: 9 additions & 6 deletions etc/defaults/themes/neutral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ elements:
modes: [faint, italic]
level:
foreground: default
modes: [faint]
message:
foreground: default
modes: [bold]
Expand All @@ -33,22 +34,24 @@ elements:
levels:
debug:
level-inner:
foreground: bright-magenta
foreground: default
info:
level-inner:
foreground: cyan
foreground: green
warning:
level:
time:
foreground: yellow
level-inner:
foreground: bright-yellow
message:
foreground: yellow
modes: [reverse]
error:
time:
foreground: bright-red
message:
foreground: bright-red
level:
level-inner:
foreground: bright-red
modes: [reverse]
indicators:
sync:
synced:
Expand Down

0 comments on commit 4ca966c

Please sign in to comment.