Skip to content

Commit

Permalink
Merge pull request #1972 from botpress/ya-debug-theme
Browse files Browse the repository at this point in the history
fix(debugger): theme better fits in the layout
  • Loading branch information
allardy committed Jun 21, 2019
2 parents 375fe1e + 701ab45 commit 7b459ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
@@ -1,7 +1,7 @@
export default {
scheme: 'monokai',
author: 'wimer hazenberg (http://www.monokai.nl)',
base00: 'var(--c-background--dark-1)',
base00: '#1e1e1e',
base01: '#383830',
base02: '#49483e',
base03: '#75715e',
Expand Down
Expand Up @@ -67,7 +67,6 @@

.inspectorContainer {
height: 100%;
background: #1e1e1e !important;
}

.inspector {
Expand Down
Expand Up @@ -16,7 +16,7 @@ export const Inspector = props => {
<JSONTree
data={props.data || {}}
theme={inspectorTheme}
invertTheme={false}
invertTheme={true}
hideRoot={true}
shouldExpandNode={shouldExpand}
/>
Expand Down

0 comments on commit 7b459ef

Please sign in to comment.