Skip to content

Dark scrollbars for dark theme #71

@yozhic

Description

@yozhic

Currently, light scrollbars are used in the dark theme:

See the screenshot Image

I'm not sure (you know better, of course), but it seems to me that since mdview uses Electron, it would be fairly easy to fix this using CSS. I assume you use CSS to customize themes, although I didn't find any CSS among the mdview files 😀 If CSS is indeed used, this could be done via color-scheme, for example:

:root {
  color-scheme: dark;
}

Or using a more precise technique.

In any case, if it requires more effort than a simple CSS adjustment, it's not worth your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions