Revise naming for clarity
This commit is contained in:
parent
9c09297ecb
commit
7731b0b4fd
7 changed files with 10 additions and 10 deletions
|
|
@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl
|
|||
public Color DarkShade { get; } = new Color(0, 0, 0, 190);
|
||||
|
||||
public Color ActiveTabColor { get; set; }
|
||||
public Color ActiveTabBarBackground { get; set; }
|
||||
public Color TabBarBackground { get; set; }
|
||||
public Color InactiveTabColor { get; set; }
|
||||
public Color InteractionLayerOverlayColor { get; private set; }
|
||||
|
||||
|
|
@ -157,7 +157,7 @@ namespace MatterHackers.MatterControl
|
|||
(colors.IsDarkTheme) ? 3 : 25));
|
||||
|
||||
this.ActiveTabColor = this.TabBodyBackground;
|
||||
this.ActiveTabBarBackground = this.ActiveTabColor.AdjustLightness(0.85).ToColor();
|
||||
this.TabBarBackground = this.ActiveTabColor.AdjustLightness(0.85).ToColor();
|
||||
this.ThumbnailBackground = this.MinimalShade;
|
||||
this.AccentMimimalOverlay = new Color(this.Colors.PrimaryAccentColor, 50);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue