I can’t figure out how to change the color of the foreground and caret color in things like the overlay. How do I do it?
Customizing Colors
deathaxe
#2
Those input fields use normal edit control, which is also used for normal views.
Thus they share all beharvior/settings if not overridden by e.g. Widget.sublime-settings.
They therefore use global color scheme’s "foreground"
attribute.
Asigning a custom color would involve creating a custom color scheme and assigning it to widgets via customized Widget.sublime-settings file.
2 Likes