Skip to content

Instantly share code, notes, and snippets.

@superbahbi
Forked from dylanvee/ir_black.bbcolors
Created May 6, 2012 20:48
Show Gist options
  • Save superbahbi/2624324 to your computer and use it in GitHub Desktop.
Save superbahbi/2624324 to your computer and use it in GitHub Desktop.
IR_Black theme for TextWrangler
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(48336,0,0)"
defaults write com.barebones.bbedit Color:HTMLAttributeName -string "rgb(39321,0,26214)"
defaults write com.barebones.bbedit Color:HTMLAttributeValue -string "rgb(39321,13107,0)"
defaults write com.barebones.bbedit Color:HTMLImage -string "rgb(0,30583,30583)"
defaults write com.barebones.bbedit Color:HTMLTag -string "rgb(0,0,52428)"
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)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment