findyourmagic / dber

Database design tool based on entity relation diagram
https://dber.tech
MIT License
674 stars 82 forks source link

header color does not applied #36

Closed DenisZagitov closed 1 week ago

DenisZagitov commented 5 months ago

Hello! Thank you for this tool! I've imported my dbml into dber but all tables just gray. Could you please set the table's color according to table settings (https://dbml.dbdiagram.io/docs/#table-settings)?

Here is an example:

Table users [headercolor: #3498DB] {
    id integer [primary key]
    username varchar(255) [not null, unique]
}

This function implemented here: https://github.com/TruDan/dbdiagram-oss but repo is abandoned and you provide much more functionality