aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nathan Graule <solarliner@gmail.com> 2017-08-24 00:07:36 +0700
committerGravatar Nathan Graule <solarliner@gmail.com> 2017-08-24 00:07:36 +0700
commitd720f04bdca42deb9cbf7844d4124d458e9b36ab (patch)
tree6fccf8d6685fa686a2c2be883f27ba4e74853e77
parenta9ab404f1798dfad25576058f230d832227c5252 (diff)
Added coloring for editor widgets and debugging toolbar
-rw-r--r--themes/adapta-nokto.json4
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",