Skip to content

Commit

Permalink
fix(search): windows scrollbar thumb style
Browse files Browse the repository at this point in the history
  • Loading branch information
realfresh committed Sep 14, 2023
1 parent 974e33d commit 4c66b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/search/views/preview/mod.rs
Expand Up @@ -58,6 +58,7 @@ pub fn render_preview<B: Backend>(app: &mut UIState, f: &mut Frame<'_, B>) -> Re
.orientation(ScrollbarOrientation::VerticalRight)
.begin_symbol(Some(""))
.end_symbol(Some(""))
.thumb_style(Style::new().on_light_yellow())
.track_symbol("-") // ─
.thumb_symbol("░"); //

Expand Down

0 comments on commit 4c66b7d

Please sign in to comment.