Skip to content

Commit

Permalink
Fix debug toolbar background (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Nov 20, 2018
1 parent b4c4b85 commit 4913c8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/Andromeda-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"colors": {
"focusBorder": "#00e8c5b9",
"foreground": "#D5CED9",
"widget.shadow": "#2e333f",
"widget.shadow": "#14151A",
"selection.background": "#746f77",
"errorForeground": "#FC644D",

Expand Down Expand Up @@ -146,7 +146,7 @@
"pickerGroup.border": "#4F4355",
"pickerGroup.foreground": "#746f77",

"debugToolBar.background": "#372F3C",
"debugToolBar.background": "#20232A",

"walkThrough.embeddedEditorBackground": "#23262E"
},
Expand Down
4 changes: 2 additions & 2 deletions themes/Andromeda-italic-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"colors": {
"focusBorder": "#00e8c5b9",
"foreground": "#D5CED9",
"widget.shadow": "#2e333f",
"widget.shadow": "#14151A",
"selection.background": "#746f77",
"errorForeground": "#FC644D",

Expand Down Expand Up @@ -146,7 +146,7 @@
"pickerGroup.border": "#4F4355",
"pickerGroup.foreground": "#746f77",

"debugToolBar.background": "#372F3C",
"debugToolBar.background": "#20232A",

"walkThrough.embeddedEditorBackground": "#23262E"
},
Expand Down

0 comments on commit 4913c8f

Please sign in to comment.