How to change Live Server / Five Server status bar foreground color in VS Code? - visual-studio-code

After i click "Go live" in VS Code lower right corner it starts extension and turns into http://127.0.0.1:5555 with orange text color.
How do i change it to other color?
I tried changing/adding multiple items in settings.json but without success. I am able to change anything except this.
Also looked at https://code.visualstudio.com/api/references/theme-color but can't find solution.
Maybe this needs to be changed on extension level?
This is last step in my perfect light/dark theme customization i need.

Related

How can I change the highlight colour of an error message in VS code?

I have been struggling to read error messages on yellow background with white text (image below). Any ideas, on how can I change the highlight color? I am aware that I need to do in the user settings and this page (https://code.visualstudio.com/api/references/theme-color) shows which settings I can change, but there are so many options and I have no idea from the info given which one corresponds to my problem. Thank you!
![1]: https://i.stack.imgur.com/W9keH.png
You can go to settings.json in VsCode and then, search for
"editor.rangeHighlightBackground":"Color code"
and replace the previous color code to whatever color you want.

Netbeans 11 - Change Color of current line in xdebug

I try to change the color of the current line in the debugger,
since the contrast is very bad, you can barely read it.
I searched all options under Fonts & Colors but I could not find it.
It even persists after applying a new theme.
To change the background color of the current line within the debugger:
Tools > Options > Fonts & Colors
Click the Annotations tab.
From the Category list select Current Program Counter.
Select the new Background color, which is yellow in the example below, and click Apply.
In my case I tested this by debugging a servlet. Simply redeploying the application, or restarting the application server, did not trigger the background color change. Instead I needed to close and reopen the edit window of the source code that was being debugged for it to become effective. You could just restart NetBeans instead, but that seems like overkill.

Visual Studio Code, how to change background of a specific

I want to change the background of a specific scope (code.block) in VSCode as I do with sublime. sublimetext
Block comment has different background, hence it is easier to notice.
Although I made necessary modifications to relevant json file, and foreground colors displayed correctly, backgroundcolor is always overriden by the background of editor. the background field (ff0000 marked with red) changes correctly but the displayed background field (1d1a18 marked with green) is the background of the editor.
VSCode
I use meterial dark soda theme.
Anyone knows how to disable this setting.
You can't. Here's the issue tracking: #3429.

Netbeans: How to change error row highlighting color away from red

I've dug through every damn color setting under Tools> Options. Went through every Fonts & Color, Editor, PHP etc and I'll be damned if I can figure out how to change the background row highlighting for when you have an error. I've been able to change ever other color to fit my personal preference cept this one. Here's a screen shot of the problem:
I would like to change the background red to a dark red so the text is easier to ready.
Using Netbeans 7.4
Thank you for your time and consideration.
Edit: Per Ben's point, here's the current options and the code behind the panel to show it's not working:
Final update, here's the end result which is close enough:
By looking at your screenshots (correct me if I am wrong) I can see that you have set your current row highlighting to red:
Tools-> Options-> Fonts&Colors-> Highlighting(Tab)-> Highlight Caret Row
As far as I know you can't set different background highlighting options for errors. So what you can do is set the formatting options for errors:
Font: No need to explain this.
Foreground: This is the text color if you change this it will disregard all other formatting options that you may have set, so lets leave it as is.
Background: This is what you want to change so that text don't get lost in the formatting. If you scroll to the bottom you can also set custom colors.
Effects: Irrelevant
Effect Color: Disabled if effects is None and only applies to the effect.
As you can see I set mine to yellow just as an example.
As you can see in this screen shot my background highlighting is light grey as well as my string formatting. So it is impossible to read, but by changing the error formatting this is the result:
Alternatively you can just select another background highlighting color that suits your formatting better.
Try Fonts&Colors->Syntax->Error
You can also try setting the Annotations color for "Error", mine was set to a specific color (after importing a theme) instead of 'Inherited', making text unreadable in a similar way.
This was really annoying for me too and most answers didn't help. I think that I have figured it out.
In netbeans 12 you need to change two things.
Tools->Options->Fonts&Colors->Syntax->Java->Error->change background color. This will only change the background of the code in error and not the red background of the rest of the lines white space.
To fix the red on the whitespace.
Tools->Options->Fonts&Colors->Annotations->Error(the one with the exclamation point)->change background color
I selected inherited to have no whitespace highlighting.
enter image description here

Is it possible to change the background color of text highlighted while using a code template in Eclipse?

In other words, when you type for and hit ctrl+space, you can pick various template for loops. After selecting, it creates the code and lets you tab between various aspects of the code (such as which array you're looping over). I've switched to dark colors on Eclipse, but I can't find anywhere to change the highlight for these tab areas, so they show up with light backgrounds and my light foreground colors and are completely unreadable.
Is it possible to change these colors somewhere? If so, where?
It took me some time, but I found it.
Look under window>Preferences>General>Text Editors>Linked Mode
Then it is "Editable Range" you are looking for.
In preferences:
Result:
Since you didn't find a prefs setting by searching for "color", there probably is no way to do this. I suggest to open a bug at https://bugs.eclipse.org/bugs/