You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using VScode-Python to debug under sublime_debugger. The text color is yellow with white background for Variables. Hard to read anything. How to change debug console font color? Thanks.
The text was updated successfully, but these errors were encountered:
@gribera those are the default region.redish colors in whatever color scheme you are using. You can define an alternative background color for the those regions by setting debugger.background to match the background color of the panel. You probably also want to change debugger.selection.
I am using VScode-Python to debug under sublime_debugger. The text color is yellow with white background for Variables. Hard to read anything. How to change debug console font color? Thanks.
The text was updated successfully, but these errors were encountered: