How can I change this filed color originally? - webstorm

I wonder why Project window's color become yellow. And How can I fix this?
I guess it is changed while I set something about gitignore. Because before I touched git things, it's color wasn't yellow.
Please let me know how can I fix this :(

please delete the .idea file and close and reopen the IDE it should be fixed

Related

How to disable VS2019's syntax coloring for C++ and make it look like VS2017

I'm a light theme user, and I guess that makes me unpopular, but I'm sure there are still some light theme users out there. I have switched to VS2019 and the light theme (called Blue Theme) was a nightmare. It turned out it was an issue and the solution can be found in this thread.
My other question is the C++ syntax coloring in VS2019. It's just too many colors and makes it really hard for the eyes (once again if using the light theme).
I have looked but don't know where can I disable this new fancy syntax coloring and go back to VS2017's syntax coloring in VS2019. Any tips?
Here's a screenshot of what I have in VS2019:
I think it's a bit too much. I don't wanna see purple, green, red and brown.
As per this Microsoft link there is supposed to be this Color Scheme and it can be set to VS2017, as per this screenshot:
But for some reason I don't have it and I have just updated it and this what my Text Editor->C/C++->View looks like:
It looks the only way to solve this problem is to change the colors one by one. But you may ask, how do I come up with colors, I'm not a graphic/UI/UX designer? Here's how. You open the colors in VS2017 in Options->Fonts and Colors and select Text Editor in Show settings for:, and there when you scroll down you will see the colors for all C++ keywords.
That was Step 1. In Step 2 you go to the same dialog in VS2019, and one buy one change VS2019 settings to match those of VS2019. Having two monitors or one wide monitor helps.
Here's the screenshot:

org-mode terminal table color adjustment from dark blue to something brighter

I use org-mode fully within the terminal and tables default to a dark blue color, I would like to make it a brighter color but have been coming up fruitless on searching for how.
I found here however i only want to change the tables within org-mode terminal and nothing else.
can anyone point me in the right direction? I assumed it would be an easy configuration in my .emacs file or SETUP in the org file. but I am missing it.
you can custumiza org-table face:
(custom-set-faces '(org-table ((t (:foreground "WhiteSmoke")))))

Resharper Current Line Expression background color

İn Version 2017.3 there is a cool feature called Current Line Expression, i have a problem with the "Dark with light editor" and "Dark" themes of visual studio 2017 , as you can see in the attached image, Resharper is using a very dark red colour in the text, which makes it hard to read when the background is black .
Is there any way i can change the background colour or the text colour ?
Thank you in advance .
This issue has been addressed already in the latest update (v.2017.3.1) which I've got today (December, 27th).
The background color on Dark Theme has certainly changed to a brighter color which now effectively makes the values much easier to read.
I haven't found any direct reference to this issue on the release notes, though.
https://blog.jetbrains.com/dotnet/2017/12/22/resharper-ultimate-2017-3-1-bugfix-available/
https://youtrack.jetbrains.com/issues?q=in:ReSharper%20Fix%20version:%202017.3.1%20
So, the advice would be, update to 2017.3.1 ASAP.
Hope this helps!

WebStorm editor tab background colour

I want to use a light theme in WebStorm 2017.1 but for some reason the editor tabs are always dark.
I can change the font colour but that also changes it in the project tree view which has a white background.
The theme under Appearance is set to IntelliJ and the editor theme is set to default but I have tried it with many combinations.
Is this a bug or is there a setting I haven't found yet?
The issue was caused by the Material Theme plugin, disabled it and everything looks fine.
Thanks to #LazyOne for pointing me in the right direction.

Highlight / Focus Color QCheckbox, QRadiobutton, QPushbutton

at the moment I am "playing" with C++ QT and Stylesheets. Normally I found everything in the documenttion, but unfortunatly the following problem not:
ExamplePic
In the example Picture you'll see my edited QPushButtons, QChecksBoxes and QRadioButtons. If they have the "focus", they get a "blue rectangle".
And this is my Question: How can I edit this rectangle? Because I want to have it red. (or even not present)
I tried with "*:focus" but this is not working.
Also "QPalette::Highlight" is not the right thing.
Thanks in Advance
BR
THW