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.

Revisions

  1. @dylanvee dylanvee revised this gist Sep 28, 2011. 2 changed files with 26 additions and 26 deletions.
    26 changes: 0 additions & 26 deletions bbedit_colours.sh
    Original file line number Diff line number Diff line change
    @@ -1,26 +0,0 @@
    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)"
    26 changes: 26 additions & 0 deletions ir_black_textwrangler.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    defaults write com.barebones.textwrangler Color:Background -string "rgb(0,0,0)"
    defaults write com.barebones.textwrangler Color:CTagsIdentifier -string "rgb(57825,39937,11422)"
    defaults write com.barebones.textwrangler Color:ColorAttributesSeparately -string 1
    defaults write com.barebones.textwrangler Color:Comment -string "rgb(21845,21845,21845)"
    defaults write com.barebones.textwrangler Color:Comment:Ruby -string "rgb(34992,34992,34992)"
    defaults write com.barebones.textwrangler Color:Foreground -string "rgb(65535,65535,65535)"
    defaults write com.barebones.textwrangler Color:Foreground:CSS -string "rgb(56342,56342,56342)"
    defaults write com.barebones.textwrangler Color:GuideContrast -string 7
    defaults write com.barebones.textwrangler Color:HTMLAnchor -string "rgb(43690,0,0)"
    defaults write com.barebones.textwrangler Color:HTMLAttributeName -string "rgb(57528,45076,5799)"
    defaults write com.barebones.textwrangler Color:HTMLAttributeValue -string "rgb(61680,57409,48712)"
    defaults write com.barebones.textwrangler Color:HTMLImage -string "rgb(26062,38368,43591)"
    defaults write com.barebones.textwrangler Color:HTMLTag -string "rgb(38871,52428,30269)"
    defaults write com.barebones.textwrangler Color:HighlightInsertionPoint -string 1
    defaults write com.barebones.textwrangler Color:InsertionPointLineHighlightColor -string "rgb(4627,4745,4745)"
    defaults write com.barebones.textwrangler Color:Invisibles:Other -string "rgb(56797,2056,1542)"
    defaults write com.barebones.textwrangler Color:Invisibles:Spaces -string "rgb(32639,32639,32639)"
    defaults write com.barebones.textwrangler Color:Keywords -string "rgb(35827,53018,61977)"
    defaults write com.barebones.textwrangler Color:Keywords:CSS -string "rgb(59604,18993,11938)"
    defaults write com.barebones.textwrangler Color:NumericConstant -string "rgb(61383,22534,35844)"
    defaults write com.barebones.textwrangler Color:PredefinedName -string "rgb(4441,33057,47150)"
    defaults write com.barebones.textwrangler Color:PredefinedName:CSS -string "rgb(64052,51250,6435)"
    defaults write com.barebones.textwrangler Color:PrimaryHighlight -string "rgb(49087,55512,64250)"
    defaults write com.barebones.textwrangler Color:SecondaryHighlight -string "rgb(53456,53456,53456)"
    defaults write com.barebones.textwrangler Color:String -string "rgb(44055,60790,38936)"
    defaults write com.barebones.textwrangler Color:XMLProcessingInstruction -string "rgb(13107,26214,39321)"
  2. @dylanvee dylanvee revised this gist Sep 28, 2011. No changes.
  3. @dylanvee dylanvee revised this gist Sep 28, 2011. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion bbedit_colours.sh
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,8 @@ 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: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)"
  4. @pgib pgib revised this gist Jul 26, 2011. 1 changed file with 54 additions and 0 deletions.
    54 changes: 54 additions & 0 deletions ir_black.bbcolors
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,54 @@
    <?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>
  5. @pgib pgib revised this gist May 12, 2011. 1 changed file with 5 additions and 6 deletions.
    11 changes: 5 additions & 6 deletions bbedit_colours.sh
    Original file line number Diff line number Diff line change
    @@ -6,12 +6,11 @@ defaults write com.barebones.bbedit Color:Comment:Ruby -string "rgb(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: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)"
  6. @pgib pgib revised this gist May 12, 2011. 1 changed file with 10 additions and 7 deletions.
    17 changes: 10 additions & 7 deletions bbedit_colours.sh
    Original file line number Diff line number Diff line change
    @@ -1,23 +1,26 @@
    defaults write com.barebones.bbedit Color:Background -string "rgb(0,0,0)"
    defaults write com.barebones.bbedit Color:CTagsIdentifier -string "rgb(39321,0,26214)"
    defaults write com.barebones.bbedit Color:ColorAttributesSeparately -bool true
    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:GuideContrast -integer 7
    defaults write com.barebones.bbedit Color:HTMLAnchor -string "rgb(43690,0,0)"
    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 -bool true
    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:NumericConstant -string "rgb(48804,18723,61383)"
    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(36372,64349,25228)"
    defaults write com.barebones.bbedit Color:String -string "rgb(44055,60790,38936)"
    defaults write com.barebones.bbedit Color:XMLProcessingInstruction -string "rgb(13107,26214,39321)"
  7. @pgib pgib created this gist May 6, 2011.
    23 changes: 23 additions & 0 deletions bbedit_colours.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    defaults write com.barebones.bbedit Color:Background -string "rgb(0,0,0)"
    defaults write com.barebones.bbedit Color:CTagsIdentifier -string "rgb(39321,0,26214)"
    defaults write com.barebones.bbedit Color:ColorAttributesSeparately -bool true
    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:GuideContrast -integer 7
    defaults write com.barebones.bbedit Color:HTMLAnchor -string "rgb(43690,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 -bool true
    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:NumericConstant -string "rgb(48804,18723,61383)"
    defaults write com.barebones.bbedit Color:PredefinedName -string "rgb(4441,33057,47150)"
    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(36372,64349,25228)"
    defaults write com.barebones.bbedit Color:XMLProcessingInstruction -string "rgb(13107,26214,39321)"