Skip to content

Commit

Permalink
Revert "Change the background and foreground colors in the PMUI to in…
Browse files Browse the repository at this point in the history
…crease contrast ratio in Light theme and use the correct colors for doc well UI (#3858)" (#3906)

This reverts commit c21ea53.
  • Loading branch information
jebriede authored Feb 18, 2021
1 parent b50b0bd commit 3b5c425
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,19 @@ public static void LoadVsBrushes()
ComboBoxBorderKey = VsBrushes.ComboBoxBorderKey;
ControlLinkTextHoverKey = VsBrushes.ControlLinkTextHoverKey;
ControlLinkTextKey = VsBrushes.ControlLinkTextKey;
DetailPaneBackground = CommonDocumentColors.PageBrushKey;
HeaderBackground = CommonDocumentColors.PageBrushKey;
DetailPaneBackground = VsBrushes.BrandedUIBackgroundKey;
HeaderBackground = VsBrushes.BrandedUIBackgroundKey;
InfoBackgroundKey = VsBrushes.InfoBackgroundKey;
InfoTextKey = VsBrushes.InfoTextKey;
LegalMessageBackground = CommonDocumentColors.PageBrushKey;
ListPaneBackground = CommonDocumentColors.PageBrushKey;
LegalMessageBackground = VsBrushes.BrandedUIBackgroundKey;
ListPaneBackground = VsBrushes.BrandedUIBackgroundKey;
SplitterBackgroundKey = VsBrushes.CommandShelfBackgroundGradientKey;
ToolWindowBorderKey = VsBrushes.ToolWindowBorderKey;
ToolWindowButtonDownBorderKey = VsBrushes.ToolWindowButtonDownBorderKey;
ToolWindowButtonDownKey = VsBrushes.ToolWindowButtonDownKey;
ToolWindowButtonHoverActiveBorderKey = VsBrushes.ToolWindowButtonHoverActiveBorderKey;
ToolWindowButtonHoverActiveKey = VsBrushes.ToolWindowButtonHoverActiveKey;
UIText = CommonDocumentColors.PageTextBrushKey;
UIText = VsBrushes.BrandedUITextKey;
WindowTextKey = VsBrushes.WindowTextKey;

HeaderColorsDefaultBrushKey = HeaderColors.DefaultBrushKey;
Expand Down

0 comments on commit 3b5c425

Please sign in to comment.