Skip to content

Commit

Permalink
Improving colors
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Jul 14, 2024
1 parent 5b1cd0b commit 6432577
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@
</Grid.ColumnDefinitions>

<Grid x:Name="PART_ItemsPanelContainer"
VerticalAlignment="Stretch"
Background="{DynamicResource Fluent.Ribbon.Brushes.White}">
VerticalAlignment="Stretch">
<Grid Background="{TemplateBinding ItemsPanelBackground}"
KeyboardNavigation.DirectionalNavigation="Cycle">
<Grid.RowDefinitions>
Expand Down
6 changes: 3 additions & 3 deletions Fluent.Ribbon/Themes/Themes/GeneratorParameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
"Fluent.Ribbon.Colors.Gray9": "#5EC9C9C9",
"Fluent.Ribbon.Colors.Gray10": "#FFF7F7F7",
"Fluent.Ribbon.Brushes.BackstageTabControl.Background": "#FFFAFAFA",
"Fluent.Ribbon.Brushes.BackstageTabControl.ItemsPanelBackground": "#FFF9F9F9",
"Fluent.Ribbon.Brushes.DropDown.Background": "#FFF9F9F9",
"Fluent.Ribbon.Brushes.BackstageTabControl.ItemsPanelBackground": "#FFF7F7F7",
"Fluent.Ribbon.Brushes.DropDown.Background": "#FFF7F7F7",
"Fluent.Ribbon.Brushes.RibbonTabControl.Background": "Transparent",
"Fluent.Ribbon.Brushes.RibbonTabControl.Content.Background": "#FFF9F9F9",
"Fluent.Ribbon.Brushes.RibbonTabControl.Content.Background": "#FFF7F7F7",
"Fluent.Ribbon.Brushes.RibbonWindow.Background": "#FFFAFAFA",
"Fluent.Ribbon.Brushes.RibbonWindow.Background.Backdrop.Acrylic": "#60FFFFFF",
"Fluent.Ribbon.Brushes.RibbonWindow.Background.Backdrop.Auto": "#BBFFFFFF",
Expand Down

0 comments on commit 6432577

Please sign in to comment.