mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-23 17:15:29 +00:00
Fix feezy theme
This commit is contained in:
parent
2dcf2e3571
commit
3afa615bac
2 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,6 @@ Global
|
|||
Test|x64 = Test|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Debug|Any CPU.ActiveCfg = Release|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Debug|Any CPU.Build.0 = Release|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Debug|x64.ActiveCfg = Release|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Debug|x64.Build.0 = Release|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Release|Any CPU.ActiveCfg = Release|x64
|
||||
|
@ -27,6 +25,8 @@ Global
|
|||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Test|Any CPU.Build.0 = Test|Any CPU
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Test|x64.ActiveCfg = Test|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Test|x64.Build.0 = Test|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Debug|Any CPU.ActiveCfg = Debug|x64
|
||||
{31093634-8FBB-4BC6-BEA4-DAD6C11404F3}.Debug|Any CPU.Build.0 = Debug|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
@ -297,7 +297,7 @@ namespace AutoTrackR2
|
|||
(Color)ColorConverter.ConvertFromString("#1B0C04"), // Button
|
||||
(Color)ColorConverter.ConvertFromString("#1B0C04"), // Background
|
||||
(Color)ColorConverter.ConvertFromString("#FFE4B5"), // Text
|
||||
(Color)ColorConverter.ConvertFromString("#FFE4B5") // AltText
|
||||
(Color)ColorConverter.ConvertFromString("#A88F2C") // AltText
|
||||
);
|
||||
ChangeLogo("/Assets/chibifox.png", (Color)ColorConverter.ConvertFromString("#FFA500"));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue