From a7448267d0d6e515eddc8fbe117af68ee497218a Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sat, 20 Mar 2021 18:10:44 +0100 Subject: [PATCH] Fix decompiling wait adorner and search box --- ILSpy/TextView/DecompilerTextView.xaml | 33 ++++++++++++++++++++++---- ILSpy/themes/DarkTheme.xaml | 26 +++++++++++++++++++- ILSpy/themes/LightTheme.xaml | 23 ++++++++++++++++++ 3 files changed, 77 insertions(+), 5 deletions(-) diff --git a/ILSpy/TextView/DecompilerTextView.xaml b/ILSpy/TextView/DecompilerTextView.xaml index 6bd88c9bb..6539eee2d 100644 --- a/ILSpy/TextView/DecompilerTextView.xaml +++ b/ILSpy/TextView/DecompilerTextView.xaml @@ -3,12 +3,14 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:properties="clr-namespace:ICSharpCode.ILSpy.Properties" xmlns:ae="clr-namespace:ICSharpCode.AvalonEdit;assembly=ICSharpCode.AvalonEdit" - xmlns:folding="clr-namespace:ICSharpCode.AvalonEdit.Folding;assembly=ICSharpCode.AvalonEdit"> + xmlns:folding="clr-namespace:ICSharpCode.AvalonEdit.Folding;assembly=ICSharpCode.AvalonEdit" + xmlns:styles="urn:TomsToolbox.Wpf.Styles"> + - + - - + diff --git a/ILSpy/themes/DarkTheme.xaml b/ILSpy/themes/DarkTheme.xaml index 786b4e717..f1125651c 100644 --- a/ILSpy/themes/DarkTheme.xaml +++ b/ILSpy/themes/DarkTheme.xaml @@ -5,6 +5,30 @@ + + #333337 + #464646 + #252526 + #686868 + #9E9E9E + #F1F1F1 + #999999 + #3399FF + #FFFFFF + #F1F1F1 + #333337 + #1B1B1C + #1B1B1C + #F1F1F1 + #333337 + #F1F1F1 + #2D2D30 + #007ACC + #F1F1F1 + #2D2D30 + #434346 + #F1F1F1 + @@ -27,9 +51,9 @@ + - MediumVioletRed CornflowerBlue diff --git a/ILSpy/themes/LightTheme.xaml b/ILSpy/themes/LightTheme.xaml index eff1aad7f..4772cfd78 100644 --- a/ILSpy/themes/LightTheme.xaml +++ b/ILSpy/themes/LightTheme.xaml @@ -4,6 +4,28 @@ + + #FCFCFC + #D8D8E0 + #F5F5F5 + #C2C3C9 + #686868 + #1E1E1E + #717171 + #3399FF + #FFFFFF + #F6F6F6 + #F6F6F6 + #1E1E1E + #FFFFFF + #1E1E1E + #EEEEF2 + #007ACC + #1E1E1E + #EEEEF2 + #CCCEDB + #1E1E1E + @@ -24,6 +46,7 @@ + \ No newline at end of file