|
19 | 19 | Icon="/Assets/logo.ico"
|
20 | 20 | Title="Twitch Streaming Tools">
|
21 | 21 | <Window.Styles>
|
| 22 | + <Style Selector="Slider"> |
| 23 | + <Setter Property="FocusAdorner"> |
| 24 | + <FocusAdornerTemplate> |
| 25 | + <Rectangle Stroke="rgb(204, 200, 175)" StrokeThickness="2" /> |
| 26 | + </FocusAdornerTemplate> |
| 27 | + </Setter> |
| 28 | + </Style> |
| 29 | + <Style Selector="CheckBox"> |
| 30 | + <Setter Property="FocusAdorner"> |
| 31 | + <FocusAdornerTemplate> |
| 32 | + <Rectangle Stroke="rgb(204, 200, 175)" StrokeThickness="2" /> |
| 33 | + </FocusAdornerTemplate> |
| 34 | + </Setter> |
| 35 | + </Style> |
22 | 36 | <Style Selector="Label">
|
23 | 37 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
24 | 38 | </Style>
|
25 | 39 | <Style Selector="TextBox">
|
26 | 40 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
| 41 | + <Setter Property="SelectionBrush">rgb(54, 52, 46)</Setter> |
27 | 42 | </Style>
|
28 | 43 | <Style Selector="TextBox:focus">
|
29 | 44 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
30 | 45 | </Style>
|
| 46 | + <Style Selector="TextBox:focus /template/ Border#PART_BorderElement"> |
| 47 | + <Setter Property="BorderBrush">rgb(204, 200, 175)</Setter> |
| 48 | + </Style> |
31 | 49 | <Style Selector="TextBlock">
|
32 | 50 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
33 | 51 | </Style>
|
34 | 52 | <Style Selector="Button">
|
35 | 53 | <Setter Property="Background">#353332</Setter>
|
36 | 54 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
| 55 | + <Setter Property="FocusAdorner"> |
| 56 | + <FocusAdornerTemplate> |
| 57 | + <Rectangle Stroke="rgb(204, 200, 175)" StrokeThickness="2" /> |
| 58 | + </FocusAdornerTemplate> |
| 59 | + </Setter> |
37 | 60 | </Style>
|
38 | 61 | <Style Selector="ListBoxItem">
|
39 | 62 | <Setter Property="Background">#353332</Setter>
|
40 | 63 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
| 64 | + <Setter Property="FocusAdorner"> |
| 65 | + <FocusAdornerTemplate> |
| 66 | + <Rectangle Stroke="rgb(204, 200, 175)" StrokeThickness="2" /> |
| 67 | + </FocusAdornerTemplate> |
| 68 | + </Setter> |
41 | 69 | </Style>
|
42 | 70 | <Style Selector="ListBoxItem:selected /template/ ContentPresenter">
|
43 | 71 | <Setter Property="Background">#4F4D4C</Setter>
|
44 | 72 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
45 | 73 | </Style>
|
46 | 74 | <Style Selector="PathIcon">
|
47 | 75 | <Setter Property="Foreground">rgb(204, 200, 175)</Setter>
|
| 76 | + <Setter Property="FocusAdorner"> |
| 77 | + <FocusAdornerTemplate> |
| 78 | + <Rectangle Stroke="rgb(204, 200, 175)" StrokeThickness="2" /> |
| 79 | + </FocusAdornerTemplate> |
| 80 | + </Setter> |
48 | 81 | </Style>
|
49 | 82 | </Window.Styles>
|
50 | 83 |
|
|
0 commit comments