@iteria-app/vuerd
Version:
ERD editor
23 lines (22 loc) • 831 B
CSS
:root {
--vuerd-theme-canvas: #390000;
--vuerd-theme-table: #330000;
--vuerd-theme-table-active: #970000;
--vuerd-theme-focus: #970000;
--vuerd-theme-key-pk: #b4b400;
--vuerd-theme-key-fk: #dda8b1;
--vuerd-theme-key-pfk: #60b9c4;
--vuerd-theme-font: #cccccc;
--vuerd-theme-font-active: #ffffff;
--vuerd-theme-font-placeholder: rgba(204, 204, 204, 0.5);
--vuerd-theme-contextmenu: #580000;
--vuerd-theme-contextmenu-active: #880000;
--vuerd-theme-edit: #ffc107;
--vuerd-theme-column-select: #880000;
--vuerd-theme-column-active: #800000;
--vuerd-theme-minimap-shadow: #000000;
--vuerd-theme-scrollbar-thumb: rgba(121, 121, 121, 0.4);
--vuerd-theme-scrollbar-thumb-active: rgba(100, 100, 100, 0.7);
--vuerd-theme-menubar: #580000;
--vuerd-theme-visualization: #390000;
}