Standardizes the tooltip profile colors to match the rest of the themeing stuff

This commit is contained in:
Areloch 2020-08-16 02:37:43 -05:00
parent 84bf25f9e3
commit 667557f6b2

View file

@ -81,15 +81,15 @@ if(!isObject(GuiToolTipProfile))
new GuiControlProfile (GuiToolTipProfile) new GuiControlProfile (GuiToolTipProfile)
{ {
// fill color // fill color
fillColor = "239 237 222"; fillColor = "56 56 56";
// border color // border color
borderColor = "138 134 122"; borderColor = "87 87 87";
// font // font
fontType = "Arial"; fontType = "Arial";
fontSize = 14; fontSize = 14;
fontColor = "0 0 0"; fontColor = "200 200 200";
category = "Core"; category = "Core";
}; };