Cuperino / QPrompt-Teleprompter

Teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
https://qprompt.app
GNU General Public License v3.0
379 stars 26 forks source link

Frame scroll controls become invisible when background is set to black #48

Closed videosmith closed 2 years ago

videosmith commented 2 years ago

Bug Description When selecting Black as the background color, the right-side scroll bar is invisible.

Expected behavior

Invert the scroll elements colors?

Device information

Cuperino commented 2 years ago

This is an unintended consequence of the scrollbar being composed of opaque black rectangles. Inverting colors is computationally inexpensive but may result in a distracting amount of contrast with the background because humans are more susceptible to differences between light colors than we are to differences between dark colors.

I'll see if I can use an accent color for the scrollbar.

Cuperino commented 2 years ago

Used color theory and played with opacity to ensure the scroll indicator is always visible in the most common backgrounds, which are black, white and the default gray. This change also increases performance while prompting, but I doubt that it is perceptible.

Fix will be out in the next update.