mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
21 lines
444 B
JavaScript
21 lines
444 B
JavaScript
export default {
|
|
background: '#222',
|
|
iconFontColor: '#eee',
|
|
backgroundHover: '#555',
|
|
backgroundSelected: '#4CAF50',
|
|
|
|
leftPanelBackground: '#ccc',
|
|
|
|
widgetBackground: '#222',
|
|
widgetIconFontColor: '#eee',
|
|
widgetBackgroundHover: '#555',
|
|
widgetBackgroundSelected: '#4CAF50',
|
|
|
|
tabsPanelBackground: '#ccc',
|
|
tabsPanelHoverFont: '#338',
|
|
|
|
statusBarBackground: '#00c',
|
|
toolBarBackground: '#eee',
|
|
mainAreaBackground: '#eee',
|
|
};
|