summary refs log tree commit diff
path: root/src/HistoryViewManager.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-14 15:13:09 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-14 15:13:09 +0300
commit8358720d8ea688d0ce40ac8d5c26f39e86e3dc75 (patch)
treead8a78bd7f27442624d9cdca7242077a9bc01392 /src/HistoryViewManager.cc
parentAdd proper struct initialization (diff)
downloadnheko-8358720d8ea688d0ce40ac8d5c26f39e86e3dc75.tar.xz
Use light theme
Diffstat (limited to 'src/HistoryViewManager.cc')
-rw-r--r--src/HistoryViewManager.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/HistoryViewManager.cc b/src/HistoryViewManager.cc

index 706a42f1..a6cb3f6d 100644 --- a/src/HistoryViewManager.cc +++ b/src/HistoryViewManager.cc
@@ -30,9 +30,9 @@ HistoryViewManager::HistoryViewManager(QSharedPointer<MatrixClient> client, QWid , client_(client) { setStyleSheet( - "QWidget {background: #171919; color: #ebebeb;}" - "QScrollBar:vertical { background-color: #171919; width: 10px; border-radius: 20px; margin: 0px 2px 0 2px; }" - "QScrollBar::handle:vertical { border-radius : 50px; background-color : #1c3133; }" + "QWidget {background: #f8fbfe; color: #e8e8e8; border: none;}" + "QScrollBar:vertical { background-color: #f8fbfe; width: 8px; border-radius: 20px; margin: 0px 2px 0 2px; }" + "QScrollBar::handle:vertical { border-radius : 50px; background-color : #d6dde3; }" "QScrollBar::add-line:vertical { border: none; background: none; }" "QScrollBar::sub-line:vertical { border: none; background: none; }");