-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitythemesColor theme issuesColor theme issues
Milestone
Description
gitignore foreground color only applies to the text label.
Would be great to customise gitignored icons in the Explorer:
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.
hisuwh, Jameskmonger, OwenPattison and dylanvorster
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitythemesColor theme issuesColor theme issues

