Added dark tomorrow theme and separated gui theme from syntax

This commit is contained in:
Veronica K. B. Olsen
2019-06-15 15:24:29 +02:00
parent 4cb42339ce
commit 583e10adec
15 changed files with 239 additions and 91 deletions
+17
View File
@@ -0,0 +1,17 @@
/**
* Default Theme: Light
*/
QTextEdit {
background-color: #ffffff;
color: #141414;
}
QTextBrowser {
background-color: #ffffff;
color: #141414;
}
QTreeView, QHeaderView {
font-size: 13px;
}