Skip to content

Commit 39b53d9

Browse files
committed
Change default Scrollbar Thumb color
1 parent c32ae79 commit 39b53d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<Setter Property="Template">
177177
<Setter.Value>
178178
<ControlTemplate TargetType="{x:Type Thumb}">
179-
<Border CornerRadius="2" DockPanel.Dock="Right" Background="#bebebe" BorderBrush="Transparent" BorderThickness="0" />
179+
<Border CornerRadius="2" DockPanel.Dock="Right" Background="#898989" BorderBrush="Transparent" />
180180
</ControlTemplate>
181181
</Setter.Value>
182182
</Setter>
@@ -185,6 +185,7 @@
185185
<Style x:Key="BaseScrollBarStyle" TargetType="{x:Type ScrollBar}">
186186
<Setter Property="Stylus.IsPressAndHoldEnabled" Value="false" />
187187
<Setter Property="Stylus.IsFlicksEnabled" Value="false" />
188+
<Setter Property="Background" Value="Black" />
188189
<!-- must set min width -->
189190
<Setter Property="MinWidth" Value="0"/>
190191
<Setter Property="Width" Value="5"/>

0 commit comments

Comments
 (0)