diff --git a/Sources/Stim/Stim/AppShell.xaml b/Sources/Stim/Stim/AppShell.xaml
index 5499c11..a05539d 100644
--- a/Sources/Stim/Stim/AppShell.xaml
+++ b/Sources/Stim/Stim/AppShell.xaml
@@ -9,6 +9,6 @@
+ Route="MainPage"/>
diff --git a/Sources/Stim/Stim/MainPage.xaml b/Sources/Stim/Stim/MainPage.xaml
index 24e1b42..d4cae12 100644
--- a/Sources/Stim/Stim/MainPage.xaml
+++ b/Sources/Stim/Stim/MainPage.xaml
@@ -1,48 +1,87 @@
-
+ x:Class="Stim.MainPage"
+ Title="STIM"
+ Background="black">
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/Sources/Stim/Stim/MainPage.xaml.cs b/Sources/Stim/Stim/MainPage.xaml.cs
index 2c65ee8..7593ae9 100644
--- a/Sources/Stim/Stim/MainPage.xaml.cs
+++ b/Sources/Stim/Stim/MainPage.xaml.cs
@@ -8,22 +8,5 @@ public partial class MainPage : ContentPage
{
InitializeComponent();
}
-
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
-
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- {
- if (count == 69)
- CounterBtn.Text = $"Clicked {count} times, funny number";
- else
- CounterBtn.Text = $"Clicked {count} times";
- }
-
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
}
diff --git a/Sources/Stim/Stim/Resources/Images/nyancat.png b/Sources/Stim/Stim/Resources/Images/nyancat.png
new file mode 100644
index 0000000..58b2448
Binary files /dev/null and b/Sources/Stim/Stim/Resources/Images/nyancat.png differ
diff --git a/Sources/Stim/Stim/Resources/Styles/Colors.xaml b/Sources/Stim/Stim/Resources/Styles/Colors.xaml
index d183ec4..b891ed2 100644
--- a/Sources/Stim/Stim/Resources/Styles/Colors.xaml
+++ b/Sources/Stim/Stim/Resources/Styles/Colors.xaml
@@ -4,7 +4,7 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
- #512BD4
+ #043606
#DFD8F7
#2B0B98
White