diff --git a/toxygen/main.py b/toxygen/main.py index ea858d4..8d2cee9 100644 --- a/toxygen/main.py +++ b/toxygen/main.py @@ -59,6 +59,10 @@ class Toxygen: if platform.system() == 'Linux': QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_X11InitThreads) + with open(curr_directory() + '/styles/dark_style.qss') as fl: + style = fl.read() + app.setStyleSheet(style) + encrypt_save = toxes.ToxES() if self.path is not None: