mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 16:26:00 +00:00
dark mode fixes
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -6,6 +6,7 @@ const theme = {
|
||||
|
||||
selectionAntName: 'blue',
|
||||
aceEditorTheme: 'github',
|
||||
jsonViewerTheme: 'rjv-default',
|
||||
|
||||
border: '#ccc',
|
||||
border_background: '#ccc',
|
||||
|
||||
Reference in New Issue
Block a user