summary refs log tree commit diff
path: root/src/HistoryViewItem.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/HistoryViewItem.cc
parentAdd proper struct initialization (diff)
downloadnheko-8358720d8ea688d0ce40ac8d5c26f39e86e3dc75.tar.xz
Use light theme
Diffstat (limited to 'src/HistoryViewItem.cc')
-rw-r--r--src/HistoryViewItem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HistoryViewItem.cc b/src/HistoryViewItem.cc

index 83d3cf85..39965e03 100644 --- a/src/HistoryViewItem.cc +++ b/src/HistoryViewItem.cc
@@ -65,7 +65,7 @@ void HistoryViewItem::generateBody(const QString &body) "<html>" "<head/>" "<body>" - " <span style=\"font-size: 10pt; color: #B1AEA5;\">" + " <span style=\"font-size: 10pt; color: #171919;\">" " %1" " </span>" "</body>" @@ -89,7 +89,7 @@ void HistoryViewItem::generateBody(const QString &userid, const QString &color, " <span style=\"font-size: 10pt; font-weight: 600; color: %1\">" " %2" " </span>" - " <span style=\"font-size: 10pt; color: #B1AEA5;\">" + " <span style=\"font-size: 10pt; color: #171919;\">" " %3" " </span>" "</body>"