-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, light scrollbars are used in the dark theme:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
