Swordfish90 / cool-retro-term

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

Subwindows are unreadable on KDE 6 #841

Open tulpenkiste opened 2 months ago

tulpenkiste commented 2 months ago

For some reason, the background is white, making it impossible to read the majority of the text. image

neutralcat commented 2 months ago

same here, changing settings is completely unbearable

neutralcat commented 3 weeks ago

if anyone has this same issue, here is a scuffed as hell hack because I don't know how QML files work:

  1. download the git repo and dependencies: https://github.com/Swordfish90/cool-retro-term/wiki/Build-Instructions-(Linux)

  2. before you run qmake && make open the file /cool-retro-term/app/qml/SettingsWindow.qml and add color: "#282a33" underneath the parameters for width and height

(change the color to whatever your theme uses for dialogs)

  1. run qmake && make

  2. replace the old cool-retro-term with the patched one: sudo cp ./cool-retro-term /usr/bin/cool-retro-term

image