diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc index 3eba41566a..bae8de6138 100644 --- a/data/elementary/themes/colorclasses.edc +++ b/data/elementary/themes/colorclasses.edc @@ -15,8 +15,6 @@ color_tree { "/fg/normal/bubble/info"; "/fg/normal/spinner/arrow"; "/fg/normal/spinner/text"; - "/fg/selected/check/check"; - "/fg/selected/radio/radio"; "/fg/normal/notification/text"; "/fg/selected/winlist/item/text/iconified"; "/fg/pressed/gadgets/tasks/text/iconified"; @@ -601,8 +599,8 @@ color_classes { color: 32 32 32 255; } color_class { name: "/bg/disabled/check/base"; color: 56 56 56 255; } -// color_class { name: "/fg/selected/check/check"; -// color: 160 160 160 255; } + color_class { name: "/fg/selected/check/check"; + color: 160 160 160 255; } /////////////////////////////////////////////////////////////////////////////// color_class { name: "/bg/normal/radio/base"; color: 48 48 48 255; }