Skip to content

Instantly share code, notes, and snippets.

@robjwells
Created July 6, 2013 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robjwells/5940537 to your computer and use it in GitHub Desktop.
Save robjwells/5940537 to your computer and use it in GitHub Desktop.
robjwells custom BBEdit colour scheme
<?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.968627,0.968627,0.968627,1.000000)</string>
<key>CommentsColor</key>
<string>rgba(0.466667,0.466667,0.466667,1.000000)</string>
<key>CommentsColor_Markdown</key>
<string>rgba(0.466667,0.466667,0.466667,1.000000)</string>
<key>CtagsIdentifierColor</key>
<string>rgba(0.6,0.0,0.4,1.0)</string>
<key>ForegroundColor</key>
<string>rgba(0.145098,0.145098,0.145098,1.000000)</string>
<key>HTMLAnchorColor</key>
<string>rgba(0.500008,0.000000,0.500008,1.000000)</string>
<key>HTMLAnchorColor_Markdown</key>
<string>rgba(0.500008,0.000000,0.500008,1.000000)</string>
<key>HTMLAttributeNameColor</key>
<string>rgba(0.090815,0.502036,0.197457,1.000000)</string>
<key>HTMLAttributeNameColor_Markdown</key>
<string>rgba(0.090815,0.502036,0.197457,1.000000)</string>
<key>HTMLAttributeValueColor</key>
<string>rgba(0.200000,0.400000,0.600000,1.000000)</string>
<key>HTMLAttributeValueColor_Markdown</key>
<string>rgba(0.200000,0.400000,0.600000,1.000000)</string>
<key>HTMLImageColor</key>
<string>rgba(0.500008,0.000000,0.500008,1.000000)</string>
<key>HTMLImageColor_Markdown</key>
<string>rgba(0.500008,0.000000,0.500008,1.000000)</string>
<key>HTMLProcessingDirectiveColor</key>
<string>rgba(0.501961,0.250980,0.000000,1.000000)</string>
<key>HTMLProcessingDirectiveColor_Markdown</key>
<string>rgba(0.501961,0.250980,0.000000,1.000000)</string>
<key>HTMLTagColor</key>
<string>rgba(0.000000,0.278431,0.670588,1.000000)</string>
<key>HTMLTagColor_Markdown</key>
<string>rgba(0.000000,0.278431,0.670588,1.000000)</string>
<key>HighlightInsertionPoint</key>
<integer>1</integer>
<key>InsertionPointLineHighlightColor</key>
<string>rgba(0.876872,0.927549,0.999685,1.000000)</string>
<key>InvisibleOthersColor</key>
<string>rgba(0.866666667,0.031372549,0.023529412,1.0)</string>
<key>InvisibleSpacesColor</key>
<string>rgba(0.682353,0.682353,0.709804,1.000000)</string>
<key>KeywordsColor</key>
<string>rgba(0.000000,0.278431,0.670588,1.000000)</string>
<key>KeywordsColor_Markdown</key>
<string>rgba(0.000000,0.278431,0.670588,1.000000)</string>
<key>NumericConstantColor</key>
<string>rgba(0.689270,0.117123,0.154598,1.000000)</string>
<key>PredefinedNamesColor</key>
<string>rgba(0.067765,0.504417,0.719463,1.000000)</string>
<key>PrimaryHighlightColor</key>
<string>rgba(0.749019608,0.847058824,0.980392157,1.0)</string>
<key>PythonDecoratorColor</key>
<string>rgba(0.200, 0.400, 0.600, 1.000)</string>
<key>SecondaryHighlightColor</key>
<string>rgba(0.815686275,0.815686275,0.815686275,1.0)</string>
<key>SpellingColor</key>
<string>rgba(1.0, 0.498039216, 0.498039216,1.0)</string>
<key>StringColor</key>
<string>rgba(0.090815,0.502036,0.197457,1.000000)</string>
<key>StringColor_Markdown</key>
<string>rgba(0.090815,0.502036,0.197457,1.000000)</string>
<key>UseCustomHighlightColor</key>
<true/>
<key>VariablesColor</key>
<string>rgba(0.6,0.0,0.4,1.0)</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment