Invert the theme Notepad++
Posted: Sat Jan 29, 2022 8:49 pm
html has a filter to invert the color so that the white theme becomes black
I decided to invert the colors of the Notepad++ theme.
download
themes
Code: Select all
.signature img[src$=".gif"] {
-webkit-filter: hue-rotate(180deg)invert(100%);
filter: hue-rotate(180deg)invert(.99);
}
download
themes