Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarmo committed Apr 16, 2011
0 parents commit 8aa3518
Show file tree
Hide file tree
Showing 4 changed files with 501 additions and 0 deletions.
77 changes: 77 additions & 0 deletions README.mkd
@@ -0,0 +1,77 @@
---
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 <rui.carmo@taoofmac.com>

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

[Solarized homepage]: http://ethanschoonover.com/solarized
[Solarized repository]: https://github.com/altercation/solarized

Installation
------------

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 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][b] thusly:

1. For BBEdit:

./bbcolors -load "Solarized Dark"

2. For TextWrangler:

./bbcolors -load "Solarized Light" -tw

[b]:http://daringfireball.net/projects/bbcolors/

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.



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:

<pre>./bbcolors -load "Solarized Dark"</pre>

For TextWrangler:

<pre>./bbcolors -load "Solarized Light" -tw</pre>

[b]:http://daringfireball.net/projects/bbcolors/

When you restart your editor, the theme will have been applied.
19 changes: 19 additions & 0 deletions Solarized Dark.bbcolors
@@ -0,0 +1,19 @@
"Color:Background" = "rgb(1044,8292,10466)";
"Color:Comment" = "rgb(28873,33399,33872)";
"Color:Foreground" = "rgb(60037,58327,52285)";
"Color:HTMLAnchor" = "rgb(48611,13976,4819)";
"Color:HTMLAttributeName" = "rgb(8359,30320,51269)";
"Color:HTMLAttributeValue" = "rgb(9620,37409,34407)";
"Color:HTMLImage" = "rgb(50946,7079,28519)";
"Color:HTMLTag" = "rgb(28873,33399,33872)";
"Color:InsertionPointLineHighlightColor" = "rgb(2581,10493,12998)";
"Color:Invisibles:Other" = "rgb(2581,10493,12998)";
"Color:Invisibles:Spaces" = "rgb(2581,10493,12998)";
"Color:Keywords" = "rgb(8359,30320,51269)";
"Color:NumericConstant" = "rgb(8359,30320,51269)";
"Color:PredefinedName" = "rgb(48611,13976,4819)";
"Color:PrimaryHighlight" = "rgb(21257,26684,28737)";
"Color:SecondaryHighlight" = "rgb(2581,10493,12998)";
"Color:String" = "rgb(9620,37409,34407)";
"Color:UseCustomHighlight" = 1;
"Color:XMLProcessingInstruction" = "rgb(42432,30639,1539)";
19 changes: 19 additions & 0 deletions Solarized Light.bbcolors
@@ -0,0 +1,19 @@
"Color:Background" = "rgb(64843,62779,56626)";
"Color:Comment" = "rgb(28873,33399,33872)";
"Color:Foreground" = "rgb(1044,8292,10466)";
"Color:HTMLAnchor" = "rgb(48611,13976,4819)";
"Color:HTMLAttributeName" = "rgb(8359,30320,51269)";
"Color:HTMLAttributeValue" = "rgb(9620,37409,34407)";
"Color:HTMLImage" = "rgb(50946,7079,28519)";
"Color:HTMLTag" = "rgb(28873,33399,33872)";
"Color:InsertionPointLineHighlightColor" = "rgb(60037,58327,52285)";
"Color:Invisibles:Other" = "rgb(60037,58327,52285)";
"Color:Invisibles:Spaces" = "rgb(60037,58327,52285)";
"Color:Keywords" = "rgb(8359,30320,51269)";
"Color:NumericConstant" = "rgb(8359,30320,51269)";
"Color:PredefinedName" = "rgb(48611,13976,4819)";
"Color:PrimaryHighlight" = "rgb(33160,37018,36938)";
"Color:SecondaryHighlight" = "rgb(60037,58327,52285)";
"Color:String" = "rgb(9620,37409,34407)";
"Color:UseCustomHighlight" = 1;
"Color:XMLProcessingInstruction" = "rgb(42432,30639,1539)";

0 comments on commit 8aa3518

Please sign in to comment.