configurable theme

This commit is contained in:
Jan Prochazka
2019-12-26 22:33:33 +01:00
parent 43bc6a719c
commit 4fc93005f6
3 changed files with 30 additions and 16 deletions

View File

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