Menu

How to -reverse Notpad++???

2007-12-13
2012-11-13
  • Nobody/Anonymous

    Like emacs...

    I really like if it's possible!

    Basically it is reverte the color of everything! Background turns black and leters turns white for example ;)

    I think it is more nice for the eyes, not so agressive!

    Thnks

     
    • Nobody/Anonymous

      You should write your mails that way, too, not so agressive!

       
    • Nobody/Anonymous

      nobody knows?

       
    • Nobody/Anonymous

      Either use this theme:
      http://sourceforge.net/forum/forum.php?thread_id=1888313&forum_id=331753

      or open stylers.xml,
      find: fgColor="(.*)" bgColor="(.*)" fontName
      replace: fgColor="\2" bgColor="\1" fontName

      which effectively reverses all colors, doing some 'invert' aswell, but is extremely unreadable ;)