From 667557f6b2ac81ac00c2239e0468d28de645569f Mon Sep 17 00:00:00 2001 From: Areloch Date: Sun, 16 Aug 2020 02:37:43 -0500 Subject: [PATCH] Standardizes the tooltip profile colors to match the rest of the themeing stuff --- Templates/BaseGame/game/core/gui/scripts/profiles.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Templates/BaseGame/game/core/gui/scripts/profiles.cs b/Templates/BaseGame/game/core/gui/scripts/profiles.cs index 63e05a5c2..73c60d9dc 100644 --- a/Templates/BaseGame/game/core/gui/scripts/profiles.cs +++ b/Templates/BaseGame/game/core/gui/scripts/profiles.cs @@ -81,15 +81,15 @@ if(!isObject(GuiToolTipProfile)) new GuiControlProfile (GuiToolTipProfile) { // fill color - fillColor = "239 237 222"; + fillColor = "56 56 56"; // border color - borderColor = "138 134 122"; + borderColor = "87 87 87"; // font fontType = "Arial"; fontSize = 14; - fontColor = "0 0 0"; + fontColor = "200 200 200"; category = "Core"; };