dark mode fixes

This commit is contained in:
Jan Prochazka
2020-11-13 18:43:06 +01:00
parent 08efc787c7
commit 7f7d39cfc2
7 changed files with 20 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ const theme = {
selectionAntName: 'blue',
aceEditorTheme: 'twilight',
jsonViewerTheme: 'monokai',
border: '#555',
border_background: '#555',
@@ -19,7 +20,7 @@ const theme = {
title_background: '#555',
manager_background: '#222',
tabs_background: '#111',
gridheader_background: '#222',
gridheader_background: '#333',
gridbody_background: '#1a1a1a',
scrollbar_background: '#444',
input_background: '#222',

View File

@@ -6,6 +6,7 @@ const theme = {
selectionAntName: 'blue',
aceEditorTheme: 'github',
jsonViewerTheme: 'rjv-default',
border: '#ccc',
border_background: '#ccc',