From 180318717dd5a00b50126b841291e5f36f750365 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 24 Oct 2021 22:33:02 +0100 Subject: [PATCH] elm theme - cc - fine tune --- data/elementary/themes/colorclasses.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc index 60a789ec41..d090bd6a7b 100644 --- a/data/elementary/themes/colorclasses.edc +++ b/data/elementary/themes/colorclasses.edc @@ -181,6 +181,7 @@ color_tree { ":fg-high" { "/fg/pressed/fileman/overlay/progress/close"; "/fg/pressed/notification/button/close"; + "/fg/normal/gadgets/packagekit/pkg/normal"; } ":fg-higher" { "/bg/normal/text-preedit-sel"; @@ -266,7 +267,6 @@ color_tree { "/fg/normal/gadgets/packagekit/label"; "/fg/normal/gadgets/packagekit/text"; "/fg/normal/gadgets/packagekit/status"; - "/fg/normal/gadgets/packagekit/pkg/normal"; "/fg-alt/pressed"; "/fg-alt/selected"; "/fg-alt/selected-pressed"; @@ -1363,7 +1363,7 @@ color_classes { color_class { name: "/fg/normal/gadgets/packagekit/pkg/low-priority"; color: 255 255 255 128; } // color_class { name: "/fg/normal/gadgets/packagekit/pkg/normal"; -// color: 255 255 255 255; } +// color: 200 200 200 255; } color_class { name: "/fg/normal/gadgets/packagekit/pkg/security"; color: 255 153 51 255; } }