Skip to content

[themes] Customize the icons of ignore resources #126189

@ghost

Description

gitignore foreground color only applies to the text label.
Would be great to customise gitignored icons in the Explorer:

workbench

The CSS that I used to achieve that effect:

.file-icons-enabled.monaco-workbench.vs-dark .monaco-decoration-iconBadge--9ieymw::before {
    filter: saturate(0);
    opacity: 0.25;
}
.file-icons-enabled.monaco-workbench.vs .monaco-decoration-iconBadge--9ieymw::before {
    filter: saturate(0);
    opacity: 0.5;
}

This feature as supported in Atom's Git integration:

Related to material-extensions/vscode-material-icon-theme#224.

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalitythemesColor theme issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions