highlight spaces between bytes when selected
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
use ratatui::style::Color;
|
||||
|
||||
pub trait SelectGrey {
|
||||
fn select_grey() -> Self;
|
||||
}
|
||||
|
||||
impl SelectGrey for Color {
|
||||
fn select_grey() -> Self {
|
||||
Self::Indexed(242)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user