Visual Studio 2012 深色主题 WPF 资源字典 xaml 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14524605/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Visual Studio 2012 Dark Theme WPF Resource Dictionary xaml file
提问by nietras
Does a xaml-file with the Visual Studio 2012 dark theme for a WPF application exist?
是否存在用于 WPF 应用程序的带有 Visual Studio 2012 深色主题的 xaml 文件?
That is, a resource dictionary with the colors and style from VS2012 dark theme applied to all standard WPF controls.
也就是说,具有适用于所有标准 WPF 控件的 VS2012 深色主题的颜色和样式的资源字典。
I am not interested in the expression dark theme or similar. These I know exist but they have "chrome" brushes etc. I want the simple dark and flat theme of VS2012.
我对表达黑暗主题或类似主题不感兴趣。我知道这些存在,但它们有“镀铬”画笔等。我想要 VS2012 的简单黑暗和平面主题。
And maybe someone could explain why Microsoft have not this and why the theme in visual studio is not a standard resource dictionary?
也许有人可以解释为什么微软没有这个以及为什么visual studio中的主题不是标准的资源字典?
回答by nietras
Apparently Winfried L?tzsch has made this, as detailed in the code project article here: http://www.codeproject.com/Articles/442856/Visual-Studio-2012-Metro-Styles-for-WPF
显然 Winfried L?tzsch 已经做到了这一点,如此处的代码项目文章中所述:http: //www.codeproject.com/Articles/442856/Visual-Studio-2012-Metro-Styles-for-WPF

