From 828742e51a0af7051c36d5a01b7b07e956540698 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 28 Dec 2021 12:51:05 -0600 Subject: GentooX theme: fix for KDE #444043 bug not respecting accent colors --- postinstall.sh | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/postinstall.sh b/postinstall.sh index 553435c..611d85f 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -151,6 +151,38 @@ kwriteconfig5 --file ~/.config/kdeglobals --group Colors:Window --key Decoration kwriteconfig5 --file ~/.config/kdeglobals --group Colors:Window --key ForegroundActive --type string "184,117,220" kwriteconfig5 --file ~/.config/kdeglobals --group Colors:Window --key ForegroundLink --type string "184,117,220" +# fix for silly KDE bug where Breeze Light and Breeze Dark Plasma themes are not respecting accent colors, https://bugs.kde.org/show_bug.cgi?id=444043 +# i want purple, thereforce i repeat what was done above but now on ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors file +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Button --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Button --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Button --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Button --key ForegroundLink --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Complementary --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Complementary --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Complementary --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Complementary --key ForegroundLink --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Header --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Header --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Header --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Header --key ForegroundLink --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Selection --key BackgroundAlternate --type string "89,64,107" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Selection --key BackgroundNormal --type string "89,64,107" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Selection --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Selection --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Selection --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Selection --key ForegroundLink --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Tooltip --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Tooltip --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Tooltip --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Tooltip --key ForegroundLink --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:View --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:View --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:View --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:View --key ForegroundLink --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Window --key DecorationFocus --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Window --key DecorationHover --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Window --key ForegroundActive --type string "184,117,220" +kwriteconfig5 --file ~/.local/share/plasma/desktoptheme/breeze_transparent_dark/colors --group Colors:Window --key ForegroundLink --type string "184,117,220" echo '[Common] ShadowStrength=89 -- cgit v1.2.3