Station maps (#13027)
This commit is contained in:
@@ -81,6 +81,8 @@ namespace Content.Client.Stylesheets
|
||||
public const string StyleClassPopupMessageLarge = "PopupMessageLarge";
|
||||
public const string StyleClassPopupMessageLargeCaution = "PopupMessageLargeCaution";
|
||||
|
||||
public static readonly Color PanelDark = Color.FromHex("#1E1E22");
|
||||
|
||||
public static readonly Color NanoGold = Color.FromHex("#A88B5E");
|
||||
public static readonly Color GoodGreenFore = Color.FromHex("#31843E");
|
||||
public static readonly Color ConcerningOrangeFore = Color.FromHex("#A5762F");
|
||||
@@ -453,7 +455,7 @@ namespace Content.Client.Stylesheets
|
||||
var sliderBackBox = new StyleBoxTexture
|
||||
{
|
||||
Texture = sliderFillTex,
|
||||
Modulate = Color.FromHex("#1E1E22")
|
||||
Modulate = PanelDark,
|
||||
};
|
||||
|
||||
var sliderForeBox = new StyleBoxTexture
|
||||
|
||||
Reference in New Issue
Block a user