Set colour variables and used a sample dark theme

This commit is contained in:
Veronica K. B. Olsen
2019-04-06 17:05:04 +02:00
parent aee91ef925
commit 5ae239bf7d
2 changed files with 21 additions and 13 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ class GuiDocEditor(QWidget):
# self.guiEditor.setContentsMargins(20,20,20,20)
self.guiEditor.setStyleSheet("""
QTextEdit {
background-color: #ffffff;
background-color: #141414;
color: #c7cfd0;
}
""")
theDoc = self.guiEditor.document()