From d3479f862eba849be6cc0f548480a93726080a94 Mon Sep 17 00:00:00 2001 From: Nicolas Lebrun Date: Thu, 2 May 2024 19:41:17 +0200 Subject: [PATCH] fix missing titlebar color on GTK2 --- gtkrc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtkrc.sh b/gtkrc.sh index cdb4b966..4739fc0c 100644 --- a/gtkrc.sh +++ b/gtkrc.sh @@ -298,8 +298,8 @@ make_gtkrc() { background_dark='#232A2E' background_darker='#343F44' background_alt='#3D484D' - background_light='#edeada' - background_dark='#1e2326' + titlebar_light='#edeada' + titlebar_dark='#1e2326' ;; esac fi