Merge pull request #290 from Areloch/FixToolTipColor

Standardizes the tooltip profile colors to match the rest of the themeing stuff
This commit is contained in:
Brian Roberts 2020-08-16 04:25:37 -05:00 committed by GitHub
commit 89b885fd5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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