PhpStorm: the area of one set of Project Files has the background of yellow. The other Project has no such background - phpstorm

In my PhpStorm, when I open Project A, its background of Project files has a strange color as in the image, meanwhile other projects do not have that such color.
Can anybody help me with that?
Problematic project:
Another project:

Related

Xcode project navigator background color

When a window is active in xcode project navigator background color blue, and when two or more it is default. How to make that it was always defaulted?
http://imgur.com/a/B2VFr
There's two ways to change colors in Xcode.
First is the "Fonts & Colors" tab in Xcode's preferences, which look like this:
That doesn't change the color of the files in the Project Navigator, though. To do that, in System Preferences there's a tab helpfully named "General", you can change the settings for your system in it. Here's what it looks like for me now:
I chose "Graphite", and that changes selected files in the Project Navigator to have gray surrounding the filenames.
So, the problem was on the system side. The wallpapers color mixed with color of IDE. I reduced transparency. So that was it.

Can I change the background image in PhpStorm?

Visual Studio editor
like this(above link), but this is in Visual Studio,
I found a plugin 'BackgroundImage', but it doesn't work.
How can I change the background image in PhpStorm?
I found another plugin again, it is wonderful, it can change editor background image, it can zoom in and fix the position.
plugin name: intellij-wallpaper
https://plugins.jetbrains.com/plugin/8278
Source code: https://github.com/cocuh/intellij-wallpaper/
If you don't want a full background image, you can place a smaller image in the upper right hand corner of the PhpStorm window. I created some instructions and some sample images in this github project. The gimp .xcf file is included if you want to change the colors.

How to change inspections column background color in PhpStorm?

Code inspections are highlighted on the right-side of the editor as red/yellow lines. I want to change the background color of the entire column (not the color of individual inspections).
In previous versions of PhpStorm (with the Darcula theme), the column was a grey color. In PhpStorm 10, it is now transparent. Is there a way to change the background color?
Not really. That color is part of the IDE Theme which is not user configurable.
But you can show some background there:
Help | Find Action...
Look for Registry there (exact match)
Once got inside Registry window look for editor.transparent.scrollbar and uncheck it (user modified values will be displayed in bold .. so make sure you have changed it, not just "Click and that's enough")

change background color of wp8 app layout

I'm interested to know, How can I change the background color through programming in WP8 App. When I navigate between the pages in my app, the background color that appears is visible at the moment of swiping pages which is either white or black(depends on theme)
Today I had downloaded Imagefusion app from the Store, where background color you see while navigating between pages is light beige, but not white/black. Do you know how can I change the background color of the app layout? Thank you.
I'm using c#, visual studio 2013.
you must be having Grid at top most layer say gridRoot
then, If you want to change its background color programmatically then use:
gridRoot.Background = new SolidColorBrush( Colors.YourColor);
As you haven't set background color to Grid, it shows default color i.e. your theme color.
http://social.msdn.microsoft.com/Forums/en-US/e0fddd42-ecb9-4a2b-b5e5-10f464cdf3e6/change-background-other-than-dark-or-light-in-app?forum=wpdevelop
Here is the easiest way that fits my expectations. I guess this method also works. Thank you very much for your help.

Make Hudson Successful Build Icon Blue instead of Green

I upgraded my Hudson server to the latest version, and now the successful build icon is green rather than blue. I want it to be blue.
Before, there was an option (which I wasn't interested in) to install a plugin to make the icon green. Now, it seems with Hudson I have no choice.
I tried going into .hudson/war/webapp/images and renaming all the "green" image files to "greenx" and renaming all the "blue" image files to "green".
It didn't work -- the icon is still green.
I then searched for "green.png" in my entire C drive to make sure I didn't miss any green image files. I found some I missed, and renamed them.
It didn't work -- the icon is still green.
I then restarted Hudson.
It didn't work -- the icon is still green.
Finally, I restarted my whole computer.
It didn't work -- the icon is still green!
I don't know what to do now. How can I change the green icon back to blue like it used to be?
I would say upgrade to Jenkins, where this behaviour remains optional via the Green Balls plugin.
If you must use Hudson, then according to the change where this supposed "bug" was fixed, you can re-enable the blue balls on the global configuration page.
There should be an option called "Use blue ball as legend for success instead of green ball."