Skip to content

search: Fix expand triangle color with light themes

Waqar Ahmed requested to merge work/fix-search-exp-traingle-color into master

If you are using a non-breeze theme such as fusion and the only color scheme available to you is "light" and you like using dark editor theme, then while searching the expand triangle is almost invisible in search results. This change fixes that.

To test, open kate with fusion style and a dark theme such as "monokai" and search for something

Before

Screenshot_20220218_224758

After

Screenshot_20220218_224722

Subclassing was necessary as we need to only change the color in the view and not other places of the treeview such as scrollbars.

Merge request reports