diff options
author | Nathan Graule <solarliner@gmail.com> | 2017-08-24 00:07:36 +0700 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2017-08-24 00:07:36 +0700 |
commit | d720f04bdca42deb9cbf7844d4124d458e9b36ab (patch) | |
tree | 6fccf8d6685fa686a2c2be883f27ba4e74853e77 | |
parent | a9ab404f1798dfad25576058f230d832227c5252 (diff) |
Added coloring for editor widgets and debugging toolbar
-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", |