The file you need to alter is stylers.xml, which in Windows 7 is found in: C:\\Users\[your user file]\AppData\Roaming\Notepad++\stylers.xml.
Right at the bottom of the document, the very last WidgetStyle
I've already changed the hex colors to what I like. The fgColor controls the text color ("foreground"), and the bgColor controls the background color. Set those however you like, restart your code editor, and you should be in business!
via: Sourceforge bug support
I was hopeful that at last there was a solution (this bug has been around for ages but nobody from the notepad++ team seems to be too bothered)
ReplyDeleteSadly applying this change did not work.
The path to styles.xml is different in XP (somewhere under c:/Document And Settings//Application Data/notepad++) but changing the settings had no affect.
Ah! That's too bad! Maybe it's time to upgrade...
ReplyDeleteDid not work for me either, on Win 7. Maybe some difference in configuration? Or maybe just a change in the source. Weird that the styler.xml is there but doesn't have any effect...
ReplyDeleteGood hint. Works perfectly with latest Notepad++ (v5.9.8) on Windows 7.
ReplyDeleteThanks!
Wonderful!
ReplyDeleteWorks for me too.
ReplyDeleteI'm guessing it doesn't work via the UI because the styleID of the "Inactive tabs" style is zero.
Works for me beautifully (under Windows 7).
ReplyDeleteI made two changes:
Inactive tab text color is black (just like active tab)
Active tab highlight bar is red to draw more attention now that all tabs look the same for text colors
How nice a technical blog stripped out the xml. Here are my changes again:
ReplyDeleteInactive tab text color is black (just like active tab)
WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FF0000"
Active tab highlight bar is red to draw more attention now that all tabs look the same for text colors
WidgetStyle name="Inactive tabs" styleID="0" fgColor="000000" bgColor="C0C0C0"
You have to restart the editor to see the changes
THANK YOU!!!!!
ReplyDeleteThis has bugged me since the dawn of time!
On my Win7 installation I found my stylers.xml in:
C:\Program Files\Notepad++\unicode
I use and recommend Codelobster free editor
ReplyDelete