From dc665a918b0ff71e64e340c80f82e1fe390f102a Mon Sep 17 00:00:00 2001 From: reionwong Date: Sat, 24 Jul 2021 00:25:17 +0800 Subject: [PATCH] Decoration: Uniform title color --- plugins/decoration/decoration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/decoration/decoration.h b/plugins/decoration/decoration.h index 1e1c076..2b8bd47 100644 --- a/plugins/decoration/decoration.h +++ b/plugins/decoration/decoration.h @@ -97,7 +97,7 @@ private: QColor m_titleBarFgColor = QColor(56, 56, 56, 255); QColor m_unfocusedFgColor = QColor(127, 127, 127, 255); - QColor m_titleBarBgDarkColor = QColor(59, 59, 61); + QColor m_titleBarBgDarkColor = QColor(44, 44, 45); QColor m_titleBarFgDarkColor = QColor(202, 203, 206); QColor m_unfocusedFgDarkColor = QColor(112, 112, 112);