
I did found out that docklite and XFCE is themable:
Code: Select all
#docklike-plugin .open_group { margin-top: 1px; background-image: linear-gradient(120deg, #e3ebf4, #c8d7e9 30%, #aec5df); border-radius: 3px; border-width: 1px; box-shadow: none; border-color: #525c67; text-shadow: none; color: #ffffff; }
#docklike-plugin .group:hover, #docklike-plugin .open_group:hover, #docklike-plugin .active_group:hover { background-image: linear-gradient(120deg, #fdfefe, #edf0f7 30%, #d1deed 40%, #c6d6e9); border-radius: 3px; border-width: 1px; box-shadow: none; border-color: #525c67; text-shadow: none; color: #ffffff; }
#docklike-plugin .active_group { background-image: linear-gradient(45deg, #e4ecf5, #f2f7fb 90%, #fdfeff); border-radius: 3px; border-width: 1px; box-shadow: none; border-color: #525c67; text-shadow: none; color: #ffffff; }