From 3be62c9294d5372da71f14970e337132fe9ec211 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 11 Oct 2020 14:42:55 +0200 Subject: [PATCH] actually add accent color --- src/BaseTheme.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BaseTheme.hpp b/src/BaseTheme.hpp index 67ac4b43c..5b04cf6fe 100644 --- a/src/BaseTheme.hpp +++ b/src/BaseTheme.hpp @@ -34,7 +34,7 @@ public: } line; }; - QColor accent; + QColor accent{"#00aeef"}; /// WINDOW struct {