mirror of
https://github.com/danth/stylix
synced 2024-11-25 05:30:24 +00:00
Improve KDE theme 💄
This makes folder icons and active tabs use a vibrant colour, as with the default theme.
This commit is contained in:
parent
d14ac4912a
commit
ecbbe933a9
1 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,8 @@ let
|
|||
BackgroundNormal = "${base00-rgb-r},${base00-rgb-g},${base00-rgb-b}";
|
||||
BackgroundAlternate = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}";
|
||||
|
||||
DecorationFocus = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}";
|
||||
DecorationHover = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}";
|
||||
DecorationFocus = "${base0D-rgb-r},${base0D-rgb-g},${base0D-rgb-b}";
|
||||
DecorationHover = "${base0D-rgb-r},${base0D-rgb-g},${base0D-rgb-b}";
|
||||
|
||||
ForegroundNormal = "${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}";
|
||||
DisabledColor2 = "${base03-rgb-r},${base03-rgb-g},${base03-rgb-b}";
|
||||
DisabledEffect = "none";
|
||||
DisabledSemiTransparent = true;
|
||||
DisabledSemiTransparent = false;
|
||||
DisabledValue = 1;
|
||||
};
|
||||
|
||||
|
@ -84,7 +84,8 @@ let
|
|||
"Colors:Button" = colors;
|
||||
"Colors:Complementary" = 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:View" = colors;
|
||||
|
|
Loading…
Reference in a new issue