I recently switched to a dark color theme for all of my code editors. It is much easier on the eyes. But recently, I ran into a problem that I cannot figure out how to fix, and was hoping that someone would have an answer.
When the method information window appears, it looks like this:
Please note that the method information is not readable because the colors in the theme are for a dark background. How to change the background of this popup?
The theme is a modified version of the Coding Instinct , available on StudioStyles . Here is my modified version. It sets the background for the width of the canvas / marker and some other minor changes.
This is the Visual Studio 2010 Pro Power Tools extension that is causing the problem. Someone from the Q&A topic discussion for Visual Studio 2010 Pro Power Tools said:
it seems that the choice of fonts and colors for the "Background tooltip for a signature" is the definition of the color of the text editor that affects this.
Source: https://habr.com/ru/post/1750859/More articles:C # How to increase the likelihood that there will be no context switch in a particular section of code? - multithreadingHost name discovery in java - javaGetting all possible combinations of N elements in X-groups - phpWhat is a good javascript unit testing tool in maven webapp / liftweb project? - javascripthaskell import problem - importHow to sort an array of objects (points) in Java? - javastd :: vector same as array [number]? - c ++How to make this regular expression match - htmlМеханика асинхронных потоков - asynchronousImages in TextView - androidAll Articles