aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/Tango.AutoComplete/Themes/Generic.xaml
blob: a766db735e5e9bfaa1a37f1af80a4daec5b9254f (plain)
1
2
3
4
5
6
7
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:local="clr-namespace:Tango.AutoComplete.Editors">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/Tango.AutoComplete;component/editors/themes/generic.xaml"/>
    </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>