Bramas / texiteasy

Simple and Powerful Latex Editor
GNU General Public License v3.0
43 stars 11 forks source link

wrong dark theme in Linux #40

Open ousia opened 7 years ago

ousia commented 7 years ago

After avoiding the issue described in #39, I have started to play with your editor.

It looks really impressive and it doesn’t scare newbies away. Congratulations!

I plan to use it for an introduction to ConTeXt (if I can solve some issues with your help 😜).

I’m afraid that there is an important issue (with Linux, at least):

dark-theme

As you can see in the image, the first line has text and background in black and dark gray. I’m afraid that this needs to be fixed. Without more contrast, the first line is unreadable.

Many thanks for your help.

Bramas commented 7 years ago

You're right, that's a bug. in Qt I use Palette to change the style of widgets in the mainwindow. this error may be due to a change in the way the palette is propagated to a child widget.

ousia commented 7 years ago

Just in case it wasn’t clear: this is far beyond my coding knowledge (actually, close to zero 😞).