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"; };