電話を黒っぽく

 → 
DirkGently Collection(http://forum.xda-developers.com/showthread.php?p=5623572#post5623572)の中の
DG 'Glass' Theme(http://forum.xda-developers.com/showpost.php?p=6297968&postcount=194
の「DG Glass Dialer」を使用
 
1.DG Glass Dialer [W]VGA.cabをインストール
2.HKEY_LOCAL_MACHINE\Security\Phone\Skin\Enabled を「1」に戻す
3.サイズが合わず一番下に背景が残るので
   
   \Windows\dlrback_port.png のサイズ(480x696)を(480x750)に変更
4.再起動

CLauncher 覚書

「application」と表示されてしまうのは

<Layer ID="CLauncherCondensed"

<Text ID="PluginLabel" Left="10" Top="4" Width="220" Height="34" FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text="CLauncher">

の最後の

Text="CLauncher"

をカットすると「CLauncher」になる

時計

フォント・大きさを変えたら印象がかわりますね
 → 
フォントはこちら(http://www.trojanbear.net/)の「SEVENBAR sheer bold」を使わせていただきました
\Windows\SHCustom_480x854.cprの"ClockExpanded"辺りを変更

   <Layer ID="ClockExpanded" Visible="False" Width="480" Height="164" Clip="False">
     <Layer ID="Page" Clip="False">
       <!-- Icon in the upper right-->
       <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114"/>

       <!-- Time -->
※      <Text ID="Time" Left="0" Top="26" Width="320" Height="150" FontFamily="7barSPBd" FontSize="48" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
       </Text>

       <!-- AM/PM -->
※      <Text ID="AMPM" Left="326" Top="36" Width="142" Height="36" FontFamily="Tahoma" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
       </Text>

       <!-- Date -->
※      <Text ID="Date" Left="326" Top="66" Width="142" Height="36" FontFamily="Tahoma" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
       </Text>

       <!-- Alarm -->
       <Image ID="Alarm" Left="428" Top="28" Width="34" Height="60"/>

     </Layer>
   </Layer>

ロック画面の時計もこれにしよう…

ロック画面の時計

を(裸眼でもわかるよう)大きくしてみた
 → 
\Windows\LS_LockScene_480x854.cprの後半部分、Layer ID="TimeAppointment"辺りの※行の数値を変更

※    <Layer ID="TimeAppointment" Top="492">
※      <Image ID="TimeBG" Width="480" Height="310" Visible="True" Opacity="1.0" ScalingAlgorithm = "TriLinear" Source="\windows\LS_TimeBG.png"/>
       <Layer Top="14" ID="DateTime" OnInitComplete="Binding:LockScreen,LS_ClockDataItem">
※        <Text ID="TimeText" Width="480" Top="10" Height="180" FontFamily="Tahoma" FontSize="72" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" VerticalAlignment="Middle" Opacity="1.0" >
           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
         </Text>
※        <Text ID="AMPMText" Left="380" Width="100" Height="30" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
         </Text>
※        <Text ID="DateText" Left="80" Top="0" Width="100" Height="30" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" VerticalAlignment="Middle" Opacity="1.0" >
           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
         </Text>
       </Layer>
※      <Layer ID="Appointment" Left="9" Top="210"  OnInitComplete="Binding:LockScreen,LS_Appointment">

ちなみに横画面の時は、まだ調整中だがこんな感じ

予定表

予定表の内容は「予定表」までスクロールさせるかロック画面で表示されるが、それ以外のときも表示させてみた

\Windows\SHCustom_480x854.cprの"CalendarCondensed"にText2とText1を追加

  <Layer ID="CalendarCondensed" Visible="False" Width="480" Height="68">
    <Layer ID="Page">
      <!-- Condensed Line 1 -->
      <Text ID="PluginLabel" Left="20" Top="8" Width="440" Height="68" FontFamily="Tahoma" FontSize="18" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter"  InnerTextType="Resource" Text="cmhomeres.dll,1026">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

      <!-- Line 2 -->
      <Text ID="Text 2" Left="240" Top="10" Width="240" Height="30" FontFamily="Tahoma" FontSize="8" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <!-- Line 1 -->
      <Text ID="Text 1" Left="240" Top="36" Width="240" Height="30" FontFamily="Tahoma" FontSize="8" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>

    </Layer>
  </Layer>

予定表はメモ程度の使い方なのでこれで十分