Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported Themes #442

Closed
the-madcat opened this issue Jun 9, 2017 · 5 comments
Closed

Supported Themes #442

the-madcat opened this issue Jun 9, 2017 · 5 comments
Assignees
Labels
Question ❓ Not an issue but a question instead.

Comments

@the-madcat
Copy link

Hi

I wanted to use the Office 2010 silver theme but I cannot find a working path to add to my App.xaml. Is there any list of Themes and the path I need to put in in order to use them?

My code just for completeness:

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="pack://application:,,,/Fluent;Component/Themes/Generic.xaml"/>
            <ResourceDictionary Source="pack://application:,,,/Fluent;Component/Themes/Office2010/Silver.xaml" />
            <ResourceDictionary Source="/Themes/Fluent.Ribbon.Generic.xaml"/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Environment

  • Fluent.Ribbon v5.0.2.46
  • Windows 8.1
  • .NET Framework 4.5
@batzen batzen added the Question ❓ Not an issue but a question instead. label Jun 9, 2017
@batzen batzen self-assigned this Jun 9, 2017
@batzen
Copy link
Member

batzen commented Jun 9, 2017

That theme got removed in 5.0 which was announced before 4.0 was released.
Have a look at the changelog and #282 for details.

@the-madcat
Copy link
Author

Thanks for the fast answer. Is there any "older looking" theme left?

@batzen
Copy link
Member

batzen commented Jun 9, 2017

There is only one theme left as maintaining multiple was too time consuming and error prone for me.
The only thing i can offer when version 6 is finished are different color schemes.

@batzen
Copy link
Member

batzen commented Jul 4, 2017

@the-madcat Did that answer your question?

@the-madcat
Copy link
Author

@batzen sry that I did not answer 😓
yes that did totally answer my question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question ❓ Not an issue but a question instead.
Projects
None yet
Development

No branches or pull requests

2 participants