Skip to content

Commit

Permalink
final touches for V1.1.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
tommaier123 committed Oct 22, 2022
1 parent f2989c4 commit 8f0146e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NoodleManagerX/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<converters:NullToBoolConverter x:Key="NullToBoolConverter"/>
<converters:NotConverter x:Key="NotConverter"/>

<Color x:Key="ThemeBackgroundColor">#FF282828</Color>
<Color x:Key="ThemeBackgroundColor">#FF202020</Color>
<Color x:Key="ThemeBorderLowColor">#FF505050</Color>
<Color x:Key="ThemeBorderMidColor">#FF808080</Color>
<Color x:Key="ThemeBorderHighColor">#FFA0A0A0</Color>
Expand All @@ -44,11 +44,11 @@
<Color x:Key="ThemeForegroundColor">#FFDEDEDE</Color>
<Color x:Key="HighlightColor">#FF119EDA</Color>

<SolidColorBrush x:Key="TabBarColor" Color="#c0000000"/>
<SolidColorBrush x:Key="TabBarColor" Color="black"/>
<SolidColorBrush x:Key="WindowControlColor" Color="#ffffff"/>
<SolidColorBrush x:Key="TabActiveColor" Color="#f91c85"/>
<SolidColorBrush x:Key="TabInactiveColor" Color="#aa49e0"/>
<SolidColorBrush x:Key="ControlHeaderColor" Color="#c0322680"/>
<SolidColorBrush x:Key="ControlHeaderColor" Color="#ff322680"/>
<SolidColorBrush x:Key="ControlColor" Color="white"/>
<SolidColorBrush x:Key="ConnectedColor" Color="#ffffff"/>
<SolidColorBrush x:Key="NotConnectedColor" Color="#888888"/>
Expand Down
2 changes: 1 addition & 1 deletion NoodleManagerX/NoodleManagerX.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<ApplicationIcon>icon-nm.ico</ApplicationIcon>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
Expand Down

0 comments on commit 8f0146e

Please sign in to comment.