summary refs log tree commit diff
path: root/src/timeline/TimelineViewManager.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-03 19:21:03 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-03 19:21:03 +0100
commitd330020fddb22dc7cfddd298ef00e3f3829aa691 (patch)
treecff9c6d5e4c299ccaef5757ec8dbbe60c0ffe608 /src/timeline/TimelineViewManager.cpp
parentuse room rules for mentions (diff)
downloadnheko-d330020fddb22dc7cfddd298ef00e3f3829aa691.tar.xz
Improve styling a bit
Diffstat (limited to 'src/timeline/TimelineViewManager.cpp')
-rw-r--r--src/timeline/TimelineViewManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp
index 33441a62..37c56217 100644
--- a/src/timeline/TimelineViewManager.cpp
+++ b/src/timeline/TimelineViewManager.cpp
@@ -22,11 +22,11 @@ TimelineViewManager::updateColorPalette()
                 QPalette lightActive(/*windowText*/ QColor("#333"),
                                      /*button*/ QColor("#333"),
                                      /*light*/ QColor(),
-                                     /*dark*/ QColor(220, 220, 220, 120),
+                                     /*dark*/ QColor(220, 220, 220),
                                      /*mid*/ QColor(),
                                      /*text*/ QColor("#333"),
                                      /*bright_text*/ QColor(),
-                                     /*base*/ QColor("white"),
+                                     /*base*/ QColor(220, 220, 220),
                                      /*window*/ QColor("white"));
                 lightActive.setColor(QPalette::ToolTipBase, lightActive.base().color());
                 lightActive.setColor(QPalette::ToolTipText, lightActive.text().color());
@@ -40,7 +40,7 @@ TimelineViewManager::updateColorPalette()
                                     /*mid*/ QColor(),
                                     /*text*/ QColor("#caccd1"),
                                     /*bright_text*/ QColor(),
-                                    /*base*/ QColor("#202228"),
+                                    /*base*/ QColor("#2d3139"),
                                     /*window*/ QColor("#202228"));
                 darkActive.setColor(QPalette::Highlight, QColor("#e7e7e9"));
                 darkActive.setColor(QPalette::ToolTipBase, darkActive.base().color());