ide/CodeEditor: Customizable color scheme support
[sdk] / ide / src / panels / WatchesView.ec
index f03fa6d..f421c2a 100644 (file)
@@ -16,9 +16,12 @@ class WatchesView : Window
    {
       parent = this, hasHeader = true, hasVertScroll = true, alwaysEdit = true, collapseControl = true, resizable = true;
       anchor = Anchor { left = 0, right = 0, top = 0, bottom = 0 };
-      background = viewsBackground;
-      foreground = viewsText;
-      selectionColor = selectionColor, selectionText = selectionText;
+      /*
+      background = colorScheme.viewsBackground;
+      foreground = colorScheme.viewsText;
+      selectionColor = colorScheme.selectionColor;
+      selectionText = colorScheme.selectionText;
+      */
 
       bool NotifyChanged(ListBox listBox, DataRow row)
       {