Compare plugin in notepad++ is too bright. Any fix?

Anyway to choose a better color scheme for the notepad++ compare feature?

I can't read any of it!!

I tried to report the bug on sourceforge but couldn't figure out how to make a new ticket and gave up.

enter image description here

3 Answers

The latest version of the Compare plugin (and possibly older versions, but I haven't checked) allows you to configure the background colors under PluginsCompareSettings.

Screenshot of the Compare Plugin Settings window

1

I just edited the color setting of Compare plugin manually, and found the setting is stored in ComparePlugin.ini at %APPDATA%/Notepad++/plugins/config.

My own color setting is below (for vim Dark Blue style):

[Colors]
Added=32768
Removed=8388608
Changed=8388736
Moved=16744448
Highlight=65535
...

Go to Settings => Style Configurator and play around with : Select Theme or Global Styles.

Hope that will help you. Good luck.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like