Skip to content

Commit 6432577

Browse files
committed
Improving colors
1 parent 5b1cd0b commit 6432577

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@
215215
</Grid.ColumnDefinitions>
216216

217217
<Grid x:Name="PART_ItemsPanelContainer"
218-
VerticalAlignment="Stretch"
219-
Background="{DynamicResource Fluent.Ribbon.Brushes.White}">
218+
VerticalAlignment="Stretch">
220219
<Grid Background="{TemplateBinding ItemsPanelBackground}"
221220
KeyboardNavigation.DirectionalNavigation="Cycle">
222221
<Grid.RowDefinitions>

Fluent.Ribbon/Themes/Themes/GeneratorParameters.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
"Fluent.Ribbon.Colors.Gray9": "#5EC9C9C9",
9595
"Fluent.Ribbon.Colors.Gray10": "#FFF7F7F7",
9696
"Fluent.Ribbon.Brushes.BackstageTabControl.Background": "#FFFAFAFA",
97-
"Fluent.Ribbon.Brushes.BackstageTabControl.ItemsPanelBackground": "#FFF9F9F9",
98-
"Fluent.Ribbon.Brushes.DropDown.Background": "#FFF9F9F9",
97+
"Fluent.Ribbon.Brushes.BackstageTabControl.ItemsPanelBackground": "#FFF7F7F7",
98+
"Fluent.Ribbon.Brushes.DropDown.Background": "#FFF7F7F7",
9999
"Fluent.Ribbon.Brushes.RibbonTabControl.Background": "Transparent",
100-
"Fluent.Ribbon.Brushes.RibbonTabControl.Content.Background": "#FFF9F9F9",
100+
"Fluent.Ribbon.Brushes.RibbonTabControl.Content.Background": "#FFF7F7F7",
101101
"Fluent.Ribbon.Brushes.RibbonWindow.Background": "#FFFAFAFA",
102102
"Fluent.Ribbon.Brushes.RibbonWindow.Background.Backdrop.Acrylic": "#60FFFFFF",
103103
"Fluent.Ribbon.Brushes.RibbonWindow.Background.Backdrop.Auto": "#BBFFFFFF",

0 commit comments

Comments
 (0)