dbgate/packages/web/src/theme.js

31 lines
499 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,
background: "#222",
iconFontSize: "23pt",
iconFontColor: "#eee",
backgroundHover: "#555",
backgroundSelected: "#4CAF50",
2019-12-26 21:33:33 +00:00
},
leftPanel: {
width: 300,
background: "#ccc"
2019-12-26 21:25:28 +00:00
},
tabsPanel: {
2019-12-26 21:33:33 +00:00
height: 30,
2019-12-30 19:17:21 +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,
background: "#00c"
},
2020-03-30 18:17:16 +00:00
toolBar: {
height: 30,
background: "#eee",
},
2019-12-26 21:33:33 +00:00
mainArea: {
background: "#eee"
2019-12-26 21:25:28 +00:00
}
};