用于主题化的 Visual Studio 2010 元素名称
我试图找出 Visual Studio 2010 中工具提示的元素名称,以便我可以使用找到的扩展名来更改样式 此处。有人知道那是什么吗?我使用的默认主题似乎有白色到浅灰色的渐变。这不是最佳的,因为函数的文本也是白色的。
替代文本 http://img267.imageshack.us/img267/6195/vs2010tooltip.png< /a>
在一个更一般的问题(也许更好)中,是否有任何东西可以将主题中找到的名称映射到它们在 IDE 中的位置。
在切换了一些设置后,我现在相信它不是 IDE 主题,而是在设置中,但找不到它是哪个字段。
I am trying to figure out what the element name for the tooltip is in Visual Studio 2010 so that I can change the style using the extension found here. Anyone know what that is? I am using the default theme which seems to have a white to light grey gradient on it. This is less than optimal since the text for the functions are also white.
alt text http://img267.imageshack.us/img267/6195/vs2010tooltip.png
In a more general question (and perhaps better), is there anything that maps the names as they are found in the theme to where they are in the IDE.
After switching through some settings, I now believe it is not the IDE theme and is instead in the settings, but can't find which field it is.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Adianbanks 是正确的,请转到工具 ->选项->字体和颜色。您发布的字段类似于签名帮助工具提示背景。在我尝试过的几个深色背景主题中,它被忽视了。另外,请确保更改项目背景颜色。
Adianbanks is correct go to Tools -> Options -> Fonts and Colors. The field you posted looks like Signature Help Tooltip Background. It has been overlooked on several of the dark background themes that I have tried. Also, make sure to change the Item Background color.
如果您转到
工具 ->选项->字体和颜色
,您需要将顶部的组合框更改为Editor Tooltip
来更改此样式。但在我的 Visual Studio 中,我只能更改字体,不能更改颜色,If you go to
Tools -> Options -> Fonts and Colors
, you need to change the combo box at the top toEditor Tooltip
to change this style. In my Visual Studio though, I can only change the font, not the colours,