Files
dbgate/web/src/theme.js
2019-12-26 22:33:33 +01:00

23 lines
322 B
JavaScript

export default {
widgetMenu: {
iconSize: 80,
background: "#222"
},
leftPanel: {
width: 300,
background: "#ccc"
},
tabsPanel: {
height: 30,
background:'#ddd',
hoverFont: '#338'
},
statusBar: {
height: 20,
background: "#00c"
},
mainArea: {
background: "#eee"
}
};