zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.56k stars 179 forks source link

Change line endings style? #728

Closed kminchev closed 10 months ago

kminchev commented 10 months ago

If Show Line Endings option is enabled, style for the default theme is white text color on green background. Is there a way to change those?

zufuliu commented 10 months ago

https://github.com/zufuliu/notepad2/wiki/Customize-Schemes#global-styles

Control Character | Set font styles for control character (drawn with inverted text and background color, e.g. white on black or black on white based on theme.). `fore` set background color for EOL symbol (CR, LF), `back` set background color for control character. -- | --
kminchev commented 10 months ago

Awesome! Thank you!