Menu

Utility for black background

Maurizio
2008-03-13
2012-11-13
  • Maurizio

    Maurizio - 2008-03-13

    I'm a programmer and I'd like black background in editors. I have written this simple console mode utility for changing the colors in stylers.xlm.
    Download and unzip http://web.tiscali.it/mvhomedir/xNpp.zip , make a copy of the original stylers.xml in stylers.xlm.ORG, open a console and launch

    xNpp stylers.xlm.ORG > stylers.xlm

    In Notepadd++ you have black background.
    Note: if you want to compile the C++ source you need the boost regex library.

     
    • xm

      xm - 2009-03-13

      a small typo? (stylers.XLM should be stylers.XML)

      otherwise a good possibility

       
      • Maurizio

        Maurizio - 2009-03-14

        Yes, sorry for the typo and thanks for the positive comment.

         
    • Maurizio

      Maurizio - 2009-03-11

      Updated for Notepad++ v5.2.
      The C++ source code is compilable with Visual Studio 2005 and MinGW 3.4.5 and 4.3.2.
      Executable included.

      Changelog:
      10 Mar 09: Added colors for npp v5.2.
      01 Sep 08: Replaced boost::regex with boost::xpressive, no more need of
                        linking the regex static library. Removed a different font for comments.

      Download link: http://www.easy-share.com/1903981748/xNpp.zip