#Gaycird
1 messages ยท Page 1 of 1 (latest)
so 
@shut merlin Is there a way to make every folder have this effect?
@keyframes rainbowBackgroundTransparent {
0% { background-color: rgba(255, 0, 0, 0.4); } /* Red */
16% { background-color: rgba(255, 165, 0, 0.4); } /* Orange */
33% { background-color: rgba(255, 255, 0, 0.4); } /* Yellow */
50% { background-color: rgba(0, 128, 0, 0.4); } /* Green */
66% { background-color: rgba(0, 0, 255, 0.4); } /* Blue */
83% { background-color: rgba(75, 0, 130, 0.4); } /* Indigo */
100% { background-color: rgba(238, 130, 238, 0.4); } /* Violet */
}
@keyframes rainbow {
0% { color: rgba(255, 0, 0, 1); } /* Red */
16% { color: rgba(255, 165, 0, 1); } /* Orange */
33% { color: rgba(255, 255, 0, 1); } /* Yellow */
50% { color: rgba(0, 128, 0, 1); } /* Green */
66% { color: rgba(0, 0, 255, 1); } /* Blue */
83% { color: rgba(75, 0, 130, 1); } /* Indigo */
100% { color: rgba(238, 130, 238, 1); } /* Violet */
}
[class*=folderIconWrapper] {
animation: rainbowBackgroundTransparent 5s infinite;
transition: background-color 0.5s ease;
}
[class*=folderIconWrapper] svg {
animation: rainbow 5s infinite;
transition: color 0.5s ease;
}
just remove the
[aria-label*=gay]
oh tks!
0% { background-color: rgba(173, 216, 230, 0.4); } /* lightblue */
25% { background-color: rgba(255, 192, 203, 0.4); } /* pink */
50% { background-color: rgba(255, 255, 255, 0.4); } /* white */
75% { background-color: rgba(255, 192, 203, 0.4); } /* pink */
100% { background-color: rgba(173, 216, 230, 0.4); } /* lightblue */
}
@keyframes TransFront {
0% { color: rgba(173, 216, 230, 1); } /* lightblue */
25% { color: rgba(255, 192, 203, 1); } /* pink */
50% { color: rgba(255, 255, 255, 1); } /* white */
75% { color: rgba(255, 192, 203, 1); } /* pink */
100% { color: rgba(173, 216, 230, 1); } /* lightblue */
}
[class*=folderIconWrapper] {
animation: TransBack 5s infinite;
transition: background-color 0.5s ease;
}
[class*=folderIconWrapper] svg {
animation: TransFront 5s infinite;
transition: color 0.5s ease;
}```
Make it trans instead
Cyberpunk Folder
Any folder with "cyberpunk" in it's name
You can also remove [aria-label*=cyberpunk] so every folder gets the effect
can someone make a catppuccin mocha version please :3