added settings for theme and theme hue

This commit is contained in:
fourtf
2017-02-02 01:23:26 +01:00
parent 0343371443
commit 43cf7620ae
10 changed files with 105 additions and 5 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ NotebookTab::paintEvent(QPaintEvent *)
QColor fg = QColor(0, 0, 0);
auto colorScheme = ColorScheme::getInstance();
auto &colorScheme = ColorScheme::getInstance();
if (this->selected) {
painter.fillRect(rect(), colorScheme.TabSelectedBackground);