Invert the theme Notepad++

Everything else that doesn't fall into one of the other PB categories.
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Invert the theme Notepad++

Post by AZJIO »

html has a filter to invert the color so that the white theme becomes black

Code: Select all

.signature img[src$=".gif"] {
	-webkit-filter: hue-rotate(180deg)invert(100%);
	filter: hue-rotate(180deg)invert(.99);
}
I decided to invert the colors of the Notepad++ theme.
download
themes