editor theme

This commit is contained in:
Jan Prochazka
2020-11-12 11:55:42 +01:00
parent aa0501a729
commit a49f429f13
8 changed files with 40 additions and 3 deletions

View File

@@ -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',
};

View File

@@ -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',
};