EliverLara / Sweet-folders

GNU General Public License v3.0
212 stars 20 forks source link

Adaptive filled set #19

Open DiabloCRP opened 4 months ago

DiabloCRP commented 4 months ago

Based on the adaptive theme, you can make a theme with any constant color simply by running in the terminal for i in $(find . -type f); do sed -i '/class="ColorScheme-Highlight"/ s/currentColor/#ff00ff/' $i; done (replace ff00ff with color your need) Icons color can be changed by invoking for i in $(find . -type f); do sed -i '/class="ColorScheme-Text"/ s/currentColor/#ff00ff/' $i; done Gradient color can be changed by invoking for i in $(find . -type f); do sed -i '/class="ColorScheme-HighlightedText"/ s/currentColor/#ff00ff/' $i; done

genderneutralnoun commented 4 months ago

Yo, I downloaded your branch and tried applying the icon set, but it won't work. The colors aren't applied to my folders, they stay blue. When I restart my computer and log in, the folders on my desktop show as the correct color (my accent color) briefly before going back to blue. Any idea why that is? I'm on Kubuntu 23.10, which is still on Plasma 5.

genderneutralnoun commented 4 months ago

(Edit) Accidental double-comment, apologies.