From a6c4e2b0caaa988acd0879cfb4bc50ff9b64b653 Mon Sep 17 00:00:00 2001 From: James Reed Date: Tue, 3 Aug 2021 14:40:26 +1000 Subject: [PATCH] Add fix for Dolphin folder background colour Fixes the Dolphin folder background colour to match the rest of the QT theming - otherwise you get a white background when you expect a dark one. --- .config/kdeglobals | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/kdeglobals b/.config/kdeglobals index cbb5985..14bd52b 100644 --- a/.config/kdeglobals +++ b/.config/kdeglobals @@ -3,3 +3,7 @@ Dialog Size=632,480 [General] BrowserApplication[$e]=!firefox + +# Fix Konsole folder background colour +[Colors:View] +BackgroundNormal=23,24,24 -- GitLab