Skip to content

Issue while setting scrollbar track color #1554

@klonuo

Description

@klonuo

Hi,

if I set theme setting "scrollbar_track_fg": [255, 0, 0], it has no effect.

According Devin:

In src/view/ui/split_rendering.rs, the scrollbar track colors are hardcoded based on whether the split is active split_rendering.rs:849-859 :

- Active split: Color::DarkGray
- Inactive split: Color::Black

This code completely ignores the theme.scrollbar_track_fg value you set.

If so please allow setting the color for scrollbar tracker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions