-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds two new Color Schemes, Smoky Jazz and Espresso-ish Dark. Adds a …
…README.txt file with author info about each Color Scheme.
- Loading branch information
Bill
committed
Sep 13, 2011
1 parent
ace1e15
commit e545e22
Showing
3 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BackgroundColor</key> | ||
<string>rgba(0.129859,0.129835,0.129868,1.000000)</string> | ||
<key>CommentsColor</key> | ||
<string>rgba(0.475682,0.475616,0.475710,1.000000)</string> | ||
<key>CtagsIdentifierColor</key> | ||
<string>rgba(0.600000,0.000000,0.400000,1.0)</string> | ||
<key>ForegroundColor</key> | ||
<string>rgba(0.837498,0.837386,0.837544,1.000000)</string> | ||
<key>HTMLAnchorColor</key> | ||
<string>rgba(0.393153,0.841138,1.000000,1.000000)</string> | ||
<key>HTMLAttributeNameColor</key> | ||
<string>rgba(0.837498,0.837386,0.837544,1.000000)</string> | ||
<key>HTMLAttributeValueColor</key> | ||
<string>rgba(1.000000,0.840637,0.418595,1.000000)</string> | ||
<key>HTMLImageColor</key> | ||
<string>rgba(0.393153,0.841138,1.000000,1.000000)</string> | ||
<key>HTMLProcessingDirectiveColor</key> | ||
<string>rgba(1.000000,0.432510,0.459508,1.000000)</string> | ||
<key>HTMLTagColor</key> | ||
<string>rgba(0.393153,0.841138,1.000000,1.000000)</string> | ||
<key>HighlightInsertionPoint</key> | ||
<true/> | ||
<key>InsertionPointLineHighlightColor</key> | ||
<string>rgba(0.070603,0.072404,0.072404,1.0)</string> | ||
<key>InvisibleOthersColor</key> | ||
<string>rgba(0.866666667,0.031372549,0.023529412,1.0)</string> | ||
<key>InvisibleSpacesColor</key> | ||
<string>rgba(0.475682,0.475616,0.475710,1.000000)</string> | ||
<key>KeywordsColor</key> | ||
<string>rgba(0.393153,0.841138,1.000000,1.000000)</string> | ||
<key>NumericConstantColor</key> | ||
<string>rgba(0.516000,0.433683,1.000000,1.000000)</string> | ||
<key>PredefinedNamesColor</key> | ||
<string>rgba(0.516000,0.433683,1.000000,1.000000)</string> | ||
<key>PrimaryHighlightColor</key> | ||
<string>rgba(0.260546,0.260506,0.260562,1.000000)</string> | ||
<key>PythonDecoratorColor</key> | ||
<string>rgba(1.000000,0.840637,0.418595,1.000000)</string> | ||
<key>SecondaryHighlightColor</key> | ||
<string>rgba(0.260546,0.260506,0.260562,1.000000)</string> | ||
<key>SpellingColor</key> | ||
<string>rgba(1.0, 0.498039216, 0.498039216,1.0)</string> | ||
<key>StringColor</key> | ||
<string>rgba(0.784253,1.000000,0.395309,1.000000)</string> | ||
<key>UseCustomHighlightColor</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Authors and/or link to location of original BBColors finding | ||
------------------------------------------------------------------------------------- | ||
|
||
2AV3.bbcolors Bill Keller | ||
2AV4.bbcolors Bill Keller | ||
2AV5.bbcolors Bill Keller | ||
2AV6.bbcolors Bill Keller | ||
Bell Dark.bbcolors John Gruber http://daringfireball.net/projects/bbcolors/schemes/ | ||
COD10K.bbcolors Bill Keller | ||
Douce nuit 3.bbcolors Luke Andrews https://gist.github.com/1119031 | ||
Espresso-ish Dark.bbcolors http://jmock.me/espresso-ish/bbedit/ | ||
Gentle Honey.bbcolors Bill Keller | ||
Gruber Dark.bbcolors John Gruber http://daringfireball.net/projects/bbcolors/schemes/ | ||
Gruber Light.bbcolors John Gruber http://daringfireball.net/projects/bbcolors/schemes/ | ||
Ponies.bbcolors http://bbeditextras.org/wiki/index.php?title=Color_Schemes | ||
Smoky Jazz.bbcolors https://github.com/ondrae/IDE-Color-Schemes | ||
Solarized Dark.bbcolors https://github.com/altercation/solarized/tree/master/textwrangler-bbedit-colors-solarized | ||
Solarized Light.bbcolors https://github.com/altercation/solarized/tree/master/textwrangler-bbedit-colors-solarized | ||
Twilight.bbcolors http://bbeditextras.org/wiki/index.php?title=Color_Schemes | ||
U23D.bbcolors Bill Keller | ||
Zen and Tea.bbcolors Bill Keller | ||
ir_black.bbcolors https://gist.github.com/959651 | ||
wolfenstein.bbcolors Bill Keller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>BackgroundColor</key> | ||
<string>rgba(0.144589,0.144577,0.144605,1.000000)</string> | ||
<key>CommentsColor</key> | ||
<string>rgba(0.987048,0.277754,0.231700,1.000000)</string> | ||
<key>CtagsIdentifierColor</key> | ||
<string>rgba(0.6,0.0,0.4,1.0)</string> | ||
<key>ForegroundColor</key> | ||
<string>rgba(0.558201,0.583086,1.000000,1.000000)</string> | ||
<key>HTMLAnchorColor</key> | ||
<string>rgba(0.666666667,0.0,0.0,1.0)</string> | ||
<key>HTMLAttributeNameColor</key> | ||
<string>rgba(0.6,0.0,0.4,1.0)</string> | ||
<key>HTMLAttributeValueColor</key> | ||
<string>rgba(0.6,0.2,0.0,1.0)</string> | ||
<key>HTMLImageColor</key> | ||
<string>rgba(0.0,0.466666667,0.466666667,1.0)</string> | ||
<key>HTMLProcessingDirectiveColor</key> | ||
<string>rgba(0.2,0.4,0.6,1.0)</string> | ||
<key>HTMLTagColor</key> | ||
<string>rgba(0.0,0.0,0.8,1.0)</string> | ||
<key>HighlightInsertionPoint</key> | ||
<false/> | ||
<key>InsertionPointLineHighlightColor</key> | ||
<string>rgba(0.163268,0.151596,0.161340,1.000000)</string> | ||
<key>InvisibleOthersColor</key> | ||
<string>rgba(0.866666667,0.031372549,0.023529412,1.0)</string> | ||
<key>InvisibleSpacesColor</key> | ||
<string>rgba(0.498039216,0.498039216,0.498039216,1.0)</string> | ||
<key>KeywordsColor</key> | ||
<string>rgba(1.000000,0.575587,0.000000,1.000000)</string> | ||
<key>NumericConstantColor</key> | ||
<string>rgba(0.000000,0.709979,0.518322,1.000000)</string> | ||
<key>PredefinedNamesColor</key> | ||
<string>rgba(0.000000,0.991679,1.000000,1.000000)</string> | ||
<key>PrimaryHighlightColor</key> | ||
<string>rgba(0.381972,0.369741,0.469760,1.000000)</string> | ||
<key>PythonDecoratorColor</key> | ||
<string>rgba(0.453992,0.571029,0.664864,1.000000)</string> | ||
<key>SecondaryHighlightColor</key> | ||
<string>rgba(0.341518,0.354892,0.518977,1.000000)</string> | ||
<key>SpellingColor</key> | ||
<string>rgba(1.0, 0.498039216, 0.498039216,1.0)</string> | ||
<key>StringColor</key> | ||
<string>rgba(1.000000,0.878566,0.786473,1.000000)</string> | ||
<key>UseCustomHighlightColor</key> | ||
<true/> | ||
</dict> | ||
</plist> |