Skip to content

Commit 186c3f4

Browse files
committed
Update Themes.axaml
1 parent 63300f7 commit 186c3f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChatGPT.UI/Themes/Themes.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
33
<ResourceDictionary.ThemeDictionaries>
44
<ResourceDictionary x:Key='Default'>
5-
<SolidColorBrush x:Key='HeaderBackgroundBrush'>#66FFFFFF</SolidColorBrush>
5+
<SolidColorBrush x:Key='HeaderBackgroundBrush'>#C5FFFFFF</SolidColorBrush>
66
<SolidColorBrush x:Key='HeaderBorderBrush'>#40000000</SolidColorBrush>
77
<SolidColorBrush x:Key='MessageBackgroundBrush'>#C5FFFFFF</SolidColorBrush>
88
<SolidColorBrush x:Key='MessageBorderBrush'>#40000000</SolidColorBrush>
@@ -23,7 +23,7 @@
2323
<x:Double x:Key='SettingContentFontSize'>14</x:Double>
2424
</ResourceDictionary>
2525
<ResourceDictionary x:Key='Dark'>
26-
<SolidColorBrush x:Key='HeaderBackgroundBrush'>#66000000</SolidColorBrush>
26+
<SolidColorBrush x:Key='HeaderBackgroundBrush'>#C5303030</SolidColorBrush>
2727
<SolidColorBrush x:Key='HeaderBorderBrush'>#40FFFFFF</SolidColorBrush>
2828
<SolidColorBrush x:Key='MessageBackgroundBrush'>#C5303030</SolidColorBrush>
2929
<SolidColorBrush x:Key='MessageBorderBrush'>#40FFFFFF</SolidColorBrush>

0 commit comments

Comments
 (0)