mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 01:45:59 +00:00
34 lines
643 B
JavaScript
34 lines
643 B
JavaScript
// export default {
|
|
// widgetMenu: {
|
|
// iconSize: 60,
|
|
// background: '#222',
|
|
// iconFontSize: '23pt',
|
|
// iconFontColor: '#eee',
|
|
// backgroundHover: '#555',
|
|
// backgroundSelected: '#4CAF50',
|
|
// },
|
|
// leftPanel: {
|
|
// // width: 300,
|
|
// background: '#ccc',
|
|
// },
|
|
// tabsPanel: {
|
|
// height: 53,
|
|
// background: '#ddd',
|
|
// hoverFont: '#338',
|
|
// },
|
|
// statusBar: {
|
|
// height: 20,
|
|
// background: '#00c',
|
|
// },
|
|
// toolBar: {
|
|
// height: 30,
|
|
// background: '#eee',
|
|
// },
|
|
// mainArea: {
|
|
// background: '#eee',
|
|
// },
|
|
// splitter: {
|
|
// thickness: 3,
|
|
// },
|
|
// };
|