Visual Studio 2015 XAML Editor Text color - xaml

I am using the Dark theme of Visual studio and there is one particular color which in my opinion is too weak.
I have tried to change it but couldn't really succeed.
When you click on an object in the designer, the XAML editor will try to mark the code by changing the objects background:
Now if you pay attention, then the background of <ComboBox... > is changed, but the difference is not that much. And I want to change that.
In the next sample the same code is shown with another theme:
In the sample above it is much more clear. And I want to make the same for the Dark theme.
Does anybody know how to do that ?
I have tried Tools >> Options >> Environment >> Fonts and Colors:
There are so many possibilities, and I have clicked on all of them, but couldn't really find the particular color I wanted.

In Tools >> Options >> Environment >> Fonts and Colors you need to select TextEditor in the Show settings for: combo, and the option under Display items: responsible for that color is called Inactive Selected Text (it's the 3rd option from the top in my VS). You can then use the Item background: color picker to select preferred color. Note though that this will change the background color of inactive selected text in all text editors, not just in the XAML editor. Here's a screenshot:

Related

How can I change the colors of the filenames in the Version Control window in intelliJ?

I know that I can change the color of just about all texts in IntelliJ IDEA by navigating to
Settings -> Editor -> Color Scheme
and then finding the item that I want to change the color of.
I have not, however, been able to find the proper name or category for the controls that would change the color of the filenames listed in the Version Control window.
I have clicked through most every option available there and although I know I missing something super simple, I have been unsuccessful.
Here is a picture to show exactly what I'm talking about.
Settings | Version Control | File Status Colors

How do I change highlighting on a dark L & F

Netbeans 9.0
Win10-64 & Win7-64
I've set my background to black - I forget the motif name and I can't find out how change it again. Java highlighting of same objects (methods, object names, etc.) is all but unreadable. I've tried to find a place to change it (Tools->Options->Fonts & Colors->Highlighting) and can't find the right highlighting option. Ditto for breakpoint highlighting.
And in addition, the cursor can not be seen. Probably the cursor color is black and can't be seen on a black background.
For example, click on internalFrame and others are highlighted and unreadable (the first 'internalFrame' is readable, the rest not):
JInternalFrame internalFrame = new JINternalFrame();
internalFrame.method1();
internalFrame.method2();
Is there a way to change these highlights?
Is there a way to change these highlights?
Yes, but you have to go to different places to change them, depending on what you want to change:
(1) To change most coloring for the edit window containing program source:
Tools > Options > Fonts & Colors
Select the Syntax tab, and then select Java (or whatever language you are using) from the Language drop list.
Most of the options you want to modify are probably listed in the Category window.
Beneath the Category window is a Preview window which will immediately show you the effect of changing the Foreground and/or Background colors for a given Category entry. As an (extreme) example, this screen shot shows the effect of changing the font color to yellow and the background color to red for Java identifiers:
Some Category entries which are not language specific (e.g. URL, Whitespace) can be found by selecting All Languages from the Language drop list.
There is a Restore button in the top right of the screen if you mess up, and want to revert to the defaults.
(2) To change the cursor color:
Tools > Options > Fonts & Colors
Select the Highlighting tab, and then select Caret Color from the Category window.
Select Foreground and Background colors as appropriate.
(3) To change the highlighting for breakpoint lines see the answers to the SO question How to change background color of line highlighting during debug process in Netbeans?
Notes:
Although you didn't ask, you also have limited ability to change the colors used in the Console windows: Tools > Options > Miscellaneous > select the Terminal tab.
There are many dark color schemes available for NetBeans, so if the one you are using has annoying limitations just try some of the alternatives. NetBeans 8.2 offers a few under Tools > Plugins > Available Plugins, such as Darcula LAF for NetBeans, Dark Look And Feel Themes and 2pmTech L&F.
Also, here are a couple of sites that offer many NetBeans themes with previews: https://netbeansthemes.com/ and http://svenspruijt.nl/themebuilder/

Overriding Intellisense colors in Visual Studio 2015

I'm using the Light theme with custom Text Editor colors. In Visual Studio 2015, my Intellisense and the other lightbulb/hover/popups all have code colors to match the Text Editor settings.
That sounds nice, but the Light theme has a very light gray background, and I prefer a white foreground color for Plain Text in the editor. It ends up like this:
From my investigation so far...
In previous versions of Visual Studio, this colorized Intellisense feature came from a Productivity Power Tools add-in. It could be turned off. That's not installed. It's built into Visual Studio now, and I couldn't find a place to turn it off.
I really don't want to mess with the theme editor. I just want black text Intellisense, or to at least turn the white text to black in the popups. Others have said it doesn't work with Intellisense, but I'm not sure.
I have set Tools > Options > Environment > Fonts and Colors > Editor Tooltip > Plain Text foreground color to black. That's why the words under the code are black. But that doesn't affect the code reference itself.
I have this same issue, as I use a dark blue background with light text.
What I did was use this add-on:
https://visualstudiogallery.msdn.microsoft.com/6f4b51b6-5c6b-4a81-9cb5-f2daa560430b
Then copy the theme you are currently using, but do not switch to it yet (if you want to keep your current font / color settings).
I then exported my "Font and Color" settings, opened the generated file, and removed the "Theme" XML element completely.
You can then switch to the new copied theme and re-import your color settings from the file just created using "Import and Export Settings".
Then go to the theme editor add-on under Tools > Customize Colors. Edit your theme. Select the "Show All Elements" option and search for "tooltip" in the *.theme file. Update the Editor Tooltip -> Plain Text -> Foreground to be bright, and the Environment -> ToolTip to be dark.
It isn't a perfect solution, but it is usable until they fix it.
#karoberts answer is good although with the Visual Studio 2015 Color Theme Editor already installed I had to
Update the Editor Tooltip -> Plain Text -> Foreground to be bright, and the Environment -> ToolTip to be dark
apply the theme
restart Visual Studio (otherwise it wouldn't take the background)
But exporting/importing as in #karoberts answer was not necessary.
Try this
tools > options > fonts and colors > show settings for "Enviroment" > tooltip > item background

Visual Studio 2013 - Change background color of Peek Definition Window

I use Visual Studio 2013 Ultimate, Resharper 8 and own color scheme from http://studiostyl.es/.
I would like change background color in peek definition window because now is yellow :(.
Maybe this cause own color scheme. I am not sure. It is possible change background color of peek window in Visual Studio?
Now look like this :(
The way I resolved this was through the following steps:
Navigate to Tools -> Options -> Environment -> Fonts and Colors
Make sure Text Editor is selected within the "Show settings for:" drop down
Within the "Display items:" list box find all Peek settings and adjust to your preferred styling.
Hope this helps.

How to set the background color for the selected XAML node in Visual Studio 2012

I have downloaded the VS2012 theme designer and am using a dark theme. In the designer I click on the WPF element in the designer and the corresponding text element in the XAML code editor should be selected. However the normal background color of the editor is dark dark grey and the background color of the selected item seems to be black. There is little or no contrast.
My question is, out of the hundreds of elements in the theme designer does anybody know the correct one to change to fix this problem?
In VS 2013, which I assume is the same as VS 2012, it is sufficient to click
Tools -> Options -> Fonts and Colors -> Text Editor -> Inactive Selected Text
and set the set the colors for that element type.
First create (or download and import) a custom theme. Then you need two steps to change the color:
Set the color in the theme designer: Text Editor → Inactive Selected Text → Background. Save it and apply your custom theme by double click.
Select: Tools -> Options -> Fonts and Colors -> Text Editor -> Inactive Selected Text -> Item Background -> Default
Every time you change the color in the theme designer, the 2nd step has to be repeated. Maybe it's sufficient to do only the 2nd step, but I did not try it.