Added a theme class that loads the theme from config
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
* {
|
||||
background-color: #999999;
|
||||
}
|
||||
|
||||
QTextEdit {
|
||||
background-color: #141414;
|
||||
color: #c7cfd0;
|
||||
}
|
||||
|
||||
QTextBrowser {
|
||||
background-color: #141414;
|
||||
color: #c7cfd0;
|
||||
/* padding: 40px; */
|
||||
}
|
||||
|
||||
QTreeView, QHeaderView {
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user