summaryrefslogtreecommitdiff
path: root/mainApp.py
diff options
context:
space:
mode:
Diffstat (limited to 'mainApp.py')
-rw-r--r--mainApp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainApp.py b/mainApp.py
index f1c7343..79c9f67 100644
--- a/mainApp.py
+++ b/mainApp.py
@@ -43,7 +43,7 @@ class MainApp(QMainWindow,ui):
# Loading and setting up style sheet
self.setupUi(self)
- style = open('light.css','r')
+ style = open('cyan.css','r')
style = style.read()
self.setStyleSheet(style)