parnoldx / nasc

Do maths like a normal person
http://parnoldx.github.io/nasc/
GNU General Public License v3.0
560 stars 37 forks source link

Weird dark mode on Plasma #194

Open thegrasshopper104 opened 1 week ago

thegrasshopper104 commented 1 week ago

Describe the bug The results are very hard to see, the icons and the headerbar are oversized.

Expected behavior Support dark mode or just use the Elementary style Screenshots image

priit123 commented 1 day ago

It doesn't like dark mode. You can force light theme on it by editing /usr/share/applications/com.github.parnold-x.nasc.desktop Add "env GTK_THEME=Adwaita:light" to "Exec=" line.

Basically: Open .desktop file with nano sudo nano /usr/share/applications/com.github.parnold-x.nasc.desktop

Replace Exec= line with this. Exec=env GTK_THEME=Adwaita:light com.github.parnold-x.nasc