mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 02:25:59 +00:00
introduced yarn workspace
This commit is contained in:
26
packages/web/src/theme.js
Normal file
26
packages/web/src/theme.js
Normal file
@@ -0,0 +1,26 @@
|
||||
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"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user