Theonly file that I can see a new timestamp on is my XML theme file, but I don't see MS Gothic anywhere in the file. Where is this information being stored? It is overriding the settings from my theme file. I also checked %APPDATA%\Notepad++\stylers.xml but I don't see it there either.
I realize I can change it back through the GUI, but I'd like to know how to get back to my original theme without selecting every style in the language manually (as I've made multiple changes). If I could edit (or delete) a file, I would prefer it.
The reason is that Notepad++ install all the files at administrator profile, if you are using another user then you are screw, it will not work properly, you have to run it always as an administrator so it can work properly. To avoid this, just do as i said.
If files are going to APPDATA, then you can create a folder called "themes" and then inside that place your new xml themes. Then close and reopen notepad++ and you should see your new style in the "Select theme:" drop down. Whatever you named the file should be what appears in the dropdown
Just as a complement to the other answers, if you made the changes on another theme than the default theme (stylers.xml) then your changes are saved to%APPDATA%\Notepad++\themes\TheThemeYouModified.xml.
I like the look of Sublime Text 2 but I prefer using Notepad++ as my default text editor. Is there a way to make the notepad++ application itself dark? More specifically, I would like to change the region highlighted in red to a dark background with a light grey text.
The themes, as you guessed, can't do this (they only handle what's in the text editing window). To change the colors you'll have to change color values in the source code (download from the site or GitHub).
Edit 2: I'm using VS2012, in which the build process results in numerous errors. I won't post them here unless someone eventually asks about them, in which case I'm happy to do so. I should have a working build up soon!
Edit 4: I didn't make it obvious in Edit 3, but I gave up after realizing just how difficult it was going to be to get around the VS errors. I imagine the code has changed significantly since I wrote this answer as well; unfortunately I didn't note the version, but I'm sure it was the latest available at time of writing this answer, which, according to "All versions", was probably either 6.4.1 or 6.4.2. However, I hope this is a useful starting point for anyone else who reads (this answer has received consistent attention since writing).
I'm sad and ashamed to say it took me quite a while of looking around (but wrongly focusing on the style configurator) to realize that there was a Dark mode setting in Settings > Preferences > Dark mode that you need to enable. Maybe this can help other people.
On Windows 10 another more fitting (and perhaps better) option exists. For inverting the brightness (and optionally inverted + grayscale), you can use the color filters for accessibility (link to the Microsoft article on the settings page):
Ignore all these garbage answers that tell you to download and do jump thru hoops & loops. Just go to Settings/StyleConfig/Select Theme as Dark Black and you are done. Im sure there was easier solution for my fav. editor than all the convoluted answers I found.
I have been using Notepad++ for a while and I really like the Monokai theme with some custom tweaks to the fonts. But for some reason every time I close NP++ and shut down my computer; the next time I open up my NP++ it has reverted to the original theme. It gets kind of old having to reset my preferred styles every time I come to work.
It happens because you are not running the program as administrator. On Windows 7, right click on the shortcut and select "Run as administrator". Make the changes to the styles, save them as usual and close the program. The changes will be there on the next start.
Have you tried saving the changes directly in the NotePad++ config files?I had the same problem with it not saving my custom file extensions. Every time I rebooted, the custom extensions in "Style Configurator" disappeared. After I added them to the styles.xml file, they became defaults.
I'm fairly convinced the problem I'm having with this is a feature/bug in Notepad++ regarding saving settings when you run it using different credentials, depending on exactly the circumstances. Just running as "Admin" may be a work-around, but it intentionally circumvents security, and it also gets rid of the ability, for instance, to have different colors as an indication of which permissions you're running the app under in the first place.
Unlike most days, on which I'm popping back and forth between using Notepad++ as a normal user (clicking its icon, or executing it from a cmd.exe shortcut executed as a normal user), and running it as an Administrator (clicking a shortcut I created with the "Run As Administrator" option ticked, or from a cmd.exe shortcut created similarly), today I was using a special-purpose Visual Studio Command Prompt I created that runs under separate credentials as the local admin. And POOF all my settings were gone.
I have tried various things, none of which seems to help much, but this seems (so far) to be helping me: in the Settings > Style Configurator window, in addition to all the color settings, there's a dropdown labeled "Select theme:". After playing around with it a bit I finally noticed that the theme had been changed to the default, whereas I had been using one of the dark themes. So, I popped back over to it and (yay!!!) my settings still seemed to be saved under that.
So, here's what I am going to do until I can get things nailed down, and hopefully fixed: 1. put the Notepad++ AppData directory back under revision control, so if it gets hosed, I can just revert changes. (I may also try making it read-only.) 2. In Settings > Preferences on the Multi-Instance page, under Multi-instance settings I have selected Always in multi-instance mode. I have verified that, when I select this mode, my original Notepad++ will stay up, with the original settings, even if I open from another user. This way, I have the opportunity, if I was running under a different account first, to (a) exit out of the one loaded by the account with the wrong settings, (b) make a trivial change in the style configurator, and (c) save the settings again. And, 3. I am going to select a different theme in the configurator while loading Notepad++ in each different account, so that hopefully the changes I make to each will stick, and the most I'll ever have to do is change that one dropdown to fix things.
There are still some issues, for instance, when I did this, the first three times I opened Notepad++ under the local admin account, it opened up three entirely different sets of files or, more accurately, no set of files the first time, and then two different sets, I'm not sure where it got them from, as it seems to differ from the one that comes up running from user or normal Run as administrator mode; but I didn't look carefully enough to see since I wasn't expecting this behavior. Once I have a chance to do more troubleshooting, and assuming I can figure out a good way to repro all the problems, I intend to file a ticket in the Notepad++ bug tracker; it's an awesome product, and from the bug reports I've read they seem more than willing to try to troubleshoot things when there are real issues.
I had the same issue, and don't see the solution I applied here, which worked. For some reason, the Start In box on the properties of the Notepad++.exe pointed to an AppData\Temp\2\nppLocalization folder, but this was within the profile of a different user account, not mine. Also this folder didn't exist.
I had a similar problem when logged in as a standard user on Windows 7 Pro. As a standard user no themes were available. If I ran as an Administrator or logged in as one, the themes were available and would save changes. I found that under my Standard User account there was no "themes" folder in the AppData directory for my account (C:\Users\myusername\AppData\Roaming\Notepad++). I logged into my Administrator account and found that the themes folder was there. I copied it from my Admin AppData directory to my Standard User one. Themes are now available and the settings save.
Since I don't have admin privileges to the installed folder, to get this to work I manually edited the "langs.xml" file located in C:\Users\username\AppData\Roaming\Notepad++ directory....this needs to be opened and edited. Manually add the extension in the xml. Save, reopen NP++...voila.
Notepad++ supports around 80 programming languages and allows working with multiple open files in a single window. It is distributed as free software and it is considered one of the most preferred code and text editors in software development environments.
There are many plugins available for Notepad++ that make it powerful enough to complete all kinds of needs. Also, there are many Notepad++ Themes available that can be downloaded, installed, and used if you want to change the look and feel of the editor.
Themes are predefined sets of formatting rules that offer a consistent color theme, background color, style, and font. Notepad++ comes with a default theme and several other themes. You can customize any of these themes using the Style Configurator dialog or by editing the XML files.
Generally, Theme XML files are stored in %AppData%\Notepad++\Themes for a normal installation or in the Themes\ subdirectory of your notepad++ install location if you have chosen local configuration while installing. The downloaded theme will be available in Settings > Style Configurator.
This theme is one of the most used Notepad++ themes by developers. This Notepad++ dark theme is a favorite of programmers who prefer Notepad++ for coding. Dracula offers an elegant combination of colors, syntax highlighting, and dark background that makes it one of the most-used and top-rated notepad++ themes. The combination of pink and green along with yellow and red with a dark background make Dracula a popular notepad++ dark theme.
3a8082e126