mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 15:16:01 +00:00
editor theme
This commit is contained in:
@@ -4,7 +4,10 @@ const theme = {
|
||||
main_type: 'dark',
|
||||
main_background: '#fff',
|
||||
|
||||
fontWhite1: '#ddd',
|
||||
|
||||
selectionAntName: 'blue',
|
||||
aceEditorTheme: 'twilight',
|
||||
|
||||
border: '#555',
|
||||
|
||||
@@ -18,6 +21,7 @@ const theme = {
|
||||
gridheader_background: '#222',
|
||||
gridbody_background: '#000',
|
||||
scrollbar_background: '#444',
|
||||
input_background: '#333',
|
||||
|
||||
statusBarBackground: '#00c',
|
||||
};
|
||||
|
||||
@@ -5,6 +5,7 @@ const theme = {
|
||||
main_background: '#fff',
|
||||
|
||||
selectionAntName: 'blue',
|
||||
aceEditorTheme: 'github',
|
||||
|
||||
border: '#ccc',
|
||||
|
||||
@@ -19,6 +20,7 @@ const theme = {
|
||||
gridheader_type: 'light',
|
||||
gridbody_background: '#fff',
|
||||
scrollbar_background: '#ddd',
|
||||
input_background: '#fff',
|
||||
|
||||
statusBarBackground: '#00c',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user