This re-styles your sublime text 2 sidebar to be darker, so it doesn't blind you when using a dark theme.
Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.
/*! | |
* quantize.js Copyright 2008 Nick Rabinowitz. | |
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php | |
*/ | |
// fill out a couple protovis dependencies | |
/*! | |
* Block below copied from Protovis: http://mbostock.github.com/protovis/ | |
* Copyright 2010 Stanford Visualization Group | |
* Licensed under the BSD License: http://www.opensource.org/licenses/bsd-license.php |
# on server | |
if [ $TERM == "dumb" ] || [ $TERM == "vt102" ]; then | |
export TERM="xterm-color" | |
screen -RD | |
fi | |
# In irssi, /set term_charset big5 | |
# Add client id_rsa.pub to your server .ssh/authorized_keys | |
# use ssh://yourId@yourserver from Nally to login ;) |