Skip to content

list-view: Dim fts snippet with alpha, not color.

António Fernandes requested to merge list-view-dim-fts-snippet-with-alpha into master

The full text search snippet shares the cell with the finename, as a single string. Therefore, we cannot rely on the dim-label style, so we set it's color to grey using Pango markup.

But hardcoding colors is bad for theming.

Instead, use alpha transparency to dim fts snippet in a color-agnostic way.

Merge request reports