diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-20 16:24:10 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-20 16:24:10 +0300 |
| commit | cda2e6fb9c2f6e92e3800a8d21a2691f5744bb6b (patch) | |
| tree | b791635c0030f5e9a41d7eacd3388b2aee685f50 /Software/Visual_Studio/Tango.Touch/Resources | |
| parent | bc5b579516e8b770338ff2924cc2215d1f46da2d (diff) | |
| download | Tango-cda2e6fb9c2f6e92e3800a8d21a2691f5744bb6b.tar.gz Tango-cda2e6fb9c2f6e92e3800a8d21a2691f5744bb6b.zip | |
Working on PPC...
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Resources')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Resources/Colors.xaml | 18 | ||||
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Resources/Fonts.xaml | 2 |
2 files changed, 16 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Resources/Colors.xaml b/Software/Visual_Studio/Tango.Touch/Resources/Colors.xaml index 11da08e69..75c68c749 100644 --- a/Software/Visual_Studio/Tango.Touch/Resources/Colors.xaml +++ b/Software/Visual_Studio/Tango.Touch/Resources/Colors.xaml @@ -10,8 +10,8 @@ <Color x:Key="TangoMidAccentColor">#4e556f</Color> <Color x:Key="TangoLowAccentColor">#40455F</Color> <Color x:Key="TangoLowerAccentColor">#404554</Color> - - <Color x:Key="TangoDarkForegroundColor">#2f2f2f</Color> + + <Color x:Key="TangoDarkForegroundColor">#3b3e4a</Color> <Color x:Key="TangoLightForegroundColor">#FFFFFF</Color> <Color x:Key="TangoDividerColor">#c8cbd4</Color> @@ -31,7 +31,12 @@ <Color x:Key="TangoValidationErrorColor">Red</Color> - <Color x:Key="TangoExpanderIconColor">#C5C5C6</Color> + <Color x:Key="TangoExpanderIconBackgroundColor">#f1f1f1</Color> + <Color x:Key="TangoExpanderIconForegroundColor">#55565a</Color> + + <Color x:Key="TangoDropShadowColor">#dbe0e8</Color> + + <Color x:Key="TangoGrayTextColor">#7e818b</Color> <!--Brushes--> <SolidColorBrush x:Key="TangoPrimaryBackgroundBrush" Color="{StaticResource TangoPrimaryBackgroundColor}"></SolidColorBrush> @@ -62,5 +67,10 @@ <SolidColorBrush x:Key="TangoValidationErrorBrush" Color="{StaticResource TangoValidationErrorColor}"></SolidColorBrush> - <SolidColorBrush x:Key="TangoExpanderIconBrush" Color="{StaticResource TangoExpanderIconColor}"></SolidColorBrush> + <SolidColorBrush x:Key="TangoExpanderIconBackgroundBrush" Color="{StaticResource TangoExpanderIconBackgroundColor}"></SolidColorBrush> + <SolidColorBrush x:Key="TangoExpanderIconForegroundBrush" Color="{StaticResource TangoExpanderIconForegroundColor}"></SolidColorBrush> + + <SolidColorBrush x:Key="TangoDropShadowBrush" Color="{StaticResource TangoDropShadowColor}"></SolidColorBrush> + + <SolidColorBrush x:Key="TangoGrayTextBrush" Color="{StaticResource TangoGrayTextColor}"></SolidColorBrush> </ResourceDictionary>
\ No newline at end of file diff --git a/Software/Visual_Studio/Tango.Touch/Resources/Fonts.xaml b/Software/Visual_Studio/Tango.Touch/Resources/Fonts.xaml index cd2e0ea58..e10072259 100644 --- a/Software/Visual_Studio/Tango.Touch/Resources/Fonts.xaml +++ b/Software/Visual_Studio/Tango.Touch/Resources/Fonts.xaml @@ -6,4 +6,6 @@ <sys:Double x:Key="TangoMessageBoxTitleFontSize">30</sys:Double> <sys:Double x:Key="TangoMessageBoxMessageFontSize">20</sys:Double> + <sys:Double x:Key="TangoExpanderHeaderFontSize">23</sys:Double> + </ResourceDictionary>
\ No newline at end of file |
