From 55eff4d0f751b623cae5911ac4def5e551bb752a Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Sat, 16 Apr 2011 19:18:22 +0100 Subject: [PATCH] fixed README --- README.mkd | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/README.mkd b/README.mkd index 10c77ac..a299c67 100644 --- a/README.mkd +++ b/README.mkd @@ -13,9 +13,10 @@ Solarized Colorscheme for BBEdit and TextWrangler Developed by Rui Carmo If you have come across this colorscheme via the [repository] on -github page, visit the [Solarized homepage] or visit the main +github, visit the [Solarized homepage] or visit the main [Solarized repository]. +[repository]: https://github.com/rcarmo/textwrangler-bbedit-solarized [Solarized homepage]: http://ethanschoonover.com/solarized [Solarized repository]: https://github.com/altercation/solarized @@ -57,21 +58,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - - -Since TextWrangler (and BBEdit) don't allow you to save theme files separately, these `.bbcolor` files are generated by John Gruber's [BBColors][b] utility (bundled), which manipulates their preferences file directly. - -To install these, place the files in `~/Library/Application\ Support/BBColors` and, with TextWrangler/BBEdit *closed*, invoke [BBColors][b] thusly: - -For BBEdit: - -
./bbcolors -load "Solarized Dark"
- -For TextWrangler: - -
./bbcolors -load "Solarized Light" -tw
- - [b]:http://daringfireball.net/projects/bbcolors/ - -When you restart your editor, the theme will have been applied.