Improve KDE theme 💄

This makes folder icons and active tabs use a vibrant colour,
as with the default theme.
This commit is contained in:
Daniel Thwaites 2023-12-22 20:24:40 +00:00
parent d14ac4912a
commit ecbbe933a9
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -8,8 +8,8 @@ let
BackgroundNormal = "${base00-rgb-r},${base00-rgb-g},${base00-rgb-b}"; BackgroundNormal = "${base00-rgb-r},${base00-rgb-g},${base00-rgb-b}";
BackgroundAlternate = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}"; BackgroundAlternate = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}";
DecorationFocus = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}"; DecorationFocus = "${base0D-rgb-r},${base0D-rgb-g},${base0D-rgb-b}";
DecorationHover = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}"; DecorationHover = "${base0D-rgb-r},${base0D-rgb-g},${base0D-rgb-b}";
ForegroundNormal = "${base05-rgb-r},${base05-rgb-g},${base05-rgb-b}"; ForegroundNormal = "${base05-rgb-r},${base05-rgb-g},${base05-rgb-b}";
ForegroundActive = "${base05-rgb-r},${base05-rgb-g},${base05-rgb-b}"; ForegroundActive = "${base05-rgb-r},${base05-rgb-g},${base05-rgb-b}";
@ -50,7 +50,7 @@ let
DisabledColor = "${base03-rgb-r},${base03-rgb-g},${base03-rgb-b}"; DisabledColor = "${base03-rgb-r},${base03-rgb-g},${base03-rgb-b}";
DisabledColor2 = "${base03-rgb-r},${base03-rgb-g},${base03-rgb-b}"; DisabledColor2 = "${base03-rgb-r},${base03-rgb-g},${base03-rgb-b}";
DisabledEffect = "none"; DisabledEffect = "none";
DisabledSemiTransparent = true; DisabledSemiTransparent = false;
DisabledValue = 1; DisabledValue = 1;
}; };
@ -84,7 +84,8 @@ let
"Colors:Button" = colors; "Colors:Button" = colors;
"Colors:Complementary" = colors; "Colors:Complementary" = colors;
"Colors:Selection" = colors // { "Colors:Selection" = colors // {
BackgroundNormal = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}"; BackgroundNormal = "${base0D-rgb-r},${base0D-rgb-g},${base0D-rgb-b}";
BackgroundAlternate = "${base0D-rgb-r},${base0D-rgb-g},${base0D-rgb-b}";
}; };
"Colors:Tooltip" = colors; "Colors:Tooltip" = colors;
"Colors:View" = colors; "Colors:View" = colors;