Skip to content

Commit

Permalink
fix: fixed newlines at the ends of the themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Jul 18, 2021
1 parent 9ee2781 commit e6a37c9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.10.0-alpha.6"
version = "0.10.0-alpha.7"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion etc/defaults/themes/classic-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ levels:
error:
level:
foreground: bright-red
modes: [reverse]
modes: [reverse]
2 changes: 1 addition & 1 deletion etc/defaults/themes/classic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ levels:
error:
level:
foreground: bright-red
modes: [reverse]
modes: [reverse]
2 changes: 1 addition & 1 deletion etc/defaults/themes/one-dark-blue-truecolor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ levels:
level-inner:
foreground: *red
message:
foreground: *red
foreground: *red
2 changes: 1 addition & 1 deletion etc/defaults/themes/one-dark-green-truecolor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ levels:
level-inner:
foreground: *red
message:
foreground: *red
foreground: *red

0 comments on commit e6a37c9

Please sign in to comment.