From 4c66b7d6f002b2711d03f5fddcee46036ddb02d8 Mon Sep 17 00:00:00 2001 From: realfresh <7835503+realfresh@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:52:15 +0800 Subject: [PATCH] fix(search): windows scrollbar thumb style --- src/commands/search/views/preview/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/search/views/preview/mod.rs b/src/commands/search/views/preview/mod.rs index cdff1e4..353e8b7 100644 --- a/src/commands/search/views/preview/mod.rs +++ b/src/commands/search/views/preview/mod.rs @@ -58,6 +58,7 @@ pub fn render_preview(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("░"); //