Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.11k stars 840 forks source link

Settings Panel unreadable - KDE Neon 5.19 #612

Open Corodius opened 4 years ago

Corodius commented 4 years ago

Hello! I am using KDE Neon 5.19, Ubuntu 20.04 base The settings panel is using a light background, and light text, independant of whatever KDE Color scheme I choose. It does not appear to be taking the colors from any KDE scheme or theme. The widgets do update when changing the Application Style in KDE.

I have tried another QT Application (specifically Q4Wine) not sure if it is using the same controls as CRT, but it displays following the KDE Theme and Colors as it should.

Any other information you need, or tests I can perform to help, please feel free to ask! Happy to help track it down. settings1 settings2

BarryCarlyon commented 3 years ago

Same issue on MacOSX, it's not as bad as OP's but still not good.

It's almost like it picked up "dark theme" from the OS but only changed the text color

image image

alexmyczko commented 3 years ago

does the qt5ct tool help? https://packages.debian.org/search?keywords=qt5ct

MagicD3VIL commented 2 years ago

Greetings, I am also on KDE and I literally cannot read anything in the settings menu. Have anyone figured this out?

I am using the Oxygen application theme and for GTK I have Adwaita-dark. The color scheme is set to IOTA-Dark-color.

Qt5ct did not help me after setting it up so I have no idea what to try next. Any help is appreciated.

Cheers

Screenshot_20220310_155207 Screenshot_20220310_155208 Screenshot_20220310_155210 Screenshot_20220310_155212

MagicD3VIL commented 2 years ago

I changed my color theme from a dark to a light theme temporarily as suggested in https://github.com/Swordfish90/cool-retro-term/issues/689, which worked. It is a pretty annoying workaround but I guess it works.

EricKotato commented 2 years ago

Actually I think I've found a better way than changing your color scheme to light: QT_QUICK_CONTROLS_STYLE=Plasma cool-retro-term There are still some problems with background and tabs, but at least it's readable enough to change settings.

BTW, there are other themes that are readable enough.

Universal:

Material:

Zachiah commented 2 years ago

I'm having the same issue except both font and background are dark image

EricKotato commented 2 years ago

@Zachiah It's not cool-retro-term problem in your case, it's your DE problem. Probably something with your QT_QUICK_CONTROLS_STYLE environment variable is wrong or the style is missing.

Zachiah commented 2 years ago

@RadRussianRus thanks so much! I somehow assumed this was some sort of KDE repository. I guess I was tired. That fixed it