raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=180318717dd5a00b50126b841291e5f36f750365
commit 180318717dd5a00b50126b841291e5f36f750365 Author: Carsten Haitzler <[email protected]> Date: Sun Oct 24 22:33:02 2021 +0100 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; } } --
