diff --git a/AutoTrackR2/Assets/FCU.png b/AutoTrackR2/Assets/FCU.png new file mode 100644 index 0000000..74c0ea5 Binary files /dev/null and b/AutoTrackR2/Assets/FCU.png differ diff --git a/AutoTrackR2/AutoTrackR2.csproj b/AutoTrackR2/AutoTrackR2.csproj index 1a9ea2c..4dbdb6e 100644 --- a/AutoTrackR2/AutoTrackR2.csproj +++ b/AutoTrackR2/AutoTrackR2.csproj @@ -32,6 +32,7 @@ <None Remove="Assets\ZAP.png" /> <None Remove="Assets\DMC.png" /> <None Remove="Assets\BRTE.png" /> + <None Remove="Assets\FCU.png" /> <None Remove="config.ini" /> <None Remove="Fonts\Orbitron-Bold.ttf" /> <None Remove="Fonts\Roboto-Regular.ttf" /> @@ -117,6 +118,9 @@ <Resource Include="Assets\BRTE.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Resource> + <Resource Include="Assets\FCU.png"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Resource> <Resource Include="config.ini" /> <Resource Include="Fonts\Orbitron-Bold.ttf"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> diff --git a/AutoTrackR2/themes.json b/AutoTrackR2/themes.json index 42dbd26..7c92ef0 100644 --- a/AutoTrackR2/themes.json +++ b/AutoTrackR2/themes.json @@ -343,5 +343,18 @@ "Path": "/Assets/BRTE.png", "Primary": "#FF4500" } + }, + "FCU": { + "Colors": { + "Accent": "#9CAF88", + "Button": "#2A3324", + "Background": "#1A1F15", + "Text": "#FFFFFF", + "AltText": "#B8C7A8" + }, + "Logo": { + "Path": "/Assets/FCU.png", + "Primary": "#9CAF88" + } } }