Friday, January 28, 2011

Changing the default style in Kod

Kod is a promising text editor for OS X.

One of the great things is that, you can style the editor with CSS.

mkdir ~/.kod
cp /Applications/Kod.app/Contents/Resources/style/default.css ~/.kod/

defaults write se.hunch.kod style/url ~/.kod/default.css

kod ~/.kod/default.css


then don't forget to reload the style in Kod, View menu/Reload style

No comments:

Post a Comment