icon-view: Display hidden files with transparency#1874
Open
icon-view: Display hidden files with transparency#1874
Conversation
cwendling
reviewed
Feb 26, 2026
44f507e to
89e422c
Compare
cwendling
reviewed
Feb 26, 2026
Member
cwendling
left a comment
There was a problem hiding this comment.
I couldn't test yet, but looks fairly reasonable.
This said, shouldn't the text also be dimmed? Especially in list/tree mode, having only the icon dimmed might not make so much of a difference, does it?
7000294 to
e0aba26
Compare
Member
Author
Good question, but I'm not sure about that. The icon is a quick visual cue, whereas the text is meant to be read. Making it less opaque will affect contrast and therefore readability and accessibility. For comparison, nautilus doesn't seem to dim the text either. |
77a433a to
46ac0de
Compare
Member
Member
Author
|
Because caja is running your desktop session directly, you might need to do something like: |
46ac0de to
8729ee1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Render hidden files with some transparency to visually distinguish them from regular files. Files become fully opaque when selected or highlighted.
Fixes #1872