changeset 1576:9c4a057302ff background-mode

Apply sensible highlight/link colours
author Chris Cannam
date Thu, 23 Jan 2020 15:14:07 +0000
parents 3761d1ea5015
children 2c974337f306
files view/ViewManager.cpp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/view/ViewManager.cpp	Mon Jan 20 17:18:42 2020 +0000
+++ b/view/ViewManager.cpp	Thu Jan 23 15:14:07 2020 +0000
@@ -105,6 +105,10 @@
                                  QColor("#000000"),  // Base
                                  QColor("#202020")); // Window
 
+        m_darkPalette.setColor(QPalette::Highlight, QColor(25, 130, 220));
+        m_darkPalette.setColor(QPalette::Link, QColor(50, 175, 255));
+        m_darkPalette.setColor(QPalette::LinkVisited, QColor(50, 175, 255));
+        
         m_darkPalette.setColor(QPalette::Disabled, QPalette::WindowText,
                                QColor("#808080"));
         m_darkPalette.setColor(QPalette::Disabled, QPalette::Text,