mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-19 21:19:07 +00:00
Added FCU theme
This commit is contained in:
parent
98c77b2b36
commit
3f06c95026
3 changed files with 17 additions and 0 deletions
AutoTrackR2
BIN
AutoTrackR2/Assets/FCU.png
Normal file
BIN
AutoTrackR2/Assets/FCU.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 5 KiB |
|
@ -32,6 +32,7 @@
|
||||||
<None Remove="Assets\ZAP.png" />
|
<None Remove="Assets\ZAP.png" />
|
||||||
<None Remove="Assets\DMC.png" />
|
<None Remove="Assets\DMC.png" />
|
||||||
<None Remove="Assets\BRTE.png" />
|
<None Remove="Assets\BRTE.png" />
|
||||||
|
<None Remove="Assets\FCU.png" />
|
||||||
<None Remove="config.ini" />
|
<None Remove="config.ini" />
|
||||||
<None Remove="Fonts\Orbitron-Bold.ttf" />
|
<None Remove="Fonts\Orbitron-Bold.ttf" />
|
||||||
<None Remove="Fonts\Roboto-Regular.ttf" />
|
<None Remove="Fonts\Roboto-Regular.ttf" />
|
||||||
|
@ -117,6 +118,9 @@
|
||||||
<Resource Include="Assets\BRTE.png">
|
<Resource Include="Assets\BRTE.png">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Resource>
|
</Resource>
|
||||||
|
<Resource Include="Assets\FCU.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Resource>
|
||||||
<Resource Include="config.ini" />
|
<Resource Include="config.ini" />
|
||||||
<Resource Include="Fonts\Orbitron-Bold.ttf">
|
<Resource Include="Fonts\Orbitron-Bold.ttf">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
|
|
@ -343,5 +343,18 @@
|
||||||
"Path": "/Assets/BRTE.png",
|
"Path": "/Assets/BRTE.png",
|
||||||
"Primary": "#FF4500"
|
"Primary": "#FF4500"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"FCU": {
|
||||||
|
"Colors": {
|
||||||
|
"Accent": "#9CAF88",
|
||||||
|
"Button": "#2A3324",
|
||||||
|
"Background": "#1A1F15",
|
||||||
|
"Text": "#FFFFFF",
|
||||||
|
"AltText": "#B8C7A8"
|
||||||
|
},
|
||||||
|
"Logo": {
|
||||||
|
"Path": "/Assets/FCU.png",
|
||||||
|
"Primary": "#9CAF88"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue