Page 1 of 1

Invert the theme Notepad++

Posted: Sat Jan 29, 2022 8:49 pm
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