WebStorm Terminal Color - Linux - webstorm

I have a couple of issues with my terminal colors in WebStorm that I have been unable to resolve by using Settings > Editor > Color Scheme > Console Colors
I am running:
Kubunutu 20.04,
WebStorm 2021.2 64 bit for linux. Build #WS-212.1746.80
My issues are:
In the interactive console color interface, the 'console' background does not match my actual console background. Mine is dark, the interactive settings one is white. The result of this is that I am unable to see how my color selections will actually appear.
Hyperlinks in my console are displayed in the default blue (000FF), which works fine against a white background but is unreadable against a dark background. I have been unable to locate the setting for this. They do not appear to be in the console colors section. And if I go to Settings > Editor > Color Scheme > General > Hyperlinks there are plenty of options, but none of them seem to affect what goes on in the terminal.
Questions:
How do I get the console color selector background to match my actual background selection?
Where do I access the setting that determines the hyperlink color in the WebStorm terminal in Linux?
Screenshots follow:
Here you can see that my background is set to dark, but the color selector interface background is white.
And here you can see the unreadable hyperlinks that I can't read. The command to get this screen was npm fund
Here are my actual console colors:
Here you can see the hyperlink settings, with background set to yellow, and the actual hyperlinks displayed behind, demonstrating that these two things are not linked. (I refreshed the terminal display after changing the settings)

Related

gdb tui: How to change the style of the "current line" bar?

I'm using gdb 10.2 in a gnome-terminal (on Ubuntu 20.04 running in WSL2), where gnome-terminal is configured to follow the system theme.
In tui mode, if the current line is indicated by a black bar. Function calls are formatted with black foreground text, rendering them unreadable:
Already tried
set style source off: The current line is now readable, but source color coding is now (obviously) disabled
set style function foreground white: No effect
Configure gnome terminal to not follow the system theme: The terminal switches to "dark mode": The background now becomes black, the bar turns white. The function names are readable, but the legibility of many of the differently colored things is reduced.
Possible duplicate question
At this point, disabling source highlighting is workable, but suboptimal. Tips are most welcome!

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.

WebStorm integrated terminal incorrectly displays font glyphs

I use zsh with OSX and have custom glyphs added to my fonts. WebStorm's integrated terminal is the only application that seems to squish the glyphs too close, as shown in the attached screenshot. iTerm, Terminal and VS Code all display the glyphs correctly.
Does anyone have a solution for this problem?
Try to set same font for Webstorm's console as you use for iTerm and Terminal. Go to "Settings > Editor > Colors & Fonts > Console Font", set Primary font (I use Meslo LG M DZ for Powerline with size 14) and a fallback Secondary font (Menlo in my case). Enable ligatures as well.
Here is the screenshot of my settings
Result is not perfect, but better as on your screenshot.

Qt KDE theme stylesheet

I am using KDE theme Breeze Dark. Since all my Qt applications have changed its colors. Earlier my applications wasn't altered by KDE themes but now I am receiving message: "kf5.kiconthemes: "Theme tree: (Breeze)". I was changing background colors in my apps using stylesheets. Now due to changed fonts colors it is impossible to read (white text on very bright background). What is more I am not able to get default background color.
qDebug() << qApp->styleSheet(); gives me empty string.
How to get background color? I would like to use it setting my own backgrounds (showing priority of a task, little more reddish background and so on).
You can access to default theme colors via QPalette.
If you want just to change colors of your widgets - QSS is overkill. QPalette is more than enough.

Color reproduction on Google Glass while in fullscreen mode

Anyone noticed colors changing when going to a fullscreen (no status bar) mode? Colors in my app change from drastically. I using the fullscreen theme in the AndroidManifest. Also noticed when the app starts and stops there is a brief time where the colors are the right color.
android:theme="#android:style/Theme.NoTitleBar.Fullscreen" >