BOCOVO / db-schema-visualizer

A Visual Studio Code extension to visualize database schemas as Entity Relationship Diagrams (ERD) from DBML or Prisma files directly within the editor.
MIT License
43 stars 3 forks source link

feat: add the table's color according to table settings #48

Closed tv-long closed 2 months ago

tv-long commented 2 months ago

Hi @BOCOVO I also actively use your plugins. headerColor setting is also useful for our visualization. So I decide to make the changes and contribute into the plugin.

Added:

BOCOVO commented 2 months ago

Hi @tv-long !

I'm very happy to hear you're using the plugin. Thank you very much for your contribution ❤️ , it is an essential feature.

I'll merge the PR and release a new version as soon as possible so you can enjoy the functionality straight away.

BOCOVO commented 2 months ago

Thanks a lot @tv-long ! It works fine 🔥 .