Sublime Forum

Find results in scrollbar: Make them more contrast

#1

I’m a big fan of the highlight_find_results_in_scrollbar setting and waited for it since ST 2. But the colors are too dim for me. Is it possible to make them more contrast?

  "globals":
  {
    "scroll_selected_highlight": "red",
    "scroll_highlight":          "orange",
  },
  // ...

I tried Settings > Customize theme, but there are really too many settings there for me (2500 lines). Does somebody know what exactly I should change?

0 Likes

#2

The only way to do so, would require increasing transparency of scroll bar and puck, as those highlightings are rendered behind.

This is also what causes them to be invisible in some themes.

see: https://github.com/sublimehq/sublime_text/issues/6599

2 Likes