diff options
-rw-r--r-- | themes/adapta-nokto.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/adapta-nokto.json b/themes/adapta-nokto.json index 036909f..100f25c 100644 --- a/themes/adapta-nokto.json +++ b/themes/adapta-nokto.json @@ -707,7 +707,9 @@ "activityBar.dropBackground": "#00BCD470", "badge.background": "#2D3B42", "button.background": "#2D3B42", - "editor.background": "#29353b", + "editor.background": "#29353b", + "editorWidget.background": "#29353b", + "debugToolBar.background": "#222D32", "editor.selectionBackground": "#00BCD470", "editor.selectionHighlightBackground": "#00BCD415", "editorCursor.foreground": "#00BCD4", |