[GH-ISSUE #36] header color does not applied #23

Closed
opened 2026-03-02 04:05:22 +03:00 by kerem · 0 comments
Owner

Originally created by @deniszagitov on GitHub (May 5, 2024).
Original GitHub issue: https://github.com/findyourmagic/dber/issues/36

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

Originally created by @deniszagitov on GitHub (May 5, 2024). Original GitHub issue: https://github.com/findyourmagic/dber/issues/36 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
kerem closed this issue 2026-03-02 04:05:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dber#23
No description provided.