Files
dbgate/packages/web/src/theme/_theme.bak.js
Jan Prochazka 98d7b3c6b9 theme basic
2020-11-10 21:21:22 +01:00

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