Skip to content

Instantly share code, notes, and snippets.

@attitude
Created February 2, 2014 10:49
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 attitude/d9611eb7539f5454674f to your computer and use it in GitHub Desktop.
Save attitude/d9611eb7539f5454674f to your computer and use it in GitHub Desktop.
My current colour theme for TextWrangler. Save to `~/Library/Application Support/TextWrangler/Color Schemes` to use.
<?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.000000,0.000000,0.000000,1.000000)</string>
<key>CommentsColor</key>
<string>rgba(0.498646,0.888411,0.000000,1.000000)</string>
<key>CtagsIdentifierColor</key>
<string>rgba(0.573932,0.000000,0.400000,1.000000)</string>
<key>ForegroundColor</key>
<string>rgba(0.800000,0.800000,0.800000,1.000000)</string>
<key>HTMLAnchorColor</key>
<string>rgba(1.000000,0.822526,0.000000,1.000000)</string>
<key>HTMLAttributeNameColor</key>
<string>rgba(1.000000,0.000000,0.000000,1.000000)</string>
<key>HTMLAttributeValueColor</key>
<string>rgba(1.000000,0.545443,0.000000,1.000000)</string>
<key>HTMLImageColor</key>
<string>rgba(0.000000,0.676562,0.000000,1.000000)</string>
<key>HTMLProcessingDirectiveColor</key>
<string>rgba(0.921016,0.173255,0.542318,1.000000)</string>
<key>HTMLTagColor</key>
<string>rgba(0.000000,0.770625,1.000000,1.000000)</string>
<key>HighlightInsertionPoint</key>
<true/>
<key>InsertionPointLineHighlightColor</key>
<string>rgba(0.000000,0.102057,0.117647,1.000000)</string>
<key>InvisibleOthersColor</key>
<string>rgba(0.600000,0.000000,0.000000,1.000000)</string>
<key>InvisibleSpacesColor</key>
<string>rgba(0.000000,0.237161,0.314193,1.000000)</string>
<key>KeywordsColor</key>
<string>rgba(1.000000,0.800000,0.000000,1.000000)</string>
<key>NumericConstantColor</key>
<string>rgba(0.000000,1.000000,1.000000,1.000000)</string>
<key>PredefinedNamesColor</key>
<string>rgba(1.000000,0.200000,0.471120,1.000000)</string>
<key>PrimaryHighlightColor</key>
<string>rgba(0.069818,0.361719,0.774063,1.000000)</string>
<key>PythonDecoratorColor</key>
<string>rgba(0.200, 0.400, 0.600, 1.000)</string>
<key>SecondaryHighlightColor</key>
<string>rgba(0.400000,0.400000,0.400000,1.000000)</string>
<key>SpellingColor</key>
<string>rgba(1.000000,0.200000,0.200000,1.000000)</string>
<key>StringColor</key>
<string>rgba(1.000000,0.446562,0.000000,1.000000)</string>
<key>UseCustomHighlightColor</key>
<true/>
<key>VariablesColor</key>
<string>rgba(0.000000,0.736979,0.890286,1.000000)</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment