Showing posts with label theme. Show all posts
Showing posts with label theme. Show all posts

Tuesday, November 29, 2011

Themes for Notepad2

There is a nice color theme called obsidian for Notepad2. But it will hide your cursor after  importing it. To fix this, give a color and size to the caret in notepad2.ini. For example:

[Default Text]
...
Caret (Color, size 1-3)=fore:#FFFFFF; size:2;
...


Link to Obsidan for Notepad2


CSP on Apache

To add CSP to root if sort of funny. The following will NOT work for most cases !!     <LocationMatch "^/$">        Header s...