Created
May 6, 2011 19:51
-
-
Save pgib/959651 to your computer and use it in GitHub Desktop.
My BBEdit Color Scheme
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
defaults write com.barebones.bbedit Color:Background -string "rgb(0,0,0)" | |
defaults write com.barebones.bbedit Color:CTagsIdentifier -string "rgb(57825,39937,11422)" | |
defaults write com.barebones.bbedit Color:ColorAttributesSeparately -string 1 | |
defaults write com.barebones.bbedit Color:Comment -string "rgb(21845,21845,21845)" | |
defaults write com.barebones.bbedit Color:Comment:Ruby -string "rgb(34992,34992,34992)" | |
defaults write com.barebones.bbedit Color:Foreground -string "rgb(65535,65535,65535)" | |
defaults write com.barebones.bbedit Color:Foreground:CSS -string "rgb(56342,56342,56342)" | |
defaults write com.barebones.bbedit Color:GuideContrast -string 7 | |
defaults write com.barebones.bbedit Color:HTMLAnchor -string "rgb(43690,0,0)" | |
defaults write com.barebones.bbedit Color:HTMLAttributeName -string "rgb(57528,45076,5799)" | |
defaults write com.barebones.bbedit Color:HTMLAttributeValue -string "rgb(61680,57409,48712)" | |
defaults write com.barebones.bbedit Color:HTMLImage -string "rgb(26062,38368,43591)" | |
defaults write com.barebones.bbedit Color:HTMLTag -string "rgb(38871,52428,30269)"defaults write com.barebones.bbedit Color:HighlightInsertionPoint -string 1 | |
defaults write com.barebones.bbedit Color:InsertionPointLineHighlightColor -string "rgb(4627,4745,4745)" | |
defaults write com.barebones.bbedit Color:Invisibles:Other -string "rgb(56797,2056,1542)" | |
defaults write com.barebones.bbedit Color:Invisibles:Spaces -string "rgb(32639,32639,32639)" | |
defaults write com.barebones.bbedit Color:Keywords -string "rgb(35827,53018,61977)" | |
defaults write com.barebones.bbedit Color:Keywords:CSS -string "rgb(59604,18993,11938)" | |
defaults write com.barebones.bbedit Color:NumericConstant -string "rgb(61383,22534,35844)" | |
defaults write com.barebones.bbedit Color:PredefinedName -string "rgb(4441,33057,47150)" | |
defaults write com.barebones.bbedit Color:PredefinedName:CSS -string "rgb(64052,51250,6435)" | |
defaults write com.barebones.bbedit Color:PrimaryHighlight -string "rgb(49087,55512,64250)" | |
defaults write com.barebones.bbedit Color:SecondaryHighlight -string "rgb(53456,53456,53456)" | |
defaults write com.barebones.bbedit Color:String -string "rgb(44055,60790,38936)" | |
defaults write com.barebones.bbedit Color:XMLProcessingInstruction -string "rgb(13107,26214,39321)" |
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
<?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>(null)_Other</key> | |
<string>rgba(0.866667,0.031373,0.023529,1.0)</string> | |
<key>(null)_Spaces</key> | |
<string>rgba(0.498039,0.498039,0.498039,1.0)</string> | |
<key>BackgroundColor</key> | |
<string>rgba(0.122179,0.122179,0.122179,1.0)</string> | |
<key>Color:ColorAttributesSeparately</key> | |
<string>1</string> | |
<key>Color:GuideContrast</key> | |
<string>7</string> | |
<key>Color:HighlightInsertionPoint</key> | |
<string>1</string> | |
<key>Color:UseCustomHighlight</key> | |
<string>1</string> | |
<key>CommentsColor</key> | |
<string>rgba(0.333333,0.333333,0.333333,1.0)</string> | |
<key>CommentsColor_Ruby</key> | |
<string>rgba(0.533944,0.533944,0.533944,1.0)</string> | |
<key>CtagsIdentifierColor</key> | |
<string>rgba(0.600000,0.000000,0.400000,1.0)</string> | |
<key>ForegroundColor</key> | |
<string>rgba(1.000000,1.000000,1.000000,1.0)</string> | |
<key>HTMLAnchorColor</key> | |
<string>rgba(0.666667,0.000000,0.000000,1.0)</string> | |
<key>HTMLAttributeNameColor</key> | |
<string>rgba(0.877821,0.687816,0.088487,1.0)</string> | |
<key>HTMLAttributeValueColor</key> | |
<string>rgba(0.941176,0.876005,0.743297,1.0)</string> | |
<key>HTMLImageColor</key> | |
<string>rgba(0.397681,0.585458,0.665156,1.0)</string> | |
<key>HTMLProcessingDirectiveColor</key> | |
<string>rgba(0.200000,0.400000,0.600000,1.0)</string> | |
<key>HTMLTagColor</key> | |
<string>rgba(0.593133,0.800000,0.461875,1.0)</string> | |
<key>InsertionPointLineHighlightColor</key> | |
<string>rgba(0.070603,0.072404,0.072404,1.0)</string> | |
<key>KeywordsColor</key> | |
<string>rgba(0.546685,0.809003,0.945708,1.0)</string> | |
<key>NumericConstantColor</key> | |
<string>rgba(0.744701,0.285695,0.936645,1.0)</string> | |
<key>PredefinedNamesColor</key> | |
<string>rgba(0.067765,0.504417,0.719463,1.0)</string> | |
<key>PrimaryHighlightColor</key> | |
<string>rgba(0.749020,0.847059,0.980392,1.0)</string> | |
<key>SecondaryHighlightColor</key> | |
<string>rgba(0.815686,0.815686,0.815686,1.0)</string> | |
<key>StringColor</key> | |
<string>rgba(0.555001,0.981903,0.384955,1.0)</string> | |
</dict> | |
</plist> |
Download the ir_black.bbcolors that I have now attached, and put it in your Library/Application Support/BBEdit/Color Schemes folder. Relaunch BBEdit, and you can pick it in BBEdit -> Preferences -> Text Colors -> Color Scheme.
cd Library/Application\ Support/BBEdit/Color\ Schemes
curl -O https://gist.github.com/raw/959651/f5ada30c0a94ef727d456ae012184ffa103d114d/ir_black.bbcolors
works, thanks a lot!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bbedit 9 works find, i like your colorsche very much.
but, bbedit_colours.sh can not support bbedit 10