Skip to content

Commit 8040ced

Browse files
committed
补全配色, 以后再改 (
1 parent 3f7e028 commit 8040ced

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

OpenGptChat/ColorModes/LightMode.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@
99

1010
<Brush x:Key="BoxBackground">#ffffff</Brush>
1111
<Brush x:Key="BoxHoverBackground">#ffffff</Brush>
12+
<Brush x:Key="BoxPressBackground">#ffffff</Brush>
1213
<Brush x:Key="BoxFocusedBackground">#ffffff</Brush>
1314
<Brush x:Key="BoxDisabledBackground">#ffffff</Brush>
1415
<Brush x:Key="BoxBorder">#abadb3</Brush>
1516
<Brush x:Key="BoxHoverBorder">#7eb4ea</Brush>
17+
<Brush x:Key="BoxPressBorder">#abadb3</Brush>
1618
<Brush x:Key="BoxFocusedBorder">#569de5</Brush>
1719
<Brush x:Key="BoxDisabledBorder">#abadb3</Brush>
1820

1921
<Brush x:Key="TextBoxBackground">#ffffff</Brush>
2022
<Brush x:Key="TextBoxHoverBackground">#ffffff</Brush>
23+
<Brush x:Key="TextBoxPressBackground">#ffffff</Brush>
2124
<Brush x:Key="TextBoxFocusedBackground">#ffffff</Brush>
2225
<Brush x:Key="TextBoxDisabledBackground">#ffffff</Brush>
2326
<Brush x:Key="TextBoxBorder">#abadb3</Brush>
2427
<Brush x:Key="TextBoxHoverBorder">#7eb4ea</Brush>
28+
<Brush x:Key="TextBoxPressBorder">#abadb3</Brush>
2529
<Brush x:Key="TextBoxFocusedBorder">#569de5</Brush>
2630
<Brush x:Key="TextBoxDisabledBorder">#abadb3</Brush>
2731

0 commit comments

Comments
 (0)