Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add custom Style to (top level) Workspace Folders in File Explorer #140007

Open
sillyslux opened this issue Jan 2, 2022 · 4 comments
Open

add custom Style to (top level) Workspace Folders in File Explorer #140007

sillyslux opened this issue Jan 2, 2022 · 4 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues
Milestone

Comments

@sillyslux
Copy link

sillyslux commented Jan 2, 2022

Please add a setting or make it the default to have root-level folders use a different background, so they stand out more.
After adding a few folders to my workspace and expanding some subfolders, the file explorer gets confusing, at least to my eye.

vscode

@sillyslux
Copy link
Author

i've started using this rule with the custom-css extension for now
.explorer-folders-view [aria-level="1"] { background: rgba(0,0,0,.1); }

@IllusionMH
Copy link
Contributor

In the meantime, you can use file icon theme which can provide custom icons for rootfolder-icon.
Seti icons theme doesn't have folder icons at all, however built-in Minimal theme has custom icons for root folders.
Popular themes from marketplace most likely have custom icon for root folders (Material icon theme have them for sure)

@JacksonKearl JacksonKearl added feature-request Request for new features or functionality file-explorer Explorer widget issues labels Jan 3, 2022
@lramos15 lramos15 assigned lramos15 and unassigned JacksonKearl May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues
Projects
None yet
Development

No branches or pull requests

5 participants
@IllusionMH @lramos15 @JacksonKearl @sillyslux and others