Changed colours so they are more visible at night.

This commit is contained in:
[GADD]Monkeynutz 2018-01-12 12:52:43 +00:00 committed by GitHub
parent b72a002c5b
commit 7bb0bfafcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ ExAd_SB_ICON_TIMER = "ExAdClient\StatsBar\Icons\ExAd_Restart.paa"; //STRING - P
ExAd_SB_ICON_Wallet = "ExAdClient\StatsBar\Icons\ExAd_Wallet.paa"; //STRING - Path to POP TABS icon
ExAd_SB_ICON_LOGO = "ExAdClient\Core\Img\ExAd_logo_128.paa"; //STRING - Path to logo
ExAd_SB_COMPONENTS_COLORS = ["#000000", "#440B00","#FE1106","#CA7400","#A9C700","#11BF03"]; //STRINGS - Array of color codes, from bad to good.
ExAd_SB_COMPONENTS_COLORS = ["#ff0000", "#ff8800","#ffaa00","#f2ff00","#A9C700","#11BF03"]; //STRINGS - Array of color codes, from bad to good.
ExAd_SB_Timer = 3; //SCALAR - Restart time measured in hours.