dbgate/packages/web/src/theme.js

34 lines
544 B
JavaScript
Raw Normal View History

2019-12-26 21:25:28 +00:00
export default {
widgetMenu: {
2019-12-30 19:17:21 +00:00
iconSize: 60,
2020-05-10 15:39:49 +00:00
background: '#222',
iconFontSize: '23pt',
iconFontColor: '#eee',
backgroundHover: '#555',
backgroundSelected: '#4CAF50',
2019-12-26 21:33:33 +00:00
},
leftPanel: {
2020-05-10 15:39:49 +00:00
// width: 300,
background: '#ccc',
2019-12-26 21:25:28 +00:00
},
tabsPanel: {
2020-05-12 19:39:14 +00:00
height: 45,
2020-05-10 15:39:49 +00:00
background: '#ddd',
hoverFont: '#338',
2019-12-26 21:25:28 +00:00
},
statusBar: {
2019-12-26 21:33:33 +00:00
height: 20,
2020-05-10 15:39:49 +00:00
background: '#00c',
2019-12-26 21:33:33 +00:00
},
2020-03-30 18:17:16 +00:00
toolBar: {
height: 30,
2020-05-10 15:39:49 +00:00
background: '#eee',
2020-03-30 18:17:16 +00:00
},
2019-12-26 21:33:33 +00:00
mainArea: {
2020-05-10 15:39:49 +00:00
background: '#eee',
},
splitter: {
thickness: 3,
},
2019-12-26 21:25:28 +00:00
};