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

Change theme #161

Closed louis-thevenet closed 4 years ago

louis-thevenet commented 4 years ago

Hi, i would like to change the colors of the software, because half of my screen is blue on black, the other is white on light grey I searched for an option and couldn't find it Does it exist ? And if not, can I still change the colors ?

parnoldx commented 4 years ago

Right now in lack of a better setting it listen to the prefer dark setting.


Step 1: Open the GTK3 configuration file in Text Editor:

gedit ~/.config/gtk-3.0/settings.ini

Step 2: Paste this into the file opened by Text Editor:

[Settings] gtk-application-prefer-dark-theme=1

louis-thevenet commented 4 years ago

Thank you!