jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
964 stars 242 forks source link

Help!!! How to setting color of default text #520

Closed Hebe970217 closed 2 years ago

Hebe970217 commented 2 years ago

image

I setting Black color of setStyleBack(STYLE_DEFAULT, black). But I want setting all text foreground is White

Hebe970217 commented 2 years ago

eg: show text "FM_PLUGIN_INTERFACE" text is White color

Hebe970217 commented 2 years ago

I found it