Change the text color only of selected text in Vs Code - visual-studio-code

I want to change the color of selected text only not the background so what is the way to do it because I am not getting anything to change the selected text only, I am getting solution to change the background but not the text.
Here I have attached one image in which I have selected editor but text color is still green so want the text color in black after selection so is there any way to change it.
Please let me know if you have any suggestion.

Unfortunately this is a long-time open bug in VS Code:
https://github.com/microsoft/vscode/issues/36490

Related

How do I get the default color of Button text?

I am designing a UI in SwiftUI. There are a few buttons that I have customised with a rounded rectangle. I want the color of that rectangle to be the same as the color of the text - blue by default, and light grey in disabled mode.
At present I am hardcoding the colors. Is there some variable or function available to match the system settings for either of those colors?
The default color of a button is .accentColor. This works for both light & dark mode too:
Color.accentColor
I can't seem to find out how to get the disabled button color yet, but I'll update this if I find out.

VS Code "textSeparator.foreground" setting

What is the textSeparator.foreground color controlling? On https://code.visualstudio.com/api/references/theme-color, it says "Color for text separators." If anyone can include a screenshot, that would be great.
According to this issue, that's for the foreground color of text section separators, as seen in the attached picture:

Change the font color of the results shown in the suggestion widget when typing

I want to change the font color of the text typed in the keyboard shown in the suggestion widget when the autocomplete feature starts to filter the results.
When you are typing, the results in the suggestion widget change the color of the characters that match what has been typed.
What is the name of the property that does that?
In VSC press ctrl+comma to open the settings and search for the property workbench.colorCustumizations.
There's just a few properties regarding the suggestion widget, I tried them all but I couldn't hit the one.
This is the ss asked by Alex
In time: the virtual keyboard is in the ss cuz my laptop's keyboard went *oo.
Ok so in the suggestion box there is the color for the overall text of the results (white), the color of the text been typed in the editor (red) and the color of the text for the highlighted result in the box (green background).
I want to change the font color for the text that was highlighted by the user (ether by the mouse or the keyboard) because it's hard to see the white text in the green background and I don't want to give up my green lemon.
I hope I was able to explain it so you can understand. Thanks.
Only doable with extension: Custom CSS and JS Loader
.suggest-widget .monaco-list-row.focused {
color: #ff6a00;
}

Enterprise Architect 13.5: How to change text color for operation(s)

Seems like a trival question but I'm stuck finding out how to change to text color for an operation(method) in Enterprise Architect 13.5.
The class name text color I can change through "Default Appearance" via Right mouse button. But I can NOT find a way to change the text color of one or more operation(s).
The reason I want this is because my class/object background color is dark(er) so I want a Light(er) text color for both my class name and operations so that they still are readable.
Thanks for helping!
You cannot change the color of individual operations.
You can only change the general default color using the general preferences.

Adobe Acrobat Pro DC form textfield background gray color not going away

I have a form field text-field and I have set its fill color to no color, but it still shows background gray-ish color in the preview and also after saving the file. I want transparent/white background for the textfield so that reading the text in it can be easy.
Thanks in advance.
Go to Edit-Preferences-Forms and deselect "show border hover color for fields".