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, }, };