Skip to content

Instantly share code, notes, and snippets.

@iseebi
Created January 25, 2011 11:53
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 iseebi/794826 to your computer and use it in GitHub Desktop.
Save iseebi/794826 to your computer and use it in GitHub Desktop.
Windows Phone 7 accent color swatch library xml for Expression Design
<?xml version="1.0" encoding="utf-8"?>
<SwatchLibrary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="Windows Phone 7" xmlns="http://schemas.microsoft.com/expression/design/2007">
<SolidColorSwatch Color="#FF000000" />
<SolidColorSwatch Color="#FFFFFFFF" />
<SolidColorSwatch Color="#FF181C18" />
<SolidColorSwatch Color="#FFFF0094" />
<SolidColorSwatch Color="#FFA500FF" />
<SolidColorSwatch Color="#FF00AAAD" />
<SolidColorSwatch Color="#FF8CBE21" />
<SolidColorSwatch Color="#FF9C4D00" />
<SolidColorSwatch Color="#FFE771B5" />
<SolidColorSwatch Color="#FFEF9608" />
<SolidColorSwatch Color="#FF18A2E7" />
<SolidColorSwatch Color="#FFE71000" />
<SolidColorSwatch Color="#FF319A31" />
</SwatchLibrary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment