Skip to content

Instantly share code, notes, and snippets.

@takeshik
Created December 29, 2011 19:35
Show Gist options
  • Save takeshik/1535818 to your computer and use it in GitHub Desktop.
Save takeshik/1535818 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<ColoringProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MyColor A="255" R="160" G="214" B="255" IsActive="true" />
<FriendColor A="255" R="255" G="255" B="255" IsActive="true" />
<FollowingColor A="255" R="255" G="192" B="192" IsActive="true" />
<FollowerColor A="255" R="192" G="255" B="192" IsActive="true" />
<DirectMessageNameColor A="255" R="255" G="128" B="128" IsActive="true" />
<DefaultNameColor A="0" R="255" G="255" B="255" />
<RetweetedColor>
<LightColor A="255" R="214" G="255" B="214" IsActive="true" />
<DarkColor A="128" R="214" G="255" B="214" IsActive="true" />
<Activated>true</Activated>
<ActivatedSub>true</ActivatedSub>
</RetweetedColor>
<DirectMessageColor>
<LightColor A="0" R="255" G="255" B="255" IsActive="false" />
<DarkColor A="0" R="255" G="255" B="255" IsActive="false" />
<Activated>false</Activated>
<ActivatedSub>false</ActivatedSub>
</DirectMessageColor>
<MentionColor>
<LightColor A="255" R="255" G="214" B="214" IsActive="true" />
<DarkColor A="128" R="255" G="214" B="214" IsActive="true" />
<Activated>true</Activated>
<ActivatedSub>true</ActivatedSub>
</MentionColor>
<SelectedColor>
<LightColor A="255" R="255" G="238" B="192" IsActive="true" />
<DarkColor A="128" R="255" G="238" B="192" IsActive="true" />
<Activated>true</Activated>
<ActivatedSub>true</ActivatedSub>
</SelectedColor>
<DefaultColor>
<LightColor A="255" R="255" G="255" B="255" />
<DarkColor xsi:type="DisablableColorElement" A="255" R="231" G="231" B="231" IsActive="true" />
</DefaultColor>
<RetweetedTextColor A="255" R="0" G="48" B="14" IsActive="true" />
<DirectMessageTextColor A="255" R="48" G="0" B="0" IsActive="true" />
<MentionTextColor A="255" R="48" G="39" B="0" IsActive="true" />
<SelectedTextColor A="0" R="255" G="255" B="255" IsActive="false" />
<DefaultTextColor A="255" R="0" G="0" B="0" />
<DefaultLinkColor A="255" R="65" G="105" B="225" />
<PostBoxOpenForeground A="255" R="0" G="0" B="0" />
<PostBoxOpenBackground A="255" R="230" G="230" B="230" />
<PostBoxCloseForeground A="255" R="128" G="128" B="128" />
<PostBoxCloseBackground A="0" R="255" G="255" B="255" />
<PostBoxBorder A="255" R="128" G="128" B="128" />
<StatusBarBackground A="255" R="245" G="245" B="245" />
<TweetWorkerNotifierBackground A="0" R="255" G="255" B="255" />
<TabSelectedBackground A="255" R="255" G="255" B="255" />
<TabSelectedHighlight A="160" R="135" G="206" B="250" />
<TabBackground A="255" R="192" G="192" B="192" />
<TabHighlight A="255" R="255" G="255" B="255" />
<UserProfileBackground A="255" R="255" G="255" B="255" />
<UserProfileDarkBackground A="255" R="245" G="245" B="245" />
<SearchBackground A="255" R="255" G="255" B="255" />
<SearchForeground A="255" R="0" G="0" B="0" />
<SearchTextBackground A="255" R="255" G="255" B="255" />
<SearchInactiveForeground A="255" R="128" G="128" B="128" />
<SearchBorder A="255" R="192" G="192" B="192" />
<SetInputCaretColorWhite>false</SetInputCaretColorWhite>
<SetSearchCaretColorWhite>false</SetSearchCaretColorWhite>
</ColoringProperty>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment