mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
configurable theme
This commit is contained in:
@@ -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"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user