Skip to content

Commit 6a22358

Browse files
committed
Adjust Clock Color
1 parent 1924e10 commit 6a22358

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Flow.Launcher/Themes/Metro Server.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@
118118
</Style>
119119
<Style
120120
x:Key="ClockPanel"
121-
BasedOn="{StaticResource BaseClockPanel}"
121+
BasedOn="{StaticResource ClockPanel}"
122122
TargetType="{x:Type StackPanel}">
123123
<Setter Property="Margin" Value="0,0,22,0" />
124-
<Setter Property="Visibility" Value="Visible" />
124+
<Setter Property="Orientation" Value="Horizontal" />
125125
</Style>
126126
</ResourceDictionary>

Flow.Launcher/Themes/Pink.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
x:Key="DateBox"
124124
BasedOn="{StaticResource BaseDateBox}"
125125
TargetType="{x:Type TextBlock}">
126+
<Setter Property="FontWeight" Value="Bold" />
126127
<Setter Property="Foreground" Value="#71114b" />
127128
</Style>
128129
</ResourceDictionary>

Flow.Launcher/Themes/Win10Light.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
x:Key="ClockBox"
160160
BasedOn="{StaticResource BaseClockBox}"
161161
TargetType="{x:Type TextBlock}">
162-
<Setter Property="Foreground" Value="#b2b2b2" />
162+
<Setter Property="Foreground" Value="#818181" />
163163
</Style>
164164
<Style
165165
x:Key="DateBox"
166166
BasedOn="{StaticResource BaseDateBox}"
167167
TargetType="{x:Type TextBlock}">
168-
<Setter Property="Foreground" Value="#b2b2b2" />
168+
<Setter Property="Foreground" Value="#818181" />
169169
</Style>
170170
</ResourceDictionary>

0 commit comments

Comments
 (0)