Skip to content

Commit

Permalink
refactor and colouring of tree
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Dec 2, 2022
1 parent 8e4a6c8 commit a877d33
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 164 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 @@ -5,7 +5,7 @@ description = "List system USB buses and devices; a modern and compatiable `lsus
repository = "https://github.com/tuna-f1sh/cyme"
readme = "README.md"
license = "GPL-3.0-or-later"
version = "0.8.2"
version = "0.8.3"
edition = "2021"
keywords = ["usb", "lsusb", "system_profiler", "macos", "libusb"]
categories = ["command-line-utilities"]
Expand Down
4 changes: 2 additions & 2 deletions src/colour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ impl ColourTheme {
tree_bus_terminator: Some(Color::BrightBlack),
tree_configuration_terminator: Some(Color::BrightBlack),
tree_interface_terminator: Some(Color::BrightBlack),
tree_endpoint_in: Some(Color::Blue),
tree_endpoint_out: Some(Color::Green),
tree_endpoint_in: Some(Color::Yellow),
tree_endpoint_out: Some(Color::Magenta),
}
}
}
Expand Down
Loading

0 comments on commit a877d33

Please sign in to comment.