mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 10:06:00 +00:00
theme basic
This commit is contained in:
20
packages/web/src/theme/light.js
Normal file
20
packages/web/src/theme/light.js
Normal file
@@ -0,0 +1,20 @@
|
||||
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',
|
||||
};
|
||||
Reference in New Issue
Block a user