Ver Fonte

Merge pull request #290 from Areloch/FixToolTipColor

Standardizes the tooltip profile colors to match the rest of the themeing stuff
Brian Roberts há 5 anos atrás
pai
commit
89b885fd5a
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      Templates/BaseGame/game/core/gui/scripts/profiles.cs

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