All Projects → rcarmo → Textwrangler Bbedit Solarized

rcarmo / Textwrangler Bbedit Solarized

solarized color scheme for BBEdit and TextWrangler

Programming Languages

perl
6916 projects

Title: Solarized Colorscheme for BBEdit and TextWrangler Description: Precision colors for machines and people Author: Rui Carmo Created: 2011 Apr 07 Modified: 2011 Apr 16

Solarized Colorscheme for BBEdit and TextWrangler

Developed by Rui Carmo, contributions by Andreas Fuchs and Michael Josephson.

If you have come across this colorscheme via the repository on github, visit the Solarized homepage or visit the main Solarized repository.

Installation

Starting in BBEdit 10.0 and TextWrangler 4.0, you can use the .bbcolors files without using any command-line tools.

All you need to do is drop the .bbcolor files into your personal Library folder:

  • ~/Library/Application Support/BBEdit/Color Schemes/ (for BBEdit)
  • ~/Library/Application Support/TextWrangler/Color Schemes (for TextWrangler).

If you're a command-line person, copy/paste:

cp *.bbcolors ~/Library/Application\ Support/BBEdit/Color\ Schemes/

or, for TextWrangler:

cp *.bbcolors ~/Library/Application\ Support/TextWrangler/Color\ Schemes/

...and then go to BBEdit/TextWrangler preferences and pick the color scheme in "Text Colors".

Since TextWrangler (older than to 4.0) and BBEdit (older than version 10) don't allow you to save theme files separately, these .bbcolor files are generated by John Gruber's BBColors utility (bundled for your convenience), which manipulates their preferences file directly.

To install these, place the files in ~/Library/Application\ Support/BBColors and, with TextWrangler/BBEdit closed, invoke BBColors thusly:

  1. For BBEdit (< version 10):

    ./bbcolors -load "Solarized Dark"
    
  2. For TextWrangler (< version 4):

    ./bbcolors -load "Solarized Light" -tw
    

License

Copyright (c) 2011 Rui Carmo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].