Commit 1be914d 1 parent b1502ff commit 1be914d Copy full SHA for 1be914d
File tree 4 files changed +11
-0
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent
4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 506
506
<SolidColorBrush x : Key =" LabelForeground" Color =" {StaticResource TextFillColorPrimary}" />
507
507
508
508
<!-- ListBox -->
509
+ <Color x : Key =" SystemChromeMediumLowColor" >#FF2B2B2B</Color >
509
510
<SolidColorBrush x : Key =" ListBoxBackground" Color =" {StaticResource CardBackgroundFillColorDefault}" />
510
511
<SolidColorBrush x : Key =" ListBoxItemForeground" Color =" {StaticResource TextFillColorPrimary}" />
511
512
<SolidColorBrush x : Key =" ListBoxItemSelectedBackgroundThemeBrush" Color =" {StaticResource SystemAccentColor}" Opacity =" 0.6" />
Original file line number Diff line number Diff line change 381
381
<SolidColorBrush x : Key =" LabelForeground" Color =" {StaticResource SystemColorGrayTextColor}" />
382
382
383
383
<!-- ListBox -->
384
+ <Color x : Key =" SystemChromeMediumLowColor" >#FF2B2B2B</Color >
384
385
<SolidColorBrush x : Key =" ListBoxBackground" Color =" {StaticResource SystemColorButtonFaceColor}" />
385
386
<SolidColorBrush x : Key =" ListBoxItemForeground" Color =" {StaticResource SystemColorWindowTextColor}" />
386
387
<SolidColorBrush x : Key =" ListBoxItemSelectedBackgroundThemeBrush" Color =" {StaticResource SystemColorHighlightColor}" />
387
388
<SolidColorBrush x : Key =" ListBoxItemSelectedBackgroundPointerOverThemeBrush" Color =" {StaticResource SystemColorButtonTextColor}" />
389
+ <SolidColorBrush x : Key =" ListBoxItemBackgroundSelectedPressedThemeBrush" Color =" {StaticResource SystemColorHighlightColor}" />
388
390
<SolidColorBrush x : Key =" ListBoxItemSelectedForegroundThemeBrush" Color =" {StaticResource SystemColorButtonFaceColor}" />
389
391
<SolidColorBrush x : Key =" ListBoxItemUnselectedBackgroundPointerOverThemeBrush" Color =" {StaticResource SystemColorHighlightTextColor}" />
390
392
533
535
<SolidColorBrush x : Key =" TextControlPlaceholderForeground" Color =" {StaticResource SystemColorGrayTextColor}" />
534
536
<SolidColorBrush x : Key =" TextControlButtonForeground" Color =" {StaticResource SystemColorWindowTextColor}" />
535
537
538
+ <!-- ThumbRate -->
539
+ <SolidColorBrush x : Key =" ThumbRateForeground" Color =" {StaticResource SystemColorHighlightColor}" />
540
+
536
541
<!-- TimePicker -->
537
542
<SolidColorBrush x : Key =" TimePickerButtonBackground" Color =" {StaticResource SystemColorWindowColor}" />
538
543
<SolidColorBrush x : Key =" TimePickerButtonBackgroundPointerOver" Color =" {StaticResource SystemColorHighlightTextColor}" />
Original file line number Diff line number Diff line change 494
494
<!-- Label -->
495
495
<SolidColorBrush x : Key =" LabelForeground" Color =" {StaticResource TextFillColorPrimary}" />
496
496
<!-- ListBox -->
497
+ <Color x : Key =" SystemChromeMediumLowColor" >#FF2B2B2B</Color >
497
498
<SolidColorBrush x : Key =" ListBoxBackground" Color =" {StaticResource CardBackgroundFillColorDefault}" />
498
499
<SolidColorBrush x : Key =" ListBoxItemForeground" Color =" {StaticResource TextFillColorPrimary}" />
499
500
<SolidColorBrush x : Key =" ListBoxItemSelectedBackgroundThemeBrush" Color =" {StaticResource SystemAccentColor}" Opacity =" 0.6" />
Original file line number Diff line number Diff line change 392
392
<!-- Label -->
393
393
<SolidColorBrush x : Key =" LabelForeground" Color =" {StaticResource SystemColorGrayTextColor}" />
394
394
<!-- ListBox -->
395
+ <Color x : Key =" SystemChromeMediumLowColor" >#FF2B2B2B</Color >
395
396
<SolidColorBrush x : Key =" ListBoxBackground" Color =" {StaticResource SystemColorButtonFaceColor}" />
396
397
<SolidColorBrush x : Key =" ListBoxItemForeground" Color =" {StaticResource SystemColorWindowTextColor}" />
397
398
<SolidColorBrush x : Key =" ListBoxItemSelectedBackgroundThemeBrush" Color =" {StaticResource SystemColorHighlightColor}" />
398
399
<SolidColorBrush x : Key =" ListBoxItemSelectedBackgroundPointerOverThemeBrush" Color =" {StaticResource SystemColorButtonTextColor}" />
400
+ <SolidColorBrush x : Key =" ListBoxItemBackgroundSelectedPressedThemeBrush" Color =" {StaticResource SystemColorHighlightColor}" />
399
401
<SolidColorBrush x : Key =" ListBoxItemSelectedForegroundThemeBrush" Color =" {StaticResource SystemColorButtonFaceColor}" />
400
402
<SolidColorBrush x : Key =" ListBoxItemUnselectedBackgroundPointerOverThemeBrush" Color =" {StaticResource SystemColorHighlightTextColor}" />
401
403
<!-- ListView -->
522
524
<SolidColorBrush x : Key =" TextControlBorderBrushDisabled" Color =" {StaticResource SystemColorGrayTextColor}" />
523
525
<SolidColorBrush x : Key =" TextControlPlaceholderForeground" Color =" {StaticResource SystemColorGrayTextColor}" />
524
526
<SolidColorBrush x : Key =" TextControlButtonForeground" Color =" {StaticResource SystemColorWindowTextColor}" />
527
+ <!-- ThumbRate -->
528
+ <SolidColorBrush x : Key =" ThumbRateForeground" Color =" {StaticResource SystemColorHighlightColor}" />
525
529
<!-- TimePicker -->
526
530
<SolidColorBrush x : Key =" TimePickerButtonBackground" Color =" {StaticResource SystemColorWindowColor}" />
527
531
<SolidColorBrush x : Key =" TimePickerButtonBackgroundPointerOver" Color =" {StaticResource SystemColorHighlightTextColor}" />
You can’t perform that action at this time.
0 commit comments