Set colour variables and used a sample dark theme
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user