mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
themable colors
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export default {
|
||||
background: '#222',
|
||||
iconFontColor: '#eee',
|
||||
backgroundHover: '#555',
|
||||
backgroundSelected: '#4CAF50',
|
||||
border: '#ccc',
|
||||
|
||||
mainAreaBackground: '#eee',
|
||||
mainFont: 'black',
|
||||
mainFontGray: 'gray',
|
||||
mainFontActive: 'blue',
|
||||
|
||||
leftPanelBackground: '#ccc',
|
||||
|
||||
@@ -10,11 +12,28 @@ export default {
|
||||
widgetIconFontColor: '#eee',
|
||||
widgetBackgroundHover: '#555',
|
||||
widgetBackgroundSelected: '#4CAF50',
|
||||
widgetTitleBackground: 'gray',
|
||||
|
||||
tabsPanelBackground: '#ccc',
|
||||
tabsPanelBackground: '#ddd',
|
||||
tabsPanelBackgroundHover: '#ccc',
|
||||
tabsPanelBackgroundHoverClick: '#aaa',
|
||||
tabsPanelSelectedBackground: '#eee',
|
||||
tabsPanelHoverFont: '#338',
|
||||
|
||||
statusBarBackground: '#00c',
|
||||
toolBarBackground: '#eee',
|
||||
mainAreaBackground: '#eee',
|
||||
|
||||
gridHeaderBackground: '#f6f7f9',
|
||||
gridRowCountLabel: 'lightgoldenrodyellow',
|
||||
gridSelectionBackground: 'deepskyblue',
|
||||
gridSelectionFont: 'white',
|
||||
gridModifiedRowBackground: '#FFFFDB',
|
||||
gridModifiedCellBackground: 'bisque',
|
||||
gridInsertedRowBackground: '#DBFFDB',
|
||||
gridDeletedRowBackground: '#FFDBFF',
|
||||
gridFocusedColumnBackground: 'lightgoldenrodyellow',
|
||||
gridRowBackground: '#ffffff',
|
||||
gridRowBackground2: '#ebebeb',
|
||||
gridRowBackground3: '#ebf5ff',
|
||||
gridAutoFillBackground: '#1a73e8',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user