Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the background color in Notepad2

I recently switched from notepad++ to the new kid in the block Notepad2. But i am finding it difficult to find a way to change the background color of the editor to a dark theme as i used in notepad ++

I ve searched Google and SO but havent come across anything that states whether it is possible(If so how?) or not

like image 311
Shenal Silva Avatar asked Dec 08 '12 13:12

Shenal Silva


People also ask

Does Notepad++ have a dark mode?

If you are using Notepad ++, here is how you can enable the dark theme in the app: Launch Notepad ++ and head over to Settings > Style Configurator. In the following window, expand the dropdown for Select theme and choose Deep Black.


2 Answers

Goto

1.menu --> view --> Customize Schemes
2.Double click Default Text
3.Select Default Style
4.Click Back.. Button and set color

Thats all

like image 81
Elshan Avatar answered Oct 19 '22 18:10

Elshan


i wrote a little tool that does this, here: https://github.com/piersh/InvertNotepad2

like image 22
Spongman Avatar answered Oct 19 '22 18:10

Spongman