Theme Visibility

Hello. First time Krita Forums user here. I have trouble seeing the scroll tab against the scroll background. I’ve tried numerous themes to fix it, but none of them really pop. Is there a theme that will help contrast a bit more? I’m on Windows 11.

:slight_smile: Hello @bozie, and welcome to the forum!

Use “Krita Green”, internal name: Cyber Green, from @PeacockGolden’s set of schemes, it has a very good contrast:

Michelist

Thanks for the welcome!

Their themes are gorgeous, but I specifically am looking for a theme that will contrast the scroll button. I keep clicking the background of the scroll button and throwing myself to some other part of the drawing!

Oh, sorry, you fell victim to my morning grogginess - I reached for the keyboard right after being woken up.
So, there you will need either the Style Sheet Loader Extension plugin and have to create a stylesheet which you can load with the plugin, and probably there will also be a way doing it via scripting of Krita. But since I’m no coder, you have to do it yourself or hope for someone like our script wizard @AkiR who will help you with that.

Michelist

Style Sheet Loader Extension is easiest way to change scroll bar slider color.

add following lines to style sheet text file, and then use Style Sheet Loader.

QScrollBar {
  border: 1px solid rgb(13, 27, 19);
}

QScrollBar::handle {
  background: rgb(177, 78, 129);
}

/AkiR

Thank you! I felt my brain grow a couple folds trying to figure this out, but I got there! Hopefully I won’t have issues launching myself 1500px away from what I’m trying to scroll to now :slight_smile: