From 2ebb45dd568213f23a4a76c1d41b85a8db469815 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 4 May 2021 00:14:32 +0200 Subject: [PATCH] UI - Added accent colors --- src/Artemis.UI/App.xaml | 48 +++++-------------- src/Artemis.UI/Screens/Home/HomeView.xaml | 2 + .../DataBindings/DataBindingView.xaml | 4 +- .../LayerProperties/LayerPropertiesView.xaml | 3 +- .../Tabs/Devices/DeviceSettingsView.xaml | 2 +- .../Tabs/Plugins/PluginSettingsView.xaml | 2 +- .../Screens/Sidebar/SidebarView.xaml | 1 + 7 files changed, 21 insertions(+), 41 deletions(-) diff --git a/src/Artemis.UI/App.xaml b/src/Artemis.UI/App.xaml index ea1d2f328..1e96c39a4 100644 --- a/src/Artemis.UI/App.xaml +++ b/src/Artemis.UI/App.xaml @@ -17,7 +17,17 @@ - + + + + + + + + + + + @@ -33,41 +43,7 @@ - - - - - - - - - - + pack://application:,,,/Resources/Fonts/#Roboto Mono diff --git a/src/Artemis.UI/Screens/Home/HomeView.xaml b/src/Artemis.UI/Screens/Home/HomeView.xaml index 0842eb9dc..c43d79aea 100644 --- a/src/Artemis.UI/Screens/Home/HomeView.xaml +++ b/src/Artemis.UI/Screens/Home/HomeView.xaml @@ -42,6 +42,8 @@ Welcome to Artemis, RGB on steroids.