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
@@ -21,7 +21,7 @@ NotebookButton::paintEvent(QPaintEvent *)
QColor background;
QColor foreground;
auto colorScheme = ColorScheme::getInstance();
auto &colorScheme = ColorScheme::getInstance();
if (mouseDown) {
background = colorScheme.TabSelectedBackground;