Files
dbgate/web/src/theme.js
2019-12-30 20:17:21 +01:00

27 lines
441 B
JavaScript

export default {
widgetMenu: {
iconSize: 60,
background: "#222",
iconFontSize: "23pt",
iconFontColor: "#eee",
backgroundHover: "#555",
backgroundSelected: "#4CAF50",
},
leftPanel: {
width: 300,
background: "#ccc"
},
tabsPanel: {
height: 30,
background: "#ddd",
hoverFont: "#338"
},
statusBar: {
height: 20,
background: "#00c"
},
mainArea: {
background: "#eee"
}
};