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

[Suggestion] Make SQL script and .db somewhat different #2604

Open
yoghurtlee-thu opened this issue Sep 21, 2024 · 2 comments
Open

[Suggestion] Make SQL script and .db somewhat different #2604

yoghurtlee-thu opened this issue Sep 21, 2024 · 2 comments

Comments

@yoghurtlee-thu
Copy link

Hi there.

Currently, .sql scripts, .db files, and database-related folders share the same icons. It would be incredibly helpful if we could make them more visually distinct. For example, use blue for .sql and the current yellow for .db.

From my perspective, these visual distinctions would improve file organisation and make it easier for users to quickly locate and identify database-related assets, especially on larger projects.

Thank you for considering this feature request!

Best regards.

@PKief
Copy link
Member

PKief commented Sep 21, 2024

Good suggestion. As I'm thinking that this request might be a little opinionated and other people prefer the current approach, I'm happy to provide you an alternative solution. Recently we've added a way to clone existing icons and apply some different colors to them. You can add the following config to your user settings in VS Code to make that happen:

"material-icon-theme.files.customClones": [
  {
    "name": "sql",
    "base": "database",
    "color": "blue-400",
    "fileExtensions": ["sql"]
  }
]

Then the icons can be differentiated better:

image

@yoghurtlee-thu
Copy link
Author

Good idea. For such a popular open-source project, making this kind of change is indeed a matter of pleasing everyone, which is difficult. I won't close this issue, but I believe it has been reasonably addressed.

Best regards :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants