In VS2015 I have the Color Theme Editor extension installed and I'm using the Dark with Light Editor theme.
The hover tooltips are mostly unreadable as the tooltip background is too dark.
I've tried changing settings in Tools → Options → Environment → Fonts and Colors, but couldn't find anything to make the signature just plain white. I've also tried cloning the theme through the theme editor and customizing the settings, but I don't know what settings would be responsible for this.
Does anyone know how to make this readable?
Issue. Cannot change the background color of the tooltip.
If you are looking to change the background color of Tooltip you can use the 'decoration' parameter it has, and just pass a BoxDecoration with your custom colors and whatnot. Mind you that BoxDecoration does not have rounded corners by default but you can easily add it again with the BorderRadius parameter.
Here's how to change it to a different color theme. On the menu bar, select Tools > Options. In the options list, select Environment > General. In the Color theme list, choose between the default Dark theme, the Blue theme, the Blue (Extra Contrast) theme, and the Light theme.
Here's how to change the color theme of the IDE frame and the tool windows in Visual Studio. On the menu bar, choose Tools > Options. In the options list, choose Environment > General. In the Color theme list, choose either the default Dark theme, the Light theme, the Blue theme, or the Blue (Extra Contrast) theme.
You can change the tooltip background color like this (does not require Color Theme Editor extension):
Using the Color Theme Editor extension, change the tooltip background color like this:
Environment -> ToolTip
entry. This affects the tooltip background color.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With