仅更改主题颜色的最简单方法
我正在使用 WPF 工具包主题( http://wpf.codeplex.com/wikipage?title =WPF%20Themes )。 实际上我只使用ExpressionDark。
但我想改变每个控件的颜色。我需要重写所有元素并编写整个大代码吗?有没有更简单的方法只改变颜色?我只需要改变色调。是否有任何应用程序、插件等可以改变该主题中每种颜色的色调?
I'm using WPF Toolkit Themes( http://wpf.codeplex.com/wikipage?title=WPF%20Themes ).
Actually I'm using only ExpressionDark.
But I want to change colors for every control. Need I override all elements and write whole of the big code? Isnt there any siplier way to change only colors? I need only change hue. Isnt there any applications, addons or so on which can change the hue in every colors in this theme?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有任何插件,但通常我会将所有颜色放在单独的 XAML 文件中,以便我可以根据需要交换该资源字典
例如:
您还可以使用以下语法覆盖系统颜色:
I don't know of any addons, but usually I'd put all my Colors in a separate XAML file so I can swap out that resource dictionary as needed
For example:
You can also overwrite System colors, using syntax such as: